gatk-3.8/public/java/src
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
..
net/sf/samtools Delete unused FastaSequenceIndexBuilder class and accompanying test 2013-05-01 01:02:01 -04:00
org/broadinstitute/sting Fix 3rd-party library dependency issues in the HC/PairHMM tests 2013-12-06 13:16:55 -05:00