You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. add "INFO/DNP" score for all child's "0/1" output;
2. add "INFO/HDN" tag for "high quality de novo variant", default configured as DNP > 0.8;
3. add reference call in gVCF output;
4. add "INFO/RPL" tag for saving reference PL score for gvcf output.
##INFO=<ID=P,Number=0,Type=Flag,Description="Result from pileup calling">
274
274
##INFO=<ID=F,Number=0,Type=Flag,Description="Result from full-alignment calling">
275
+
##INFO=<ID=RPL,Number=.,Type=String,Description="For reference call's Normalized, Phred-scaled likelihoods for genotypes as defined in the VCF specification">
##INFO=<ID=P,Number=0,Type=Flag,Description="Result from pileup calling">
179
179
##INFO=<ID=F,Number=0,Type=Flag,Description="Result from full-alignment calling">
180
180
##INFO=<ID=T,Number=0,Type=Flag,Description="Result from trio calling">
181
+
##INFO=<ID=RPL,Number=.,Type=String,Description="For reference call's Normalized, Phred-scaled likelihoods for genotypes as defined in the VCF specification">
181
182
##INFO=<ID=DNP,Number=.,Type=Float,Description="de novo variant probability">
183
+
##INFO=<ID=HDN,Number=0,Type=Flag,Description="is high quality de novo variant">
##FORMAT=<ID=DP,Number=1,Type=Integer,Description="Approximate read depth (reads with MQ<20 or selected by 'samtools view -F 2316' are filtered)">
23
23
##FORMAT=<ID=AD,Number=R,Type=Integer,Description="Allelic depths for the ref and alt alleles in the order listed">
24
24
##FORMAT=<ID=PL,Number=G,Type=Integer,Description="Normalized, Phred-scaled likelihoods for genotypes as defined in the VCF specification">
25
+
##INFO=<ID=RPL,Number=.,Type=String,Description="For reference call's Normalized, Phred-scaled likelihoods for genotypes as defined in the VCF specification">
25
26
##INFO=<ID=DNP,Number=.,Type=Float,Description="de novo variant probability">
27
+
##INFO=<ID=HDN,Number=0,Type=Flag,Description="is high quality de novo variant">
26
28
##FORMAT=<ID=AF,Number=1,Type=Float,Description="Observed allele frequency in reads, for each ALT allele, in the same order as listed, or the REF allele for a RefCall">\n"""
0 commit comments