i was testing this simple code
from Bio.Alphabet import IUPAC
from Bio import Seq
my_prot=Seq("AGTACACTGGT",IUPAC.protein)
and it gives me this error
TypeError: 'module' object is not callable
can anyone explain why this is happening?
PS: this is an Example from the BioPython's Cookbook
New one is here: http://www.biopython.org/DIST/docs/tutorial/Tutorial.pdf
thanks man , i guess the document is old