gatk-3.8/java/test/org/broadinstitute/sting/gatk
aaron bca894ebce Adding the intial changes for the new Genotyping interface. The bullet points are:
- SSG is much simpler now
- GeliText has been added as a GenotypeWriter
- AlleleFrequencyWalker will be deleted when I untangle the AlleleMetric's dependance on it
- GenotypeLikelihoods now implements GenotypeGenerator, but could still use cleanup

There is still a lot more work to do, but this is a good initial check-in.

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@1335 348d0f76-0448-11de-a6fe-93d51630548a
2009-07-29 19:43:59 +00:00
..
datasources Cleanup...deprecate FastaSequenceFile2 in favor of IndexedFastaSequenceFile or ReferenceSequenceFile from Picard, depending on the application. 2009-07-08 18:49:08 +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
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 Adding the intial changes for the new Genotyping interface. The bullet points are: 2009-07-29 19:43:59 +00:00
traversals Refactoring of the traversal engine base class, I removed a lot of old code. 2009-07-09 21:57:00 +00:00
walkers Support for specifying SAMFileReaders and SAMFileWriters as @Arguments directly. *Very* 2009-07-29 16:11:45 +00:00
GATKArgumentCollectionTest.java Enum support for command-line argument system, and some cleanup for hacks to the CleanedReadInjector that were required because Enum support was missing. 2009-07-08 20:26:16 +00:00
OutputTrackerTest.java Support for specifying SAMFileReaders and SAMFileWriters as @Arguments directly. *Very* 2009-07-29 16:11:45 +00:00