[Biopython-dev] [Bug 2529] New: NCBI BLAST XML parser does not support the online blast version 2.2.18+

bugzilla-daemon at portal.open-bio.org bugzilla-daemon at portal.open-bio.org
Wed Jun 25 15:55:58 UTC 2008


http://bugzilla.open-bio.org/show_bug.cgi?id=2529

           Summary: NCBI BLAST XML parser does not support the online blast
                    version 2.2.18+
           Product: Biopython
           Version: 1.45
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P1
         Component: Other
        AssignedTo: biopython-dev at biopython.org
        ReportedBy: lordnapi at gmail.com
         QAContact: lordnapi at gmail.com


Hello,
I have performed a blast search of PDB database. I am having a problem while
parsing the blast result on both Windows and Linux machines. The following four
lines of code provides me the same error.  Thanks. Ahmet

>>> from Bio.Blast import NCBIWWW
>>> from Bio.Blast import NCBIXML
>>> results_handle = NCBIWWW.qblast( 'blastp', 'pdb', 'ASFPVEILPFLYLGCAKDSTNLDVLEEFGIKYILNVTPNLPNLFENAGEFKYKQIPISDHWSQNLSQ')
>>> blast_record = NCBIXML.parse( results_handle ).next()


-- 
Configure bugmail: http://bugzilla.open-bio.org/userprefs.cgi?tab=email
------- 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