[Biopython-dev] [Bug 2938] Bio.Entrez.read() returns empty string for HTML (not an error)
bugzilla-daemon at portal.open-bio.org
bugzilla-daemon at portal.open-bio.org
Wed Oct 28 06:16:32 EDT 2009
http://bugzilla.open-bio.org/show_bug.cgi?id=2938
------- Comment #1 from mdehoon at ims.u-tokyo.ac.jp 2009-10-28 06:16 EST -------
It is relatively easy to check if the file starts with <?xml to make sure it
really is XML. However, currently EUtils returns (at least) one XML file that
does not have this <?xml tag, so if we add this check now it will cause one of
the Biopython tests to fail (see the file serialset.xml in Tests/Entrez).
I'll write to NCBI to see if this can be fixed.
--
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