jeetsukumaran / DendroPy

A Python library for phylogenetic scripting, simulation, data processing and manipulation.
https://pypi.org/project/DendroPy/.
BSD 3-Clause "New" or "Revised" License
207 stars 63 forks source link

ValueError: Attempting case sensitive read with case insensitive TaxonNamespace #135

Closed crosenth closed 3 years ago

crosenth commented 3 years ago

To reproduce: python -c "import dendropy; dendropy.Tree.get(data='((A,B),C);', schema='newick', case_sensitive_taxon_labels=True)"

jeetsukumaran commented 3 years ago

Thanks. Incorporated 1aa22a75