User talk:Kaull: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
 
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
Thanks for the typo fix on [[BE.109:Guidelines for maintaining your lab notebook]].  --[[Reshma Shetty | Reshma]] (your module 3 TA)
Keep in mind that biopython (and other similar packages such as [[BioPerl]]) was specifically designed to help you avoid re-coding repetitive tasksTry 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
 
--[[User:ShawnDouglas|smd]] 01:11, 28 February 2007 (EST)

Latest revision as of 13:44, 13 April 2007

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)