Skip to content

Commit 93dda40

Browse files
committed
Add VCF field
This provides an additional column to avoid rows being duplicate due to different annotation
1 parent d3b7232 commit 93dda40

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
@@ -154,7 +154,7 @@ rule extract_vcf_fields:
154154
extract_columns = [
155155
"CHROM", "POS", "REF", "ALT",
156156
'"ANN[*].EFFECT"', '"ANN[*].IMPACT"', '"ANN[*].BIOTYPE"',
157-
'"ANN[*].GENE"', '"ANN[*].GENEID"', '"ANN[*].FEATURE"', '"ANN[*].HGVS_P"', '"ANN[*].HGVS_C"'
157+
'"ANN[*].GENE"', '"ANN[*].GENEID"', '"ANN[*].FEATURE"', '"ANN[*].FEATUREID"', '"ANN[*].HGVS_P"', '"ANN[*].HGVS_C"'
158158
],
159159
sep = ","
160160
input:

0 commit comments

Comments
 (0)