gatk-3.8/protected/java
Eric Banks d242f1bba3 Secondary alignments were not handled correctly in IndelRealigner
* This is emerging now because BWA-MEM produces lots of reads that are not primary alignments
 * The ConstrainedMateFixingManager class used by IndelRealigner was mis-adjusting SAM flags because it
     was getting confused by these secondary alignments
 * Added unit test to cover this case
2013-05-06 19:09:10 -04:00
..
src/org/broadinstitute/sting Secondary alignments were not handled correctly in IndelRealigner 2013-05-06 19:09:10 -04:00
test/org/broadinstitute/sting Secondary alignments were not handled correctly in IndelRealigner 2013-05-06 19:09:10 -04:00