niemasd / TreeSwift

TreeSwift: Fast tree module for Python 3
https://niema.net/TreeSwift
GNU General Public License v3.0
75 stars 14 forks source link

Add ability to ladderize trees #5

Closed niemasd closed 6 years ago

niemasd commented 6 years ago

I should add the ability to ladderize trees, e.g. tree.ladderize()

niemasd commented 6 years ago

Maybe also add ability to order children by alphabetical order of their labels

niemasd commented 6 years ago

Maybe also add ability to order children by distance from root (which is equivalent to ordering by incident branch length)

niemasd commented 6 years ago

All added to version 1.0.54