gatk-3.8/java/test/org/broadinstitute/sting/gatk/walkers/indels
ebanks a0231f073f Damnit. Enabling the Picard code to recalculate all of the relevant SAMRecord attribute tags means that I need to have reference bases over all read bases even after realignment (and there are some big indels in dbsnp). Fortunately, I have my trusty IndexedFastaSequenceFile reader handy! Re-enabling the previously broken performance test.
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4255 348d0f76-0448-11de-a6fe-93d51630548a
2010-09-12 05:06:37 +00:00
..
IndelRealignerIntegrationTest.java Addition for Tim: recalculate the NM and UQ tags after realignment. Also, don't fix the insert size calculation, since that's done by fix mate information. 2010-09-08 04:02:14 +00:00
IndelRealignerPerformanceTest.java Damnit. Enabling the Picard code to recalculate all of the relevant SAMRecord attribute tags means that I need to have reference bases over all read bases even after realignment (and there are some big indels in dbsnp). Fortunately, I have my trusty IndexedFastaSequenceFile reader handy! Re-enabling the previously broken performance test. 2010-09-12 05:06:37 +00:00
RealignerTargetCreatorIntegrationTest.java Update integration tests to use the new ROD syntax. 2010-08-25 18:13:30 +00:00
RealignerTargetCreatorPerformanceTest.java Removed hard-coded pointers to references 2010-08-04 17:59:37 +00:00