Skip to content

Commit

Permalink
Merge branch 'dev' into 136-fix-merge_tablesr-fails-if-given-empty-input
Browse files Browse the repository at this point in the history
  • Loading branch information
deliaBlue authored Feb 25, 2024
2 parents e312feb + b5d83fb commit 775a234
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 @@ -139,7 +139,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 775a234

Please sign in to comment.