Exemplo n.º 1
0
 public void ValidatePadenaStep6FilterPairedsForReverseReadAndRevComplement()
 {
     using (PadenaP1Test testObj = new PadenaP1Test())
     {
         testObj.ValidateFilterPaired(
           Constants.FilterPairedReadContigsForBackwardDirectionWithRevCompContig, true);
     }
 }
Exemplo n.º 2
0
 public void ValidatePadenaStep6FilterPairedReadsWithRevReadsNotSupportOrientation()
 {
     using (PadenaP1Test testObj = new PadenaP1Test())
     {
         testObj.ValidateFilterPaired(Constants.FilterPairedReadContigsForRevOrientationNode, true);
     }
 }
Exemplo n.º 3
0
 public void ValidatePadenaStep6FilterPairedsForContigRevComplement()
 {
     using (PadenaP1Test testObj = new PadenaP1Test())
     {
         testObj.ValidateFilterPaired(
           Constants.FilterPairedReadContigsForFWDirectionWithRevCompContigNode, false);
     }
 }