Skip to content

Commit

Permalink
fix: look for correct column name in edit_conditions_file.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ftabaro committed Mar 6, 2024
1 parent 17ac70d commit e60456e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/scripts/edit_condition_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
)
sample_sheet = sample_sheet.set_index("tmp")
else:
sample_sheet = sample_sheet.set_index("sample")
sample_sheet = sample_sheet.set_index("name")

sample_sheet = sample_sheet.reindex(index=salmon_condition_sheet.index)

Expand Down

0 comments on commit e60456e

Please sign in to comment.