Esempio n. 1
0
 def test_out_of_frame_aug(self):
     self.assertFalse(Sequences.has_inframe_aug("AAUGGCUAGUAGGAUCU"))
Esempio n. 2
0
 def test_in_frame_aug(self):
     self.assertTrue(Sequences.has_inframe_aug("AUGGCUAGUAAGGAUCU"))
Esempio n. 3
0
 def test_no_aug(self):
     self.assertFalse(Sequences.has_inframe_aug("AGGUCCUAGUAGGAUCU"))