Example #1
0
 public void ValidatePadenaStep1BuildKmersForViralGenomeReads()
 {
     using (PadenaP1Test testObj = new PadenaP1Test())
     {
         testObj.ValidatePadenaBuildKmers(Constants.ViralGenomeReadsNode, true);
     }
 }
Example #2
0
 public void ValidatePadenaStep1BuildKmersWithRCReads()
 {
     using (PadenaP1Test testObj = new PadenaP1Test())
     {
         testObj.ValidatePadenaBuildKmers(Constants.OneLineReadsWithRCNode, false);
     }
 }