Skip to content

Commit 84b5964

Browse files
committed
release v3.1.0
1 parent 2e802ef commit 84b5964

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

doc/Tutorial.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,14 @@ For this example data the resulting maximum-likelihood tree may look like this (
148148
+-------------Opossum
149149

150150

151-
This makes sense as the mammals (`Human` to `Opossum`) form a clade, whereas the reptiles (`Turtle` to `Crocodile`) and `Bird` form a separate sister clade. Here the tree is drawn at the *outgroup* Lungfish which is more accient than other species in this example. However, please note that IQ-TREE always produces an **unrooted tree** as it knows nothing about this biological background; IQ-TREE simply draws the tree this way as `LngfishAu` is the first sequence occuring in the alignment.
151+
This makes sense as the mammals (`Human` to `Opossum`) form a clade, whereas
152+
the reptiles (`Turtle` to `Crocodile`) and `Bird` form a separate sister clade.
153+
Here the tree is drawn at the *outgroup* Lungfish, which is known to be more
154+
distantly related to other
155+
species in this example. However, please note that IQ-TREE always produces an
156+
**unrooted tree** as it knows nothing about this biological background;
157+
IQ-TREE simply draws the tree this way as `LngfishAu` is the first sequence
158+
occuring in the alignment.
152159

153160
During the example run above, IQ-TREE periodically wrote to disk a checkpoint file `example.phy.ckp.gz` (gzip-compressed to save space). This checkpoint file is used to resume an interrupted run, which is handy if you have a very large data sets or time limit on a cluster system. If the run did not finish, invoking IQ-TREE again with the very same command line will recover the analysis from the last stopped point, thus saving all computation time done before.
154161

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
title: "IQ-TREE: Efficient phylogenomic software by maximum likelihood"
44
permalink: /
55
version: 2.4.0
6-
version_new: 3.0.1
6+
version_new: 3.1.0
77
releasedate: February 7, 2025
8-
releasedate_new: May 5, 2025
8+
releasedate_new: March 12, 2026
99
v1_url: https://github.com/iqtree/iqtree2/releases/download
1010
v2_url: https://github.com/iqtree/iqtree3/releases/download
1111
---

0 commit comments

Comments
 (0)