Ejemplo n.º 1
0
 def testRestOfORF2(self):
     self.assertEqual(hw.restOfORF("ATGAAATT"), "ATGAAATT")
Ejemplo n.º 2
0
 def testRestOfORF1(self):
     self.assertEqual(hw.restOfORF("ATGAGATAAG"), "ATGAGA")