Skip to content

Commit 95b42cb

Browse files
Merge pull request #798 from broadinstitute/mw/add_rgq_to_vcf_header
Add RGQ to the FORMAT_DICT for VCF export
2 parents 4fbfa73 + f9431e5 commit 95b42cb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

gnomad/utils/vcf.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -575,6 +575,14 @@
575575
"Number": "4",
576576
"Type": "Integer",
577577
},
578+
"RGQ": {
579+
"Description": (
580+
"Unconditional reference genotype confidence, encoded as a phred"
581+
" quality -10*log10 p(genotype call is wrong)"
582+
),
583+
"Number": "1",
584+
"Type": "Integer",
585+
},
578586
}
579587
"""
580588
Dictionary used during VCF export to export MatrixTable entries.

0 commit comments

Comments
 (0)