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 write trees to file #3

Closed niemasd closed 6 years ago

niemasd commented 6 years ago

Currently, TreeSwift only supports exporting a tree as a Newick string via str(tree) or tree.newick(). Should support writing a tree to file as well for user convenience

niemasd commented 6 years ago

Added ability to write to Newick file in version 1.0.33