Skip to content

Commit

Permalink
Merge branch 'dev' into 138-fix-cannot-compress-with-bgzip-using-conda
Browse files Browse the repository at this point in the history
  • Loading branch information
deliaBlue authored Feb 23, 2024
2 parents 073d386 + b5d83fb commit 8397cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/pileup.smk
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ rule create_per_library_ascii_pileups:
params:
cluster_log=CLUSTER_LOG / "pileups_{sample}.log",
out_dir=lambda wildcards: expand(
PILEUP_DIR / "{sample}", sample=pd.unique(samples_table.index.values)
PILEUP_DIR / "{sample}", sample=[wildcards.sample]
),
prefix="{sample}",
log:
Expand Down

0 comments on commit 8397cba

Please sign in to comment.