[BioPython] Does biopython have a 'WORKING' blastparser and where
?
Michiel Jan Laurens de Hoon
mdehoon at c2b2.columbia.edu
Fri Nov 11 10:18:53 EST 2005
Chris wrote:
> *output for blast out.html and out.xml attached
>
Works for me:
>>> blast_out = open('out.xml')
>>> from Bio.Blast import NCBIXML
>>> parser = NCBIXML.BlastParser()
>>> record = parser.parse(blast_out)
>>> # no error
--Michiel.
--
Michiel de Hoon
Center for Computational Biology and Bioinformatics
Columbia University
1150 St Nicholas Avenue
New York, NY 10032
More information about the BioPython
mailing list