[Biopython-dev] [Bug 2543] New: Bio.Nexus.Trees can't handle named ancestors
bugzilla-daemon at portal.open-bio.org
bugzilla-daemon at portal.open-bio.org
Sun Jul 13 16:23:57 UTC 2008
http://bugzilla.open-bio.org/show_bug.cgi?id=2543
Summary: Bio.Nexus.Trees can't handle named ancestors
Product: Biopython
Version: 1.46
Platform: PC
OS/Version: FreeBSD
Status: NEW
Severity: normal
Priority: P2
Component: Other
AssignedTo: biopython-dev at biopython.org
ReportedBy: markd at soe.ucsc.edu
The following code produces:
ValueError: invalid literal for float(): Ancestor1
from Bio.Nexus import Trees
# from http://evolution.genetics.washington.edu/phylip/newicktree.html
treeStr = "(B:6.0,(A:5.0,C:3.0,E:4.0)Ancestor1:5.0,D:11.0);"
tree = Trees.Tree(treeStr)
--
Configure bugmail: http://bugzilla.open-bio.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Biopython-dev
mailing list