In order to discover the best evolutionary model and partitioning scheme for Bayesian analysis, I am trying to run the command line
iqtree -s aln_seqs.fas -p aln_seqs.nex -m MF+MERGE -mset mrbayes -nt AUTO,
but I get it as answer:
Expecting floating-point number, but found "aln_seqs.nex" instead.
It seems to me that there is a problem with the content of my .nex file, right? Or is the problem with the command line I'm implementing? The contents of this .nex file are
#nexus begin sets; charset cd1 = 2 -. \ 3; charset cd2 = 3 -. \ 3; charset cd3 = 1 -. \ 3; end;
Does anyone imagine what I'm doing wrong? I couldn't find an answer in the documentation.
Thanks a lot!