[Biopython-dev] [Bug 2475] BioSQL.Loader should reuse existing taxon entries in lineage

bugzilla-daemon at portal.open-bio.org bugzilla-daemon at portal.open-bio.org
Wed Apr 2 08:58:05 UTC 2008


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





------- Comment #8 from mdehoon at ims.u-tokyo.ac.jp  2008-04-02 04:58 EST -------
Eric,
I was looking at the part of your code that parses the XML. I see you use a DOM
parser instead of a SAX parser. For Bio.Entrez in general, I have a slight
preference for a SAX parser, since it does not require to have the full XML in
memory. Do you have a strong preference for a DOM parser?


-- 
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