gatk-3.8/protected/java/test/org/broadinstitute/sting/utils
Eric Banks 396b7e0933 Fixed the intermittent PairHMM unit test failure.
The issue here is that the OptimizedLikelihoodTestProvider uses the same basic underlying class as the
BasicLikelihoodTestProvider and we were using the BasicTestProvider functionality to pull out tests of
that class; so if the optimized tests were run first we were unintentionally running those same tests
again with the basic ones (but expecting different results).
2013-02-25 15:05:13 -05:00
..
genotyper Replace org.broadinstitute.variant with jar built from the Picard repo 2013-02-05 17:24:25 -05:00
pairhmm Fixed the intermittent PairHMM unit test failure. 2013-02-25 15:05:13 -05: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