User talk:Kaull

From OpenWetWare
Revision as of 23:11, 27 February 2007 by ShawnDouglas (talk | contribs) (biopython)
Jump to navigationJump to search

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)