예제 #1
0
 def test_pm(self):
     fl = FastaLoader(testing_seq_fn)
     pm = ProteinMaker(fl.random_sequence())
     print pm.make()
예제 #2
0
 def test_slow_not_mocked(self):
     fl = FastaLoader(testing_seq_fn)
     bm = BLASTManager(fl.random_sequence())
     print bm.search()