コード例 #1
0
ファイル: test.py プロジェクト: dobrypd/Computational-Biology
 def test_pm(self):
     fl = FastaLoader(testing_seq_fn)
     pm = ProteinMaker(fl.random_sequence())
     print pm.make()
コード例 #2
0
ファイル: test.py プロジェクト: dobrypd/Computational-Biology
 def test_slow_not_mocked(self):
     fl = FastaLoader(testing_seq_fn)
     bm = BLASTManager(fl.random_sequence())
     print bm.search()