[Biopython-dev] [Bug 3069] More robust feature parser for GenBank/EMBL records

bugzilla-daemon at portal.open-bio.org bugzilla-daemon at portal.open-bio.org
Wed Apr 28 21:34:16 UTC 2010


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





------- Comment #1 from laserson at mit.edu  2010-04-28 17:34 EST -------
Created an attachment (id=1492)
 --> (http://bugzilla.open-bio.org/attachment.cgi?id=1492&action=view)
Generalize the processing of location lines in a feature table.

There are two methods in this patch.  The main one (uncommented) is a two-line
method that will work perfectly, I believe.  The second method is commented
out, and is an alternative one-line method to do it as well.  However, it will
replace all whitespace with single spaces, which has potential to change the
content seen by the parser, though this is unlikely.


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