/NWKTreeBuilder

Primary LanguageC++GNU Affero General Public License v3.0AGPL-3.0

NWKTreeBuilder

An efficient C++ project for building phylogenetic trees in Newick format.

It supports:

  • build tree from .nwk file.
  • write tree into .nwk file.
  • print tree to the shell.
  • delete Node/Clade in the tree.
  • traverse the tree from root.
  • traverse from any Node.

Why create this project?

python's Bio library is unbearably slow, so I use cpp instead.

Contributors

phinney

Acknowledgements

CLion