Skip to content

Commit e7b68c3

Browse files
committed
Add missing log
1 parent 8de2980 commit e7b68c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

workflow/rules/vaf.smk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,8 @@ rule format_vcf_fields_longer:
195195
tsv = OUTDIR/f"{OUTPUT_NAME}.vcf_fields.tsv"
196196
output:
197197
tsv = OUTDIR/f"{OUTPUT_NAME}.vcf_fields.longer.tsv"
198+
log:
199+
LOGDIR / "format_vcf_fields_longer" / "log.txt"
198200
script:
199201
"../scripts/format_vcf_fields_longer.R"
200202

0 commit comments

Comments
 (0)