gatk-3.8/protected/java/test/org/broadinstitute/sting/utils
Mark DePristo 15461567d7 HaplotypeCaller no longer uses reads with poor likelihoods w.r.t. any haplotype
-- The previous likelihood calculation proceeds as normal, but after each read has been evaluated against each haplotype we go through the read / allele / likelihoods map and eliminate all reads that have poor fit to any of the haplotypes.  This functionality stops us from making a particular type of error in the HC, where we have a haplotype that's very far from the reference allele but not the right true haplotype.  All of the reads that are slightly closer to this FP haplotype than the reference previously generated enormous likelihoods in favor of this FP haplotype because they were closer to it than the reference, even if each read had many mismatches w.r.t. the FP haplotype (and so the FP haplotype was a bad model for the true underlying haplotype).
2013-04-08 12:47:49 -04:00
..
genotyper HaplotypeCaller no longer uses reads with poor likelihoods w.r.t. any haplotype 2013-04-08 12:47:49 -04:00
haplotype LD-based merging algorithm for nearby events in the haplotypes 2013-04-08 12:47:48 -04:00
nanoScheduler Fix caching indices in the PairHMM 2013-04-08 11:05:12 -04:00
pairhmm Fix caching indices in the PairHMM 2013-04-08 11:05:12 -04:00
recalibration Cleanup and unit tests for QualityUtils 2013-02-16 07:31:37 -08:00
ContigComparatorUnitTest.java Generalize and fixup ContigComparator 2013-02-09 09:52:13 -05:00
SWPairwiseAlignmentUnitTest.java Expanded functionality for writing BAMs from HaplotypeCaller 2013-03-03 12:07:29 -05:00