You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed floating point exception error when constructing random trees, caused from dividing by zero
Changed allocation from malloc to calloc, as it caused uninitialized variables when converting unrooted trees to rooted when using the MCMC method
Fixed sample size for the the AIC with a correction for finite sample sizes
Notes
The pre-compiled linux binary mptp-0.2.0-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.
The file mptp-src-0.2.0.tar.gz contains the mPTP source code and does not require autotools installed.
Files v0.2.0.tar.gz and v0.2.0.zip are generated by GitHub, and require autotools installed (as when cloning the repository).