gatk-3.8/protected/java
Eric Banks 51d1a26725 Bug fix for something Guillermo added to UG before he left to support calling indels from reduced reads.
His code was excessively clipping reads because it was looking at their cigar string instead of just
the read length.  This meant that it was basically impossible to call large deletions in UG even with
perfect evidence in the reads (as reported by Craig D).

Integration tests change because (IMO after looking at sites in IGV) reads with indels similar to the one
being genotyped used to be given too much likelihood and now give less.

Added unit tests for new methods.
2013-11-27 13:54:39 -05:00
..
src/org/broadinstitute/sting Bug fix for something Guillermo added to UG before he left to support calling indels from reduced reads. 2013-11-27 13:54:39 -05:00
test/org/broadinstitute/sting Bug fix for something Guillermo added to UG before he left to support calling indels from reduced reads. 2013-11-27 13:54:39 -05:00