Skip to content

Commit

Permalink
removing seqrun id from attribute table
Browse files Browse the repository at this point in the history
  • Loading branch information
avikdatta committed Oct 19, 2023
1 parent 14b741f commit 4d4b73b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion igf_airflow/utils/dag25_copy_seqruns_to_hpc_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,6 @@ def _load_interop_overview_data_to_seqrun_attribute(
check_file_path(interop_overview_file)
overview_df = \
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_dict(orient='records'):
for attribute_name, attribute_value in entry.items():
Expand Down

0 comments on commit 4d4b73b

Please sign in to comment.