Skip to content

Commit 04ac678

Browse files
committed
Change highlights from v2 to version 3
1 parent 8ebc851 commit 04ac678

1 file changed

Lines changed: 10 additions & 14 deletions

File tree

index.html

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -116,21 +116,16 @@ <h4>AliSim - Alignment Simulator <span class="badge text-bg-danger"><em>New!</em
116116
<div class="col-md-10 col-lg-8">
117117
<div class="list-group">
118118
<div class="list-group-item list-group-item-warning">
119-
<h4 class="centered">Version 2.0 Highlights</h4>
119+
<h4 class="centered">Version 3.0 Highlights</h4>
120120
<ul>
121-
<li>Supporting large datasets with <a href="doc/Command-Reference#checkpointing-to-resume-stopped-run">checkpointing</a>,
122-
<a href="doc/Command-Reference#general-options">safe numerical and low memory mode</a></li>
123-
<li>High performance computing with <a href="doc/Tutorial#utilizing-multi-core-cpus">Multicore CPUs</a>
124-
and <a href="doc/Compilation-Guide#compiling-mpi-version">distributed MPI system</a></li>
125-
<li>Input alignment or partition can be a directory of alignment files</li>
126-
<li>Inference of <a href="doc/Rootstrap">rooted trees</a> using non-reversible models</li>
127-
<li>Faster tree search under <a href="doc/Advanced-Tutorial#constrained-tree-search">topological constraint</a></li>
128-
<li>Gene/locus trees inference and <a href="doc/Concordance-Factor">concordance factor analysis</a></li>
129-
<li><a href="https://doi.org/10.1093/sysbio/syu062">ModelOMatic model selection</a> between DNA, protein and codon models (--modelomatic option)</li>
130-
<li><a href="doc/Assessing-Phylogenetic-Assumptions">Tests of model violations</a></li>
131-
<li><a href="doc/Advanced-Tutorial#inferring-site-specific-rates">Site rate estimation</a> by maximum likelihood</li>
132-
<li><span class="badge text-bg-danger"><em>New!</em></span> Version 2.3.X supports macOS M1-3 (ARM) chips and new <a href="doc/Complex-Models">mixture models</a> (25 March 2024)</li>
121+
<li><a href="doc/Complex-Models#mixture-models">MixtureFinder</a> to find the best-fit mixture model, as a complement for PartitionFinder.</li>
122+
<li><a href="doc/Complex-Models#multitree-models">Multiple-tree mixture models (MAST)</a> to allow different evolutionary histories along sequences.</li>
123+
<li><a href="doc/Concordance-Factor">Concordance factors (CF)</a> to quantify concordance between genes (gCF) and sites (sCF).</li>
124+
<li><a href="doc/Estimating-amino-acid-substitution-models">QMaker</a> to estimate protein substitution matrix.</li>
125+
<li><a href="doc/Command-Reference#tree-search-for-pathogen-data">CMAPLE to infer pathogen trees</a> with millions of sequences such as SARS-CoV-2.</li>
126+
<li><a href="doc/Dating">IQ2MC to infer time trees</a> with MCMCtree.</li>
133127
</ul>
128+
If you use IQ-TREE version 3 in a publication, please cite <a href="https://doi.org/10.32942/X2P62N">Wong et al. 2025</a>.
134129
</div>
135130
</div>
136131
</div>
@@ -271,7 +266,7 @@ <h4>IQ-TREE version {{page.version}} ({{page.releasedate}})</h4>
271266
<div class="col-sm-4">
272267
<div class="list-group">
273268
<a href="release/" class="list-group-item">
274-
<div class="list-group-item-text"><h4>Version 1</h4>Downloads and release notes of IQ-TREE 1.</div>
269+
<div class="list-group-item-text"><h4>Release notes</h4>Downloads and release notes of older versions.</div>
275270
</a>
276271
</div>
277272
</div>
@@ -300,6 +295,7 @@ <h4>IQ-TREE version {{page.version}} ({{page.releasedate}})</h4>
300295
To maintain IQ-TREE, support users and obtain fundings,
301296
it is important that you not only cite the IQ-TREE version 2 paper
302297
(<a href="https://doi.org/10.1093/molbev/msaa015">Minh et al., 2020</a>)
298+
or version 3 (<a href="https://doi.org/10.32942/X2P62N">Wong et al. 2025</a>)
303299
but also additional papers typically mentioned in the documentation
304300
of the features/options you are using in your analysis.
305301
These papers are also <a href="doc/Home#how-to-cite-iq-tree">listed here</a>.

0 commit comments

Comments
 (0)