gatk-3.8/public/java/test/org/broadinstitute/sting/utils/nanoScheduler
Mark DePristo dcf8af42a8 Finalizing IndependentAllelesDiploidExactAFCalc
-- Updating integration tests, confirming that results for the original EXACT model are as expected given our new more rigorous application of likelihoods, priors, and posteriors
-- Fix basic logic bug in AFCalcResult.isPolymorphic and UnifiedGenotypeEngine, where isNonRef really meant isRef.  Not ideal.  Finally caught by some tests, but good god it almost made it into the code
-- Now takes the Math.abs of the phred-scaled confidence so that we don't see -0.0
-- Massive new suite of unit tests to ensure that bi-allelic and tri-allele events are called properly with all models, and that the IndependentAllelesDiploidExactAFCalc calls events with up to 4 alt alleles correctly.  ID'd some of the bugs below
-- Fix sort order bug in IndependentAllelesDiploidExactAFCalc caught by new unit tests
-- Fix bug in GeneralPloidyExactAFCalc where the AFCalcResult has meaningless values in the likelihoods when no there we no informative GLs.
2012-10-15 08:21:03 -04:00
..
InputProducerUnitTest.java Proper error handling in NanoScheduler 2012-09-19 17:03:13 -04:00
NanoSchedulerIntegrationTest.java Finalizing IndependentAllelesDiploidExactAFCalc 2012-10-15 08:21:03 -04:00
NanoSchedulerUnitTest.java Add invocation count and shorter timeout to NanoSchedulerUnitTest 2012-09-20 18:45:16 -04:00
ReducerUnitTest.java Proper error handling in NanoScheduler 2012-09-19 17:03:13 -04:00