[Biopython-dev] [Bug 2639] SeqRecord.init doesn't check for arguments to their types
bugzilla-daemon at portal.open-bio.org
bugzilla-daemon at portal.open-bio.org
Mon Nov 3 18:47:59 UTC 2008
http://bugzilla.open-bio.org/show_bug.cgi?id=2639
biopython-bugzilla at maubp.freeserve.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Comment #1 from biopython-bugzilla at maubp.freeserve.co.uk 2008-11-03 13:47 EST -------
Fixed in CVS, although there is a small chance this will break existing scripts
which relied on the old lax behaviour.
Peter
P.S.
Assuming you are using an unmodified Biopython, the last line of your example
wouldn't work:
>>> print sr.fasta
Try:
>>> print sr.format("fasta")
--
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