Skip to content

Commit

Permalink
fix: edit_condition_file rule
Browse files Browse the repository at this point in the history
  • Loading branch information
ftabaro committed Jul 13, 2023
1 parent b7c238b commit adb0a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/include/salmonTE.smk
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ rule edit_condition_file:
)
sample_sheet = sample_sheet.set_index("tmp")
else:
sample_sheet = sample_sheet.set_index("filename_1")
sample_sheet = sample_sheet.set_index("name")

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

Expand Down

0 comments on commit adb0a5e

Please # to comment.