Skip to content

mmore500/phyloframe

Repository files navigation

phyloframe

PyPI CI codecov GitHub stars DOI

Dataframe-based tools for working with phylogenetic trees.

Install

python3 -m pip install phyloframe

A containerized release of phyloframe is available via ghcr.io

singularity exec docker://ghcr.io/mmore500/phyloframe:v0.2.2 python3 -m phyloframe --help

Usage

from phyloframe import legacy as pfl

df = pfl.alifestd_make_empty()
print(df)

Citing

If phyloframe contributes to a scholarly work, please cite it as

Matthew Andres Moreno. (2026). mmore500/phyloframe. Zenodo. https://doi.org/10.5281/zenodo.18842674

@software{moreno2026phyloframe,
  author = {Matthew Andres Moreno},
  title = {mmore500/phyloframe},
  month = mar,
  year = 2026,
  publisher = {Zenodo},
  doi = {10.5281/zenodo.18842674},
  url = {https://doi.org/10.5281/zenodo.18842674}
}

And don't forget to leave a star on GitHub!

About

Dataframe-based tools for working with phylogenetic trees

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors