gatk-3.8/java/test/org/broadinstitute/sting/gatk/refdata
aaron 7fc4472e6d A big fix for MergingSamRecordIterator, where we weren't correctly handling the comparisons of SAMRecords correctly (we weren't applying the new reference index first, so sometimes the MT contig would be ID 23, sometimes 24 in different records).
Also a fix to the GLF tests, and a correction to PrintReadsWalker to remove the close() on the output source, the source handles that itself (and you get a double close).

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@1758 348d0f76-0448-11de-a6fe-93d51630548a
2009-10-02 19:35:35 +00:00
..
ReferenceOrderedDataTest.java added the ability to pass in a csv file of ROD triplets (one triplet per line) to the -B option 2009-08-11 22:10:20 +00:00
RodGLFTest.java A big fix for MergingSamRecordIterator, where we weren't correctly handling the comparisons of SAMRecords correctly (we weren't applying the new reference index first, so sometimes the MT contig would be ID 23, sometimes 24 in different records). 2009-10-02 19:35:35 +00:00
RodVCFTest.java Adding the VCF ROD. Also changed the VCF objects to much more user friendly. 2009-09-18 20:19:34 +00:00
TabularRODTest.java Changing the carpet under your feet!! New incremental update to th eROD system has arrived. 2009-09-21 16:55:22 +00:00
rodDbSNPTest.java fixing the dbSNP test. Also removing unnessasary comments from the GenomeLocParser, added some tests, and commented out the performance test 2009-09-21 23:32:24 +00:00