[Biopython-dev] [Bug 2323] New functions: GCG Checksum and CRC64

bugzilla-daemon at portal.open-bio.org bugzilla-daemon at portal.open-bio.org
Sat Aug 11 06:43:25 UTC 2007


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





------- Comment #30 from mdehoon at ims.u-tokyo.ac.jp  2007-08-11 02:43 EST -------
[In reply to comment #21]:
> Maybe it could be useful to add a 'GCG checksum' attribute to the
> BioPython Seq object.

Note that you can already do that without changing Biopython:
>>> from Bio.Seq import Seq
>>> s = Seq("ACGT")
>>> from Bio.SeqUtils import CheckSum
>>> s.crc32 = CheckSum.crc32(s)
>>>


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