gatk-3.8/public/java/test/org/broadinstitute/sting/gatk/walkers
David Roazen 51ec5404d4 SAMDataSource: always consolidate cigar strings into canonical form
-Collapses zero-length and repeated cigar elements, neither of which
 can necessarily be handled correctly by downstream code (like LIBS).

-Consolidation is done before read filters, because not all read filters
 behave correctly with non-consoliated cigars.

-Examined other uses of consolidateCigar() throughout the GATK, and
 found them to not be redundant with the new engine-level consolidation
 (they're all on artificially-created cigars in the HaplotypeCaller
 and SmithWaterman classes)

-Improved comments in SAMDataSource.applyDecoratingIterators()

-Updated MD5s; differences were examined and found to be innocuous

-Two tests: -Unit test for ReadFormattingIterator
            -Integration test for correct handling of zero-length
             cigar elements by the GATK engine as a whole
2013-06-19 13:29:01 -04:00
..
CNV CombineVariants no longer adds PASS to unfiltered records 2013-05-20 16:53:51 -04:00
coverage e# This is a combination of 2 commits. 2013-05-03 11:19:14 -04:00
qc Fixes to get accurate read counts for Read traversals 2013-05-21 15:24:07 -04:00
readutils SAMDataSource: always consolidate cigar strings into canonical form 2013-06-19 13:29:01 -04:00
variantutils Fixed bug in SelectVariants where maxIndelSize argument wasn't getting applied to deletions. 2013-03-13 15:11:34 -04:00
BAQIntegrationTest.java SAMDataSource: always consolidate cigar strings into canonical form 2013-06-19 13:29:01 -04:00