A library for converting standardized ALife (artificial life) phylogenetic data formats (e.g., from hstrat, phylotrackpy) into formats compatible with traditional phyloinformatics software (e.g., Newick, Nexus, FASTA). Current version 0.19.3, requires Python >=3.8. Active development with monthly releases.
pip install alifedata-phyloinformatics-convertVerified import paths — ran on the pinned version, not inferred.
Initialize the converter and convert between formats. The source and target formats can be 'newick', 'nexus', 'fasta', etc.
Install: pip install alifedata-phyloinformatics-convert Import: import alifedata_phyloinformatics_convert
Always provide both source_format and target_format explicitly in the call to convert().
Consult the official GitHub README for supported conversion matrix. Currently supports: newick, nexus, fasta, phylip (some combinations).
No dependency data recorded yet.