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 load trees in different formats #1

Closed niemasd closed 6 years ago

niemasd commented 6 years ago

Currently, I allow loading trees from Newick strings, but some additional things to add:

niemasd commented 6 years ago

Added ability to load Newick trees from file (plaintext or gzipped) in version 1.0.27

niemasd commented 6 years ago

Added ability to load multi-line Newick files in version 1.0.29

niemasd commented 6 years ago

Added ability to load trees from Nexus files in version 1.0.30

niemasd commented 6 years ago

Added ability to load trees from NeXML files in version 1.0.32