Skip to content

Commit 4a892a2

Browse files
committed
Add VCF field
1 parent e7b68c3 commit 4a892a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

workflow/rules/vaf.smk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ rule extract_vcf_fields:
173173
params:
174174
extract_columns = [
175175
"CHROM", "POS", "REF", "ALT",
176-
'"ANN[*].IMPACT"', '"ANN[*].BIOTYPE"',
176+
'"ANN[*].EFFECT"', '"ANN[*].IMPACT"', '"ANN[*].BIOTYPE"',
177177
'"ANN[*].GENE"', '"ANN[*].GENEID"', '"ANN[*].FEATURE"', '"ANN[*].HGVS_P"', '"ANN[*].HGVS_C"'
178178
],
179179
sep = ","

0 commit comments

Comments
 (0)