-
Notifications
You must be signed in to change notification settings - Fork 593
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed a bug in ReblockGVCF that could cause the first position on a c…
…ontig to be dropped. (#8028)
- Loading branch information
1 parent
663dadc
commit dd3826f
Showing
4 changed files
with
77 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
49 changes: 49 additions & 0 deletions
49
...llbender/tools/walkers/variantutils/ReblockGVCF/testFirstPositionOnContigNotDropped.g.vcf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
##fileformat=VCFv4.2 | ||
##FILTER=<ID=PASS,Description="All filters passed"> | ||
##ALT=<ID=NON_REF,Description="Represents any possible alternative allele not already represented at this location by REF and ALT"> | ||
##FILTER=<ID=LowQual,Description="Low quality"> | ||
##FORMAT=<ID=AD,Number=R,Type=Integer,Description="Allelic depths for the ref and alt alleles in the order listed"> | ||
##FORMAT=<ID=DP,Number=1,Type=Integer,Description="Approximate read depth (reads with MQ=255 or with bad mates are filtered)"> | ||
##FORMAT=<ID=GQ,Number=1,Type=Integer,Description="Genotype Quality"> | ||
##FORMAT=<ID=GT,Number=1,Type=String,Description="Genotype"> | ||
##FORMAT=<ID=MIN_DP,Number=1,Type=Integer,Description="Minimum DP observed within the GVCF block"> | ||
##FORMAT=<ID=PGT,Number=1,Type=String,Description="Physical phasing haplotype information, describing how the alternate alleles are phased in relation to one another; will always be heterozygous and is not intended to describe called alleles"> | ||
##FORMAT=<ID=PID,Number=1,Type=String,Description="Physical phasing ID information, where each unique ID within a given sample (but not across samples) connects records within a phasing group"> | ||
##FORMAT=<ID=PL,Number=G,Type=Integer,Description="Normalized, Phred-scaled likelihoods for genotypes as defined in the VCF specification"> | ||
##FORMAT=<ID=PS,Number=1,Type=Integer,Description="Phasing set (typically the position of the first variant in the set)"> | ||
##FORMAT=<ID=SB,Number=4,Type=Integer,Description="Per-sample component statistics which comprise the Fisher's Exact Test to detect strand bias."> | ||
##GVCFBlock0-10=minGQ=0(inclusive),maxGQ=10(exclusive) | ||
##GVCFBlock10-20=minGQ=10(inclusive),maxGQ=20(exclusive) | ||
##GVCFBlock20-30=minGQ=20(inclusive),maxGQ=30(exclusive) | ||
##GVCFBlock30-40=minGQ=30(inclusive),maxGQ=40(exclusive) | ||
##GVCFBlock40-50=minGQ=40(inclusive),maxGQ=50(exclusive) | ||
##GVCFBlock50-60=minGQ=50(inclusive),maxGQ=60(exclusive) | ||
##GVCFBlock60-70=minGQ=60(inclusive),maxGQ=70(exclusive) | ||
##GVCFBlock70-80=minGQ=70(inclusive),maxGQ=80(exclusive) | ||
##GVCFBlock80-90=minGQ=80(inclusive),maxGQ=90(exclusive) | ||
##GVCFBlock90-100=minGQ=90(inclusive),maxGQ=100(exclusive) | ||
##INFO=<ID=AS_InbreedingCoeff,Number=A,Type=Float,Description="Allele-specific inbreeding coefficient as estimated from the genotype likelihoods per-sample when compared against the Hardy-Weinberg expectation"> | ||
##INFO=<ID=AS_QD,Number=A,Type=Float,Description="Allele-specific Variant Confidence/Quality by Depth"> | ||
##INFO=<ID=AS_RAW_BaseQRankSum,Number=1,Type=String,Description="raw data for allele specific rank sum test of base qualities"> | ||
##INFO=<ID=AS_RAW_MQ,Number=1,Type=String,Description="Allele-specfic raw data for RMS Mapping Quality"> | ||
##INFO=<ID=AS_RAW_MQRankSum,Number=1,Type=String,Description="Allele-specfic raw data for Mapping Quality Rank Sum"> | ||
##INFO=<ID=AS_RAW_ReadPosRankSum,Number=1,Type=String,Description="allele specific raw data for rank sum test of read position bias"> | ||
##INFO=<ID=AS_SB_TABLE,Number=1,Type=String,Description="Allele-specific forward/reverse read counts for strand bias tests. Includes the reference and alleles separated by |."> | ||
##INFO=<ID=BaseQRankSum,Number=1,Type=Float,Description="Z-score from Wilcoxon rank sum test of Alt Vs. Ref base qualities"> | ||
##INFO=<ID=DP,Number=1,Type=Integer,Description="Approximate read depth; some reads may have been filtered"> | ||
##INFO=<ID=END,Number=1,Type=Integer,Description="Stop position of the interval"> | ||
##INFO=<ID=ExcessHet,Number=1,Type=Float,Description="Phred-scaled p-value for exact test of excess heterozygosity"> | ||
##INFO=<ID=InbreedingCoeff,Number=1,Type=Float,Description="Inbreeding coefficient as estimated from the genotype likelihoods per-sample when compared against the Hardy-Weinberg expectation"> | ||
##INFO=<ID=MLEAC,Number=A,Type=Integer,Description="Maximum likelihood expectation (MLE) for the allele counts (not necessarily the same as the AC), for each ALT allele, in the same order as listed"> | ||
##INFO=<ID=MLEAF,Number=A,Type=Float,Description="Maximum likelihood expectation (MLE) for the allele frequency (not necessarily the same as the AF), for each ALT allele, in the same order as listed"> | ||
##INFO=<ID=MQRankSum,Number=1,Type=Float,Description="Z-score From Wilcoxon rank sum test of Alt vs. Ref read mapping qualities"> | ||
##INFO=<ID=RAW_MQandDP,Number=2,Type=Integer,Description="Raw data (sum of squared MQ and total depth) for improved RMS Mapping Quality calculation. Incompatible with deprecated RAW_MQ formulation."> | ||
##INFO=<ID=ReadPosRankSum,Number=1,Type=Float,Description="Z-score from Wilcoxon rank sum test of Alt vs. Ref read position bias"> | ||
##contig=<ID=chr12,length=133275309,assembly=38> | ||
##contig=<ID=chr13,length=114364328,assembly=38> | ||
##source=HaplotypeCaller | ||
##bcftools_viewVersion=1.10.2-105-g7cd83b7+htslib-1.10.2-110-gda59588 | ||
##bcftools_viewCommand=view -r chr12:18282464,chr13:18173860 test.g.vcf.gz; Date=Wed Sep 21 14:52:31 2022 | ||
#CHROM POS ID REF ALT QUAL FILTER INFO FORMAT test | ||
chr12 18282464 . GCCC G,<NON_REF> 1827.6 . AS_RAW_BaseQRankSum=|-0.6,1|NaN;AS_RAW_MQ=165600.00|169200.00|0.00;AS_RAW_MQRankSum=|0.0,1|NaN;AS_RAW_ReadPosRankSum=|0.4,1|NaN;AS_SB_TABLE=18,28|18,29|0,0;BaseQRankSum=-0.55;DP=95;ExcessHet=0;MLEAC=1,0;MLEAF=0.5,0;MQRankSum=0;RAW_MQandDP=342000,95;ReadPosRankSum=0.449 GT:AD:DP:GQ:PL:SB 0/1:46,47,0:93:99:1835,0,1790,1974,1932,3905:18,28,18,29 | ||
chr13 18173860 . A C,<NON_REF> 0 . AS_RAW_BaseQRankSum=|-4.9,1|NaN;AS_RAW_MQ=51256.00|4709.00|0.00;AS_RAW_MQRankSum=|0.5,1|NaN;AS_RAW_ReadPosRankSum=|1.2,1|NaN;AS_SB_TABLE=23,2|1,1|0,0;BaseQRankSum=-4.896;DP=28;ExcessHet=0;MLEAC=0,0;MLEAF=0,0;MQRankSum=0.564;RAW_MQandDP=59565,28;ReadPosRankSum=1.252 GT:AD:DP:GQ:PL:SB 0/0:25,2,0:27:61:0,61,946,75,951,965:23,2,1,1 |
Binary file added
BIN
+302 Bytes
...nder/tools/walkers/variantutils/ReblockGVCF/testFirstPositionOnContigNotDropped.g.vcf.idx
Binary file not shown.