Skip to content

Commit a751d80

Browse files
committed
update latest v2.0.6
1 parent e55a2d3 commit a751d80

4 files changed

Lines changed: 8 additions & 6 deletions

File tree

doc/Dating.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: userdoc
33
title: "Phylogenetic Dating"
44
author: M Bui, Rob Lanfear
5-
date: 2020-05-31
5+
date: 2020-06-03
66
docid: 6
77
icon: info-circle
88
doctype: tutorial
@@ -140,7 +140,9 @@ taxon3,taxon4,taxon5 -100
140140
taxon6 -10
141141
```
142142

143-
which, for example, mean that the most recent common ancestor (MRCA) of `taxon1` and `taxon2` was 50 mya (million year ago) and the MRCA of `taxon3`, `taxon4`, `taxon5` was 100 mya. Now run IQ-TREE:
143+
which, for example, mean that the most recent common ancestor (MRCA) of `taxon1` and `taxon2` was 50 mya (million year ago) and the MRCA of `taxon3`, `taxon4`, `taxon5` was 100 mya. Note that **no empty space** should be added to the comma-separated list of taxa, as empty space is used as a separator between taxon list and dates.
144+
145+
Now run IQ-TREE:
144146

145147
iqtree -s ALN_FILE --date DATE_FILE --date-tip 0
146148

doc/Substitution-Models.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: userdoc
33
title: "Substitution Models"
44
author: Heiko Schmidt, Jana Trifinopoulos, M Bui, Minh Bui
5-
date: 2019-12-01
5+
date: 2020-06-03
66
docid: 10
77
icon: book
88
doctype: manual
@@ -78,7 +78,7 @@ Moreover, IQ-TREE supports arbitrarily restricted DNA model via a 6-digit code,
7878
7979
If users want to fix model parameters, append the model name with a curly bracket `{`, followed by the comma-separated rate parameters, and a closing curly bracket `}`. For example, `GTR{1.0,2.0,1.5,3.7,2.8}` specifies 6 substitution rates A-C=1.0, A-G=2.0, A-T=1.5, C-G=3.7, C-T=2.8 and G-T=1.0.
8080

81-
Another example is for model `TIM2` that has the 6-digit code `010232`. Thus, `TIM2{4.39,5.30,12.1}` means that A-C=A-T=4.39 (coded `1`), A-G=5.30 (coded `2`), C-T=12.1 (coded `3`) and C-G=G-T=1.0 (coded `0`). This is, in turn, equivalent to specifying `GTR{4.39,5.30,4.39,1.0,12.1}`.
81+
Another example is for model `TIM2` that has the 6-digit code `010232`. Thus, `TIM2{4.39,5.30,12.1}` means that A-C=A-T=4.39 (coded `0`), A-G=5.30 (coded `1`), C-T=12.1 (coded `3`) and C-G=G-T=1.0 (coded `2`). This is, in turn, equivalent to specifying `GTR{4.39,5.30,4.39,1.0,12.1}`.
8282

8383

8484
### Base frequencies

doc/iqtree-doc.pdf

209 Bytes
Binary file not shown.

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: 1.6.12
6-
version_new: 2.0.5
6+
version_new: 2.0.6
77
releasedate: August 15, 2019
8-
releasedate_new: May 15, 2020
8+
releasedate_new: June 12, 2020
99
---
1010
<!-- ========================== HEADER ========================== -->
1111
<div id="headerwrap">

0 commit comments

Comments
 (0)