def test_pm(self): fl = FastaLoader(testing_seq_fn) pm = ProteinMaker(fl.random_sequence()) print pm.make()
def test_slow_not_mocked(self): fl = FastaLoader(testing_seq_fn) bm = BLASTManager(fl.random_sequence()) print bm.search()