Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(6) | Call(0) | Derive(0) | Import(6)
src/b/i/biopython-HEAD/Tests/test_Motif.py biopython(Download)
def test_mast_parser_1(self): """Test if Motif can parse MAST output files (first test) """ from Bio.Motif.Parsers import MAST handle = open("Motif/mast.dna.oops.txt")
def test_mast_parser_2(self): """Test if Motif can parse MAST output files (second test) """ from Bio.Motif.Parsers import MAST handle = open("Motif/mast.protein.oops.txt")
def test_mast_parser_3(self): """Test if Motif can parse MAST output files (third test) """ from Bio.Motif.Parsers import MAST handle = open("Motif/mast.protein.tcm.txt")
src/b/i/biopython-1.63/Tests/test_Motif.py biopython(Download)
def test_mast_parser_1(self): """Test if Motif can parse MAST output files (first test) """ from Bio.Motif.Parsers import MAST handle = open("Motif/mast.dna.oops.txt")
def test_mast_parser_2(self): """Test if Motif can parse MAST output files (second test) """ from Bio.Motif.Parsers import MAST handle = open("Motif/mast.protein.oops.txt")
def test_mast_parser_3(self): """Test if Motif can parse MAST output files (third test) """ from Bio.Motif.Parsers import MAST handle = open("Motif/mast.protein.tcm.txt")