public bool R1HasInsertion() { return(R1Ops != null && R1Ops.Any(x => x.CigarOp == 'I')); }
public bool R1HasInsertion() { return(R1Ops.Any(x => x.Type == 'I')); }