[Biopython-dev] [Bug 1968] GenBank parsing fails if REFERNCE
(bases.. )line is split
bugzilla-daemon at portal.open-bio.org
bugzilla-daemon at portal.open-bio.org
Tue Mar 7 15:00:43 EST 2006
http://bugzilla.open-bio.org/show_bug.cgi?id=1968
------- Comment #1 from kael.fischer at gmail.com 2006-03-07 15:00 -------
Note that that little snippet breaks some other REFERENCES unless it is moved
down several lines.... r
right after:
consumer.reference_num(data[:data.find(' ')])
and before:
consumer.reference_bases(data[data.find(' ')+1:])
------- 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