Only try to clip adaptors when both reads of the pair are on opposite strands
-- Read pairs that have unusual alignments, such as two reads both oriented like:
<-----
<-----
where previously having their adaptors clipped as though the standard calculation of the insert size was meaningful, which it is not for such oddly oriented pairs. This caused us to clip extra good bases from reads.
-- Update MD5s due change in adaptor clipping, which add some coverage in some places
|
||
|---|---|---|
| .. | ||
| AlignmentUtilsUnitTest.java | ||
| ArtificialBAMBuilderUnitTest.java | ||
| ArtificialPatternedSAMIteratorUnitTest.java | ||
| ArtificialSAMFileWriterUnitTest.java | ||
| ArtificialSAMQueryIteratorUnitTest.java | ||
| ArtificialSAMUtilsUnitTest.java | ||
| ArtificialSingleSampleReadStreamUnitTest.java | ||
| GATKSAMRecordUnitTest.java | ||
| MisencodedBaseQualityUnitTest.java | ||
| ReadUtilsUnitTest.java | ||