Merge branch 'master' of ssh://nickel.broadinstitute.org/humgen/gsa-scr1/gsa-engineering/git/stable

This commit is contained in:
Mauricio Carneiro 2011-06-29 16:06:14 -04:00
commit 2ad4d2f0bb
1 changed files with 2 additions and 0 deletions

View File

@ -1010,6 +1010,8 @@ public class IndelRealigner extends ReadWalker<Integer, Integer> {
for ( byte b : indelStr )
sb.append((char)b);
cigar.add(new CigarElement(indelStr.length, CigarOperator.I));
} else {
throw new ReviewedStingException("Creating an alternate consensus from a complex indel is not allowed");
}
if ( reference.length - refIdx > 0 )