A Python library for phylogenetic scripting, simulation, data processing and manipulation.
BSD 3-Clause "New" or "Revised" License
210
stars
61
forks
source link
documentation: viewing and displaying Newick tree needs semi-colon #97
Closed
thekswenson closed 6 years ago
The example in the section "Viewing and Displaying Trees" (https://dendropy.org/primer/trees.html#viewing-and-displaying-trees) needs a semi-colon in the Newick string format.
As is, a cryptic error message is given by python:
"UnexpectedEndOfStreamError: Error parsing data source on line 1 at column 2: Unexpected end of stream"