tresoldi / ngesh

A Python library for generating random phylogenetic trees and related data
MIT License
9 stars 1 forks source link

Write iterator given distance from root #2

Closed tresoldi closed 4 years ago

tresoldi commented 4 years ago

As per ETE3 standard, the node.dist property holds the distance to the ancestor, not to the root. For abzu, it would help having either/both a pre-computed property on the distance from the root, as well as a node iterator that follows such property.

tresoldi commented 4 years ago

Closing as the library is not using abzu anymore.