Skip to content

Commit

Permalink
feat: include unfiltered variants in tsv output
Browse files Browse the repository at this point in the history
  • Loading branch information
boasvdp committed Feb 6, 2024
1 parent 794a7a9 commit 5832b92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions workflow/rules/mtb_typing.smk
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ rule mtb_annotated_vcf_to_table:
FIELDS=$(python workflow/scripts/print_fields_VariantsToTable.py {params.metadata:q},{params.effect_column:q})
gatk VariantsToTable \
-V {input.vcf} \
--show-filtered \
-F CHROM \
-F POS \
-F TYPE \
Expand Down

0 comments on commit 5832b92

Please sign in to comment.