Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
avikdatta committed Oct 19, 2023
1 parent ab76ecf commit ad83185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion igf_airflow/utils/dag25_copy_seqruns_to_hpc_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ def _load_interop_overview_data_to_seqrun_attribute(
try:
check_file_path(interop_overview_file)
overview_df = \
pd.DataFrame(interop_overview_file)
pd.read_csv(interop_overview_file, header=0)
overview_df['seqrun_igf_id'] = seqrun_igf_id
attribute_list = list()
for entry in overview_df.to_csv(orient='records'):
Expand Down

0 comments on commit ad83185

Please sign in to comment.