This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Biopython NCBIXML Parsing - Field Parameter

Hey,

I want to extract the

 <Iteration_query-def>

from my blast Output (outfmt 5). According to the source code ( http://biopython.org/DIST/docs/api/Bio.Blast.NCBIXML-pysrc.html) it should be something like

blast.query

But

NameError: name 'blast' is not defined

Is there a complete and up to date list what Parameter refers to ist field?

Best regards,

Max

biopython ncbixml parse xml

could it be as simple as you need a B in blast? modules are case sensetive

I think we need to see more of your code to be any help.

0 answers

No answers yet.

Log in to answer this question.