gatk-3.8/java/test/org/broadinstitute/sting/gatk
ebanks 2b96b2e4e7 better multi-sample integration test
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@1933 348d0f76-0448-11de-a6fe-93d51630548a
2009-10-29 13:51:51 +00:00
..
datasources Rev'ing Picard, which includes the update to get all the reads in the query region (GSA-173). With it come a bunch of fixes, including retiring the FourBaseRecaller code, and updated md5 for some walker tests. 2009-09-30 20:37:59 +00:00
executive Added IterableLocusContextQueue and test. Cleaned up tests, adding BaseTest where it didn't exist. Enhanced test runner to run only classes ending in ...Test.java, so that utility classes can sit alongside the tests but won't be run by JUnit. 2009-05-13 21:32:05 +00:00
io Fix for problem where err stream remapped to output stream in certain cases, (hopefully) completing Matt's hat trick of fail. Thanks, unit tests. 2009-09-16 08:33:56 +00:00
iterators an iterator to fix the problem where read-based interval traversals are getting duplicate reads because reads span the two intervals. 2009-07-23 23:59:48 +00:00
refdata intermediate commit for some changes in the Variation system, so Eric can go ahead with his changes. Everything is pretty set, but the Variation interface could use a convenience method that joins all the alternate alleles. 2009-10-23 06:31:15 +00:00
traversals a fix for traverse dupplicates bug: GSA-202. Also removed some debugging output from FastaAltRef walker 2009-10-26 20:18:55 +00:00
walkers better multi-sample integration test 2009-10-29 13:51:51 +00:00
GATKArgumentCollectionTest.java Better integrate the @ArgumentCollection into the command-line argument parser. Walkers can now specify their own @ArgumentCollections. Also cleaned up a bit of the CommandLineProgram template method pattern to minimize duplicate code. 2009-09-29 22:23:19 +00:00