[Biopython-dev] [Bug 2578] The GenBank SeqRecord parser does not record molecule type or if circular

bugzilla-daemon at portal.open-bio.org bugzilla-daemon at portal.open-bio.org
Sun Dec 12 19:08:00 UTC 2010


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





------- Comment #5 from n.j.loman at bham.ac.uk  2010-12-12 14:07 EST -------
I guess is_circular = True/False might be a bit nicer and avoids unnecessary
string comparisons in user code. I don't really mind though.

I thought it was fair enough to assume the sequence is linear if no qualifier
is specified in the GenBank file (sequences written by Biopython are like
that). That assumption works for my app, in any case. It would be good if I
didn't have to worry about is_circular or molecule being absent / None, not
sure if you think that is potentially misleading.


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