gatk-3.8/protected/java
Mark DePristo 0387ea8df9 Bugfix for ReadClipper with ReducedReads
-- The previous version of the read clipping operations wouldn't modify the reduced reads counts, so hardClipToRegion would result in a read with, say, 50 bp of sequence and base qualities but 250 bp of reduced read counts.  Updated the hardClip operation to handle reduce reads, and added a unit test to make sure this works properly.  Also had to update GATKSAMRecord.emptyRead() to set the reduced count to new byte[0] if the template read is a reduced read
-- Update md5s, where the new code recovers a TP variant with count 2 that was missed previously
2013-04-29 11:12:09 -04:00
..
src/org/broadinstitute/sting Merge pull request #198 from broadinstitute/mc_reduce_reads_ds_doc 2013-04-27 05:49:47 -07:00
test/org/broadinstitute/sting Bugfix for ReadClipper with ReducedReads 2013-04-29 11:12:09 -04:00