gatk-3.8/java/test/org/broadinstitute/sting
depristo 6231637615 fixes for VariantAnnotations and second bases. Misc. removal of failing (and unstable) integration tests that require rereview
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@2213 348d0f76-0448-11de-a6fe-93d51630548a
2009-12-02 15:41:35 +00:00
..
alignment Restructuring and interface change to ReadBackedPileup. We now lower support the Pileup interface, the BasicPileup static methods, and the ReadBackedPileup class. Now everything is a ReadBackedPileup and all methods to manipulate pileups are off of it. Also provides the recommended iterable() interface of pileup elements so you can use the syntax for (PileupElement p : pileup) and access directly from p.getBase() and p.getQual() and p.getSecondBase(). Only a few straggler walkers use the old style interface -- but those walkers will be retired soon. Documentation coming in the AM. Please everyone use the new syntax, it's safer, and will be more efficient as soon as the LocusIteratorByState directly emits the ReadBackedPileup for the Alignment context, as opposed to the current interface. In the process of the change over, discovered several bugs in the second-best base code due to things getting out of sync, but these changes were resolved manually. All other integrationtests passed without modification. 2009-11-25 03:51:41 +00:00
gatk fixes for VariantAnnotations and second bases. Misc. removal of failing (and unstable) integration tests that require rereview 2009-12-02 15:41:35 +00:00
playground/gatk/walkers fixes for VariantAnnotations and second bases. Misc. removal of failing (and unstable) integration tests that require rereview 2009-12-02 15:41:35 +00:00
utils fix for bug GSA-234: fasta index files couldn't handle anything but letters, numbers, or spaces in the contig name 2009-11-24 19:19:47 +00:00
BaseTest.java Added some code to change the instrumentation for tests. 2009-05-20 05:15:27 +00:00
TrivialInstrumenter.java fixed a bunch of comments and license headers. 2009-06-10 14:10:46 +00:00
WalkerTest.java Added the capability to allow expressions in an integration test command (i.e. -filter 'foo') by escaping them in the command. 2009-11-24 02:34:48 +00:00