etetoolkit / ete

Python package for building, comparing, annotating, manipulating and visualising trees. It provides a comprehensive API and a collection of command line tools, including utilities to work with the NCBI taxonomy tree.
http://etetoolkit.org
GNU General Public License v3.0
773 stars 216 forks source link

Resolve #649. Fix bug in populate() method #692

Closed harryrichman closed 10 months ago

harryrichman commented 1 year ago

In the populate() method, branch_range was used instead of support_range, as noticed in Issue #649