now the reads that are too long are truly ignored (fix of the fix)
This commit is contained in:
parent
069554efe5
commit
710d34633e
|
|
@ -482,6 +482,7 @@ public class SomaticIndelDetectorWalker extends ReadWalker<Integer,Integer> {
|
||||||
" Read length="+read.getReadLength()+"; cigar="+read.getCigarString()+"; start="+
|
" Read length="+read.getReadLength()+"; cigar="+read.getCigarString()+"; start="+
|
||||||
read.getAlignmentStart()+"; end="+read.getAlignmentEnd()+
|
read.getAlignmentStart()+"; end="+read.getAlignmentEnd()+
|
||||||
"; window start (after trying to accomodate the read)="+normal_context.getStart()+"; window end="+normal_context.getStop());
|
"; window start (after trying to accomodate the read)="+normal_context.getStart()+"; window end="+normal_context.getStop());
|
||||||
|
return 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue