feature/modeltest #2

Open
christoph wants to merge 38 commits from feature/modeltest into dev
Owner
No description provided.
Equal frequencies does not apply to AA models, omitting +F is the thing we want here (taking the fixed frequencies specified by the model).

TrN is an alias resolved to TN93 by libpll/coraxlib, so we should use the resolved name to make things more explicit.
The same thread now continually increases the freerate category count until the BIC score no longer improves.
Move debug output to LOG_DEBUG to tidy up logging output.
Print current partition and total number of partitions.
christoph force-pushed feature/modeltest from ff415ee41d to b5413d6cca 2025-04-29 10:34:39 +02:00 Compare
Bug was introduced after refactoring the way results were organized.
It caused only the first n models to be considered for the
ranking, where n is the number of partitions in the dataset.

The XML output was not affected.
This value is also used by ModelTest-NG.
The best model according to BIC score will then be used in the
subsequent command.
Currently checkpointing is not supported.
Remove left-over debug statement

Do not update Partitioned MSA inside ModelTest class but in main source
file instead (Principle of least surprise)
The new implementation no longer requires that the increasing category
count of a freerate candidate model is computed by the same thread.
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feature/modeltest:feature/modeltest
git switch feature/modeltest

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch dev
git merge --no-ff feature/modeltest
git switch feature/modeltest
git rebase dev
git switch dev
git merge --ff-only feature/modeltest
git switch feature/modeltest
git rebase dev
git switch dev
git merge --no-ff feature/modeltest
git switch dev
git merge --squash feature/modeltest
git switch dev
git merge --ff-only feature/modeltest
git switch dev
git merge feature/modeltest
git push origin dev
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
christoph/raxml-ng-modelselection!2
No description provided.