[Biopython-dev] [Bug 1761] New: BLAST not returning final results
bugzilla-daemon at portal.open-bio.org
bugzilla-daemon at portal.open-bio.org
Mon Mar 14 07:04:10 EST 2005
http://bugzilla.open-bio.org/show_bug.cgi?id=1761
Summary: BLAST not returning final results
Product: Biopython
Version: Not Applicable
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: Other
AssignedTo: biopython-dev at biopython.org
ReportedBy: genesniffer at hotmail.com
Hi,
I'm just trying to run BLAST at NCBI using NCBIWWW using the script below.
The request seems to be sent fine, but the returned page ends with "This page
will automatically be updated...." ie the final results are not being
returned. The module doesn't not seem to be polling for the final result. Is
this a bug in the program or am I doing something wrong? I look forward to
hearing from you...
Kate
from Bio.Blast import NCBIWWW
blast_results = NCBIWWW.blast('blastp', 'nr', protein_seq, entrez_query="Homo
sapiens [ORGN]")
blast_results = blast_results.readlines()
print blast_results
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Biopython-dev
mailing list