def testMapReadBothStrands2(self):
     self.assertEqual(hw.mapReadBothStrands("AC","ACGT"), [[0, 2], [2, 4]])
Beispiel #2
0
 def testMapReadBothStrands2(self):
     self.assertEqual(hw.mapReadBothStrands("AC", "ACGT"), [[0, 2], [2, 4]])
 def testMapReadBothStrands1(self):
     self.assertEqual(hw.mapReadBothStrands("AA","CGGGCAAGTTC"), [[5, 7], [8, 10]])
Beispiel #4
0
 def testMapReadBothStrands1(self):
     self.assertEqual(hw.mapReadBothStrands("AA", "CGGGCAAGTTC"),
                      [[5, 7], [8, 10]])