Skip to content

Commit e0f5314

Browse files
committed
update concordance paper and blmin option
1 parent 7bd117a commit e0f5314

7 files changed

Lines changed: 55 additions & 20 deletions

File tree

_data/pubdata.yml

Lines changed: 42 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,38 @@ references:
2727
title-short: IQ-TREE 2
2828
container-title: Mol. Biol. Evol.
2929
publisher: Oxford University Press
30-
issue: in press
30+
page: '1530-1534'
31+
volume: '37'
32+
issue: '5'
3133
DOI: 10.1093/molbev/msaa015
3234
message: General citation for IQ-TREE 2:
3335
new: yes
3436

37+
- author:
38+
- family: Minh
39+
given: B.Q.
40+
- family: Hahn
41+
given: M.W.
42+
- family: Lanfear
43+
given: R.
44+
editor:
45+
- family: Rosenberg
46+
given: Michael
47+
issued:
48+
year: 2020
49+
month: 5
50+
accessed:
51+
- year: 2020
52+
month: 5
53+
day: 7
54+
title: New methods to calculate concordance factors for phylogenomic datasets
55+
container-title: Mol. Biol. Evol.
56+
page: in press
57+
DOI: 10.1093/molbev/msaa106
58+
message: When using <a href="doc/Concordance-Factor">concordance factors</a> please cite&#58;
59+
new: yes
60+
61+
3562
- author:
3663
- given: S.M.
3764
family: Crotty
@@ -50,7 +77,7 @@ references:
5077
- given: A.
5178
family: von Haeseler
5279
issued:
53-
year: 2019
80+
year: 2020
5481
month:
5582
title: "GHOST: Recovering historical signal from heterotachously-evolved sequence alignments"
5683
container-title: Syst. Biol.
@@ -132,12 +159,12 @@ references:
132159
month:
133160
title: Polymorphism-aware species trees with advanced mutation models, bootstrap, and rate heterogeneity
134161
container-title: Mol. Biol. Evol.
135-
issue: 36
162+
volume: 36
163+
issue: 6
136164
page: 1294–1301
137165
DOI: 10.1093/molbev/msz043
138166
software: http://www.iqtree.org/
139167
message: When using <a href="doc/Polymorphism-Aware-Models">polymorphism-aware models</a> please cite&#58;
140-
new: yes
141168

142169
- author:
143170
- given: D.T.
@@ -160,7 +187,8 @@ references:
160187
title: UFBoot2&#58; Improving the ultrafast bootstrap approximation
161188
container-title: Mol. Biol. Evol.
162189
publisher: Oxford University Press
163-
issue: 35
190+
volume: 35
191+
issue: 2
164192
page: 518–522
165193
DOI: 10.1093/molbev/msx281
166194
type: article-journal
@@ -183,7 +211,8 @@ references:
183211
title: Modeling site heterogeneity with posterior mean site frequency profiles accelerates accurate phylogenomic estimation
184212
container-title: Syst. Biol.
185213
publisher: Oxford University Press
186-
issue: 67
214+
volume: 67
215+
issue: 2
187216
page: 216–235
188217
DOI: 10.1093/sysbio/syx068
189218
PMID: 28950365
@@ -210,7 +239,7 @@ references:
210239
DOI: 10.1038/nmeth.4285
211240
PMID: 28481363
212241
PMCID: PMC5453245
213-
issue: 14
242+
volume: 14
214243
page: 587-589
215244
software: http://www.iqtree.org/
216245
message: When using <a href="doc/Tutorial#choosing-the-right-substitution-model">model selection (ModelFinder)</a> please cite&#58;
@@ -226,7 +255,8 @@ references:
226255
year: 2016
227256
title: Terrace aware data structure for phylogenomic inference from supermatrices
228257
container-title: Syst. Biol.
229-
issue: 65
258+
volume: 65
259+
issue: 6
230260
page: 997-1008
231261
DOI: 10.1093/sysbio/syw037
232262
PMID: 27121966
@@ -246,7 +276,8 @@ references:
246276
year: 2016
247277
title: W-IQ-TREE&#58; a fast online phylogenetic tool for maximum likelihood analysis.
248278
container-title: Nucleic Acids Res.
249-
issue: 44
279+
volume: 44
280+
issue: W1
250281
page: W232-W235
251282
DOI: 10.1093/nar/gkw256
252283
PMID: 27084950
@@ -266,7 +297,8 @@ references:
266297
year: 2015
267298
title: IQ-TREE&#58; A fast and effective stochastic algorithm for estimating maximum likelihood phylogenies.
268299
container-title: Mol. Biol. Evol.
269-
issue: 32
300+
volume: 32
301+
issue: 1
270302
page: 268-274
271303
DOI: 10.1093/molbev/msu300
272304
PMID: 25371430

