We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bfdc5e commit d3b7232Copy full SHA for d3b7232
workflow/rules/vaf.smk
@@ -184,8 +184,7 @@ rule format_vcf_fields_longer:
184
rule compile_vcf_fields_longer:
185
threads: 1
186
conda: "../envs/renv.yaml"
187
- input:
188
- tsv = OUTDIR/"vaf"/"{sample}.vcf_fields.longer.tsv"
+ input: expand(OUTDIR/"vaf"/"{sample}.vcf_fields.longer.tsv", sample=iter_samples())
189
output:
190
tsv = OUTDIR/f"{OUTPUT_NAME}.vcf_fields.longer.tsv"
191
log:
0 commit comments