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
I recently encountered an issue when performing model selection with IQ-TREE 3. Specifically, when I used the following command:
-mset JC69,K80,F81,HKY,TN93,GTR,12.12 -mrate G
I received the error:
ERROR: Add an option '--nonrev-model' when using non-reversible models in ModelFinder.
However, after adding the suggested '--nonrev-model' option, I then encountered another error:
ERROR: The input models cannot contain reversible and non-reversible models
In previous versions of IQ-TREE, this combination of models could run without any problem. Could you please clarify why IQ-TREE 3 no longer supports mixtures of reversible and non-reversible models? Also, is there any recommended workaround or solution to achieve the same functionality?