On Sun, Jun 28, 2009 at 04:41:57PM -0700, C. Titus Brown wrote: -> Hi all, -> -> I've made some progress on the seq_frame branch, which adds -> a 'translation' method to DNA sequences; for example, you can do -> -> frame1 = dna_seq.translation(1) -> frame2 = dna_seq.translation(2) -> frame3 = dna_seq.translation(3) -> -> to get the three-frame translation of dna_seq.
...and the negative frames are now also working. Here are some of the tests: http://github.com/ctb/pygr/commit/4ebc171dda21d669fc8bd002683610e2fa2e6a6a#diff-2 cheers, --titus -- C. Titus Brown, [email protected] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pygr-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pygr-dev?hl=en -~----------~----~----~----~------~----~------~--~---
