コード例 #1
0
 def testMapReadBothStrands2(self):
     self.assertEqual(hw.mapReadBothStrands("AC","ACGT"), [[0, 2], [2, 4]])
コード例 #2
0
ファイル: milktests.py プロジェクト: raxod502/HMC-Grader
 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
ファイル: milktests.py プロジェクト: raxod502/HMC-Grader
 def testMapReadBothStrands1(self):
     self.assertEqual(hw.mapReadBothStrands("AA", "CGGGCAAGTTC"),
                      [[5, 7], [8, 10]])