public bool R2HasInsertion()
 {
     return(R2Ops != null && R2Ops.Any(x => x.CigarOp == 'I'));
 }
Beispiel #2
0
 public bool R2HasInsertion()
 {
     return(R2Ops.Any(x => x.Type == 'I'));
 }