コード例 #1
0
 public bool R1HasInsertion()
 {
     return(R1Ops != null && R1Ops.Any(x => x.CigarOp == 'I'));
 }
コード例 #2
0
ファイル: StitchedSite.cs プロジェクト: snashraf/Pisces
 public bool R1HasInsertion()
 {
     return(R1Ops.Any(x => x.Type == 'I'));
 }