Skip to content

Commit

Permalink
style: Update common.smk
Browse files Browse the repository at this point in the history
  • Loading branch information
padraicc authored Jun 26, 2024
1 parent 2229e8f commit 5392c18
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions workflow/rules/common.smk
Original file line number Diff line number Diff line change
Expand Up @@ -294,9 +294,7 @@ def compile_output_list(wildcards):
for flowcell in set([u.flowcell for u in units.loc[(sample, unit_type)].dropna().itertuples()])
for barcode in set([u.barcode for u in units.loc[(sample, unit_type)].dropna().itertuples()])
for lane in set([u.lane for u in units.loc[(sample, unit_type)].dropna().itertuples()])
for str_panel in [
panel_list.split(".")[0] for panel_list in config["reference"]["str_panels"]
]
for str_panel in [panel_list.split(".")[0] for panel_list in config["reference"]["str_panels"]]
]
)

Expand Down

0 comments on commit 5392c18

Please sign in to comment.