Skip to content

mptp 0.2.2

Compare
Choose a tag to compare
@xflouris xflouris released this 31 Jan 20:21
· 21 commits to master since this release

Changes

  • Regular expressions now allow scientific notation when parsing branch lengths
  • Improved accuracy of ASV score (takes into account tip species)
  • Memory leaks when parsing incorrectly formatted trees

Notes

  1. The pre-compiled linux binary mptp-0.2.2-linux-x86_64.tar.gz is compiled without libgsl support. Therefore the Likelihood Ratio Test (LRT) is disabled for the single-rate PTP model. To use libgsl (and therefore the LRT), please compile from source, given that libgsl is installed on your system.
  2. The file mptp-src-0.2.2.tar.gz contains the mPTP source code and does not require autotools installed.
  3. Files v0.2.2.tar.gz and v0.2.2.zip are generated by GitHub, and require autotools installed (as when cloning the repository).