This is the documentation for the Morphy API. If you’re not writing programs for phylogenetic analysis, then this page is not likely to be of interest to you. If you’re looking for MorphyLib, a C library that can be used for tree score calculations, download and documentation are available here. MorphyLib and the MPL are not meant to be used together in the same program.
Introduction
To facilitate using Morphy from external programs and environments, we have written Morphy as a library (MPL: Morphy Phylogenetic Library). It is therefore possible to build Morphy into your own programs with minimal effort and to also call its functions from environments such as Python or R.
Building the MPL