Skip to content

Commit

Permalink
fix: snakeformat bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mkatsanto committed Feb 2, 2024
1 parent 20a1c61 commit 3612d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/sra_download.smk
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def get_layouts(wildcards):
ivals = []
for i in samples[
samples.index.str.contains("^.RR", regex=True, case=True)
].index.tolist():
].index.tolist():
checkpoint_output = checkpoints.get_layout.get(
sample=i, **wildcards
).output.outdir
Expand Down

0 comments on commit 3612d7b

Please sign in to comment.