Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions doc/Quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,13 @@ A few typically analyses are listed in the following. Note that it is assumed th

iqtree -s example.phy

* Infer maximum-likelihood tree using `GTR+I+G` model:
* Infer maximum-likelihood tree using `GTR+I+R` model for DNA alignment:

iqtree -s example.phy -m GTR+I+G
iqtree -s example.phy -m GTR+I+R

* Infer maximum-likelihood tree using `QC.PFAM+F+I+R` model for protein alignment:

iqtree -s prot.phy -m QC.PFAM+F+I+R
Comment on lines +129 to +131

* Perform ModelFinder without subsequent tree inference:

Expand Down