I'm running iqtree 1.6.1 for phylogeny construction with about 50 partitions (that is 50 protein sequences with partition info) and 500 species. The command I'm using is
iqtree -s 1.aln -spp 1.partition -m MFP+MERGE -mset LG,WAG -mrate I,G -bb 1000 -nt AUTO
However, I was told the following and the analysis was distrupted.
ERROR: Too many threads for short alignments, please reduce number of threads or use -nt AUTO to determine it.
I've specified -nt AUTO already. Is there a solution? Do I have to specify the number of threads?