Use when inferring maximum-likelihood phylogenies from aligned sequences, performing automated model selection, or assessing branch support with bootstrap or aLRT methods
iqtree -s ALIGNMENT -m MODEL/home/vimalinx/miniforge3/envs/bio/bin/iqtree# 1) ModelFinder plus tree inference
iqtree -s alignment.fasta -m MFP
# 2) Tree inference with support values
iqtree -s alignment.fasta -m GTR+F+R4 -B 1000 --alrt 1000 -T AUTO
# 3) Partitioned analysis
iqtree -s alignment.fasta -p partitions.nex -m MFP -T AUTO
.iqtree, .treefile, and support values before making biological claims.-B ultrafast bootstrap is intended for large replicate counts, commonly >=1000.-T AUTO and --mem thoughtfully on shared machines.