Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python3.6/site-packages/pyvolve/newick.py", line 119, in read_tree
(tree, flags, internalNode_count, index) = _parse_tree(tstring, flags, internalNode_count, scale_tree, 0)
File "/usr/local/lib/python3.6/site-packages/pyvolve/newick.py", line 344, in _parse_tree
if tstring[index]==':':
IndexError: string index out of range
I opened my Newick string in an online Newick viewer, and it looks fine structurally in comparison to the example tree (i.e., each node has either 0 or 2 children, and I have edge weights).
I'm using the newest version of Pyvolve, and when I try to do the following:
I get this error:
I opened my Newick string in an online Newick viewer, and it looks fine structurally in comparison to the example tree (i.e., each node has either 0 or 2 children, and I have edge weights).