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