DendroPy is a Python library for phylogenetic computing.
It provides classes and functions for the simulation, processing, and
manipulation of phylogenetic trees and character matrices, and supports the
reading and writing of phylogenetic data in a range of formats, such as NEXUS,
NEWICK, NeXML, Phylip, FASTA, etc. Application scripts for performing some
useful phylogenetic operations, such as data conversion and tree posterior
distribution summarization, are also distributed and installed as part of the
libary. DendroPy can thus function as a stand-alone library for phylogenetics,
a component of more complex multi-library phyloinformatic pipelines, or as a
scripting “glue” that assembles and drives such pipelines.
The primary home page for DendroPy, with detailed tutorials and documentation, is at:
If you use any portion of DendroPy v5 in your research, please cite it as:
Moreno, M. A., Holder, M. T., & Sukumaran, J. (2024). DendroPy 5: a mature Python library for phylogenetic computing. Journal of Open Source Software, 9(101), 6943, https://doi.org/10.21105/joss.06943
For BibTex users:
@misc{dendropy5,
doi = {10.21105/joss.06943},
url = {https://doi.org/10.21105/joss.06943},
year = {2024},
publisher = {The Open Journal},
volume = {9},
number = {101},
pages = {6943},
author = {Matthew Andres Moreno and Mark T. Holder and Jeet Sukumaran},
title = {DendroPy 5: a mature Python library for phylogenetic computing},
journal = {Journal of Open Source Software}
}
DendroPy is a Python library for phylogenetic computing. It provides classes and functions for the simulation, processing, and manipulation of phylogenetic trees and character matrices, and supports the reading and writing of phylogenetic data in a range of formats, such as NEXUS, NEWICK, NeXML, Phylip, FASTA, etc. Application scripts for performing some useful phylogenetic operations, such as data conversion and tree posterior distribution summarization, are also distributed and installed as part of the libary. DendroPy can thus function as a stand-alone library for phylogenetics, a component of more complex multi-library phyloinformatic pipelines, or as a scripting “glue” that assembles and drives such pipelines.
The primary home page for DendroPy, with detailed tutorials and documentation, is at:
https://jeetsukumaran.github.io/DendroPy/
DendroPy is also hosted in the official Python Packaging Index (PyPI):
http://pypi.org/project/DendroPy/
Requirements and Installation
The current version of DendroPy requires Python 3.
You can install DendroPy by running::
For Conda users, DendroPy can be installed from the conda-forge channel:
More information is available here:
https://jeetsukumaran.github.io/DendroPy/downloading.html
Documentation
Full documentation is available here:
https://jeetsukumaran.github.io/DendroPy/
This includes:
and more.
Citing
If you use any portion of DendroPy v5 in your research, please cite it as:
For BibTex users:
Earlier DendroPy versions can be cited as:
Consider also leaving a star on GitHub!
License and Warranty
Please see the file “LICENSE.rst” for details.
Developers