Skip to content

Commit

Permalink
Merge branch '136-fix-merge_tablesr-fails-if-given-empty-input' of gi…
Browse files Browse the repository at this point in the history
…thub.com:zavolanlab/mirflowz into 136-fix-merge_tablesr-fails-if-given-empty-input
  • Loading branch information
deliaBlue committed Feb 25, 2024
2 parents 09b1284 + 775a234 commit fd7aa10
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 fd7aa10

Please sign in to comment.