gatk-3.8/public/java
Eric Banks a5a68c09fa Fix for the "Removed too many insertions, header is now negative" bug in ReduceReads.
The problem ultimately was that ReadUtils.readStartsWithInsertion() ignores leading hard/softclips, but
ReduceReads does not.  So I refactored that method to include a boolean argument as to whether or not
clips should be ignored.  Also rebased so that return type is no longer a Pair.
Added unit test to cover this situation.
2013-05-29 16:41:01 -04:00
..
config Reorganized the codebase beneath top-level public and private directories, 2011-06-28 06:55:19 -04:00
src Fix for the "Removed too many insertions, header is now negative" bug in ReduceReads. 2013-05-29 16:41:01 -04:00
test Require a minimum dcov value of 200 for Locus and ActiveRegion walkers when downsampling to coverage 2013-05-29 12:07:12 -04:00