Skip to content

Commit

Permalink
revert: undo refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
deliaBlue committed Feb 23, 2024
1 parent 1e345dd commit a4049b1
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=[wildcards.sample]
PILEUP_DIR / "{sample}", sample=pd.unique(samples_table.index.values)
),
prefix="{sample}",
log:
Expand Down

0 comments on commit a4049b1

Please sign in to comment.