gatk-3.8/protected/java/test/org/broadinstitute/sting/utils/pairhmm
David Roazen 932cd3ada7 Fix 3rd-party library dependency issues in the HC/PairHMM tests
In general, test classes cannot use 3rd-party libraries that are not
also dependencies of the GATK proper without causing problems when,
at release time, we test that the GATK jar has been packaged correctly
with all required dependencies.

If a test class needs to use a 3rd-party library that is not a GATK
dependency, write wrapper methods in the GATK utils/* classes, and
invoke those wrapper methods from the test class.
2013-12-06 13:16:55 -05:00
..
ActiveRegionTestDataSet.java Fix 3rd-party library dependency issues in the HC/PairHMM tests 2013-12-06 13:16:55 -05:00
CnyPairHMMUnitTest.java Removed native method call 2013-07-30 13:59:58 -04:00
FastLoglessPairHMMUnitTest.java Adding Graph-based likelihood ratio calculation to HC 2013-12-02 19:37:19 -05:00
PairHMMEmpiricalBenchmark.java Retreived PairHMM benchmarks from archive and made improvements 2013-08-28 17:23:35 -04:00
PairHMMSyntheticBenchmark.java Retreived PairHMM benchmarks from archive and made improvements 2013-08-28 17:23:35 -04:00
PairHMMTestData.java Retreived PairHMM benchmarks from archive and made improvements 2013-08-28 17:23:35 -04:00
PairHMMUnitTest.java Adding Graph-based likelihood ratio calculation to HC 2013-12-02 19:37:19 -05:00