[Biopython-dev] [Bug 2366] Ambiguous nucleotides in (Reverse)complement functions in Bio.Seq

bugzilla-daemon at portal.open-bio.org bugzilla-daemon at portal.open-bio.org
Wed Oct 17 08:46:41 UTC 2007


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





------- Comment #7 from biopython-bugzilla at maubp.freeserve.co.uk  2007-10-17 04:46 EST -------
Fixed, I think.

I had some RNA/DNA with the U and T the wrong way round... and when I recently
tweaked the alphabet detection in Bio/Seq.py this had an impact.

The root issue is that we don't check the Alphabet's letters agree with the
sequence when creating a Seq object (where the Alphabet supplied has an
explicit list of letters).  That would have caught the error in the test suite
much earlier.  Maybe I should file an enhancement bug on this issue.


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