doc/Command-Reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: userdoc
33
title: "Command Reference"
44
author: Diep Thi Hoang, Dominik Schrempf, Heiko Schmidt, Jana Trifinopoulos, M Bui, Minh Bui
5-
date: 2018-11-29
5+
date: 2020-04-24
66
docid: 7
77
icon: book
88
doctype: tutorial
@@ -640,7 +640,7 @@ Miscellaneous options
640640
|-----------|------------------------------------------------------------------------------|
641641
| `-alninfo` | Print alignment site statistics to `.alninfo` file. |
642642
| `-blfix` | Fix branch lengths of tree passed via `-t` or `-te`. This is useful to evaluate the log-likelihood of an input tree with fixed tolopogy and branch lengths. *DEFAULT: OFF* |
643-
| `-blmin` | Specify minimum branch length. Default: the smaller of 0.000001 and alignment length divided by 10. |
643+
| `-blmin` | Specify minimum branch length. Default: the smaller of 0.000001 and 0.1/alignment_length. |
644644
| `-blmax` | Specify the maximum branch length. Default: 10 |
645645
| `-czb` | Collapse near zero branches, so that the final tree may be multifurcating. This is useful for bootstrapping in the presence of polytomy to reduce bootstrap supports of short branches. |
646646
| `-me` | Specify the log-likelihood epsilon for final model parameter estimation (Default: 0.01). With `-fast` option, the epsilon is raised to 0.05. |

doc/Concordance-Factor.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
layout: userdoc
33
title: "Concordance Factor"
44
author: M Bui
5-
date: 2019-12-01
6-
docid: 6
5+
date: 2020-05-08
6+
docid: 5
77
icon: info-circle
88
doctype: tutorial
99
tags:
@@ -28,7 +28,9 @@ Concordance Factor
2828

2929
Since IQ-TREE 2, we provide two measures for quantifying genealogical concordance in phylogenomic datasets: the gene concordance factor (gCF) and the site concordance factor (sCF). For every branch of a reference tree, gCF is defined as the percentage of “decisive” gene trees containing that branch. gCF is already in wide usage, but here we allow to calculate gCF while correctly accounting for variable taxon coverage among the gene trees. sCF is defined as the percentage of decisive alignment sites supporting a branch in the reference tree. sCF is a novel measure that is particularly useful when individual gene alignments are relatively uninformative, such that gene trees are uncertain. gCF and sCF complement classical measures of branch support (e.g. bootstrap) in phylogenetics by providing a full description of underlying disagreement among loci and sites.
3030

31-
If you use this feature please cite: __Minh B.Q., Hahn M., Lanfear R.__ (2018) New methods to calculate concordance factors for phylogenomic datasets. <https://doi.org/10.1101/487801>
31+
If you use this feature please cite:
32+
33+
__Minh B.Q., Hahn M.W., Lanfear R.__ (2020) New methods to calculate concordance factors for phylogenomic datasets. _Molecular Biology and Evolution_, in press. <https://doi.org/10.1093/molbev/msaa106>
3234

3335
>**NOTE**: For this feature please use IQ-TREE version 2!
3436

doc/Front.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: |
66
77
subtitle: "<http://www.iqtree.org>"
88
author: Bui Quang Minh, Jana Trifinopoulos, Dominik Schrempf, Heiko A. Schmidt
9-
date: December 1, 2019
9+
date: April 27, 2020
1010
keywords: [phylogenomic inference, maximum likelihood]
1111
toc: true
1212
papersize: A4

doc/convertwiki.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cd $source_dir
1212

1313
file_changed=0
1414

15-
files="Front.md Home.md Quickstart.md Web-Server-Tutorial.md Tutorial.md Advanced-Tutorial.md Concordance-Factor.md Command-Reference.md Substitution-Models.md Complex-Models.md Polymorphism-Aware-Models.md Compilation-Guide.md Frequently-Asked-Questions.md"
15+
files="Front.md Home.md Quickstart.md Web-Server-Tutorial.md Tutorial.md Advanced-Tutorial.md Concordance-Factor.md Dating.md Command-Reference.md Substitution-Models.md Complex-Models.md Polymorphism-Aware-Models.md Compilation-Guide.md Frequently-Asked-Questions.md"
1616

1717
for f in *.md workshop/*.md; do
1818
if [ "$f" == "_Footer.md" -o "$f" == "_Sidebar.md" ]; then

doc/iqtree-doc.pdf

13.8 KB
Binary file not shown.

index.html

Lines changed: 4 additions & 3 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-rc2
6+
version_new: 2.0.4
77
releasedate: August 15, 2019
8-
releasedate_new: March 28, 2020
8+
releasedate_new: April 27, 2020
99
---
1010
<!-- ========================== HEADER ========================== -->
1111
<div id="headerwrap">
@@ -79,6 +79,7 @@ <h3>Release candidate {{page.version_new}} ({{page.releasedate_new}})</h3>
7979
<div class="list-group">
8080
<div class="list-group-item list-group-item-success">
8181
<h4 class="centered">LATEST NEWS</h4>
82+
April 24, 2020: <a href="doc/Dating">Phylogenetic dating</a> is now available in v2.0.3.<br>
8283
One <a href="news/phd-position">PhD position</a> and one software engineer available. Please contact m.bui (-a-) anu.edu.au<br>
8384
</div>
8485
</div>
@@ -306,7 +307,7 @@ <H4>{{pub.message}}
306307
{% endfor %}
307308
</strong>
308309
({{pub.issued.year}}) {{pub.title}}.
309-
<EM>{{pub.container-title}}</EM>{% if pub.issue %}, {{pub.issue}}:{{pub.page}}. {% endif %}
310+
<EM>{{pub.container-title}}</EM>{% if pub.volume %}, {{pub.volume}}:{{pub.page}}. {% endif %}
310311
<A href="https://doi.org/{{pub.DOI}}">https://doi.org/{{pub.DOI}}</A>
311312
</div><!--col-->
312313
<div class="col-xs-2 col-md-1">

0 commit comments

Comments
 (0)