[Biopython-dev] [Bug 2731] Adding .upper() and .lower() methods to the Seq object

bugzilla-daemon at portal.open-bio.org bugzilla-daemon at portal.open-bio.org
Tue Nov 3 17:19:08 UTC 2009


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





------- Comment #5 from biopython-bugzilla at maubp.freeserve.co.uk  2009-11-03 12:19 EST -------
Created an attachment (id=1389)
 --> (http://bugzilla.open-bio.org/attachment.cgi?id=1389&action=view)
Patch to Bio/Seq.py

Compared to the earlier patch, this takes the less invasive approach of only
editing Bio/Seq.py (covering both Seq and UnknownSeq, with doctests), but has
the downside that it is not easy to deal with gapped alphabets etc nicely.

Adding (private) upper/lower methods as outlined in the earlier patch does seem
a better plan.


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