Closed yoavram closed 9 years ago
ETE isn't supported. Posted a question let's see if it fares better than the one in SoF.
The bottom of the lecture has lectureX
instead of lecture6
.
Uploaded a (almost) complete version. You are welcome to review if you want. I'm still considering showing some phylogenetics, but I don't want to overload.
Great job, looks terrific. I have a host of petty remakrs:
cmd
, run c:\pyzo2014a\scripts\conda install biopython
. Worked for me.from Bio.Seq import Seq
- you are actually improting a class, not a modulemy_DNA_seq
with an explicit string but compare it to the variable seq
(I am showing them that seq is of type str, while my_dna_seq is of type seq)from IPython.display import HTML
twice (I prefer this since if someone missed the first one, it'll still work and I don't get complaints during the class)lec6_files/Orchids.fasta
-> can you read it from the web? or do urlretrieve
to local filesystem before reading it? see bottom of lecture7 where I do this with a zip file.open
". No need for a new name to the same concept.
Phylogenetic trees? See http://etetoolkit.org/