Skip to content

Commit d3b7232

Browse files
committed
Fix input path typo
1 parent 5bfdc5e commit d3b7232

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

workflow/rules/vaf.smk

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,7 @@ rule format_vcf_fields_longer:
184184
rule compile_vcf_fields_longer:
185185
threads: 1
186186
conda: "../envs/renv.yaml"
187-
input:
188-
tsv = OUTDIR/"vaf"/"{sample}.vcf_fields.longer.tsv"
187+
input: expand(OUTDIR/"vaf"/"{sample}.vcf_fields.longer.tsv", sample=iter_samples())
189188
output:
190189
tsv = OUTDIR/f"{OUTPUT_NAME}.vcf_fields.longer.tsv"
191190
log:

0 commit comments

Comments
 (0)