ddarriba / modeltest

Best-fit model selection
GNU General Public License v3.0
72 stars 21 forks source link

Segfault running on aa MSA #46

Closed rcedgar closed 3 years ago

rcedgar commented 3 years ago

Command line:

modeltest-ng-static -i nido_wolftrim.afa -d aa -p 10

Downloaded today, release v0.1.6, version modeltest x.y.z according to --version

Alignment and log posted here:

https://drive5.com/tmp/nido_wolftrim.tar.gz

ddarriba commented 3 years ago

This is a known bug with the static binary and pthreads. You can either run the static version with a single thread or compile the source code. I will upload the 0.1.7 release package (hopefully) tomorrow.

ddarriba commented 3 years ago

Fixed! Also the static binary is available.