gatk-3.8/java/test/org/broadinstitute/sting/gatk
aaron 5b41ef5f70 rod DBSNP had a bug where the reference wasn't calculated correctly under certain conditions. Fixed getRefBasesFWD and getRefSnpFWD so that they were more in line with getAltBasesFWD and getAltSnpFWD. Also updated Variant Eval tests to reflect this change.
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@1609 348d0f76-0448-11de-a6fe-93d51630548a
2009-09-13 23:48:58 +00:00
..
datasources Framework for ROD walkers -- totally experiment and not working right now 2009-09-12 19:13:15 +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 General-purpose management of output streams. 2009-08-23 00:56:02 +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 rod DBSNP had a bug where the reference wasn't calculated correctly under certain conditions. Fixed getRefBasesFWD and getRefSnpFWD so that they were more in line with getAltBasesFWD and getAltSnpFWD. Also updated Variant Eval tests to reflect this change. 2009-09-13 23:48:58 +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 So, the VCF spec allows for an optional meta field in the header representing the date. However, using this field means that integration tests run on the vcf file will fail the MD5 test (which is what happened to the VariantFiltration test this morning after working just fine yesterday). 2009-09-10 14:28:43 +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