User talk:Kaull

From OpenWetWare
Revision as of 13:44, 13 April 2007 by Jason E. Stajich (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Keep in mind that biopython (and other similar packages such as BioPerl) was specifically designed to help you avoid re-coding repetitive tasks. Try to read through the source code and get a sense of what is available so you can avoid extra effort. Here's one thing I came across that might be helpful to you:

from Bio.Data import CodonTable

--smd 01:11, 28 February 2007 (EST)