[Biopython] Biopython 1.65 post-install test - get different result on one line
John DeFilippo
sarchasm.1357 at gmail.com
Sun Mar 15 00:54:42 UTC 2015
In Biopython Installation (http://biopython.org/DIST/docs/install/Installation.html)
#6 - Making sure everything worked
5th line of python code
new_seq.translate()
gives output as
Seq('DQK', HasStopCodon(IUPACProtein(), '*’))
but I get
Seq('DQK', IUPACProtein())
Does this indicate something wrong with my install?
Thanks
More information about the Biopython
mailing list