Skip to content

Commit 3bd9edd

Browse files
committed
update home page
1 parent 60a12ba commit 3bd9edd

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

doc/Home.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ Key features
5959

6060
* __Efficient search algorithm__: Fast and effective stochastic algorithm to reconstruct phylogenetic trees by maximum likelihood. IQ-TREE compares favorably to RAxML and PhyML in terms of likelihood while requiring similar amount of computing time ([Nguyen et al., 2015]).
6161
* __Ultrafast bootstrap__: An ultrafast bootstrap approximation (UFBoot) to assess branch supports. UFBoot is 10 to 40 times faster than RAxML rapid bootstrap and obtains less biased support values ([Minh et al., 2013]; [Hoang et al., 2018]).
62-
* __Ultrafast model selection__: An ultrafast and automatic model selection (ModelFinder) which is 10 to 100 times faster than jModelTest and ProtTest. ModelFinder also finds best-fit partitioning scheme like PartitionFinder.
62+
* __Ultrafast model selection__: An ultrafast and automatic model selection (ModelFinder) which is 10 to 100 times faster than jModelTest and ProtTest. ModelFinder also finds best-fit partitioning scheme like PartitionFinder ([Kalyaanamoorthy et al., 2017]).
63+
* __Simulating sequences__: A fast sequence alignment simulator (AliSim) which is much more realistic than Seq-Gen and INDELible ([Ly-Trong et al., 2023]).
6364
* __Big Data Analysis__: Supporting huge datasets with thousands of sequences or millions of alignment sites via [checkpointing](Command-Reference#checkpointing-to-resume-stopped-run), safe numerical and low memory mode. [Multicore CPUs](Tutorial#utilizing-multi-core-cpus) and [parallel MPI system](Compilation-Guide#compiling-mpi-version) are utilized to speedup analysis.
6465
* __Phylogenetic testing__: Several fast branch tests like SH-aLRT and aBayes test ([Anisimova et al., 2011]) and tree topology tests like the approximately unbiased (AU) test ([Shimodaira, 2002]).
6566

@@ -84,11 +85,12 @@ User support
8485
------------
8586
<div class="hline"></div>
8687

87-
Please refer to the [user documentation](http://www.iqtree.org/doc/) and [frequently asked questions](http://www.iqtree.org/doc/Frequently-Asked-Questions). If you have further questions, feedback, feature requests, and bug reports, please sign up the following Google group (if not done yet) and post a topic to the
88+
Please refer to the [user documentation](http://www.iqtree.org/doc/) and
89+
[frequently asked questions](http://www.iqtree.org/doc/Frequently-Asked-Questions).
8890

89-
<https://groups.google.com/d/forum/iqtree>
90-
91-
_The average response time is two working days._
91+
If you find a bug (e.g. when IQ-TREE prints a crash message) or want to request a new feature,
92+
please post an issue on GitHub: <https://github.com/iqtree/iqtree2/issues>. For other
93+
questions and feedback, please ask in GitHub discussions: <https://github.com/iqtree/iqtree2/discussions>
9294

9395

9496
Documentation
@@ -249,10 +251,11 @@ Some parts of the code were taken from the following packages/libraries: [Phylog
249251

250252
IQ-TREE was funded by the [Austrian Science Fund](http://www.fwf.ac.at/) (grant no. I760-B17 from 2012-2015 and I 2508-B29 from 2016-2017), the [University of Vienna](https://www.univie.ac.at/) (Initiativkolleg I059-N from 2012-2015), the [Australian National University](https://www.anu.edu.au) (2018-onwards), [Chan-Zuckerberg Initiative](https://chanzuckerberg.com) (2020).
251253

252-
254+
[Ly-Trong et al., 2023]: https://doi.org/10.1093/bioinformatics/btad540
253255
[Anisimova et al., 2011]: https://doi.org/10.1093/sysbio/syr041
254256
[Guindon et al., 2010]: https://doi.org/10.1093/sysbio/syq010
255257
[Hoang et al., 2018]: https://doi.org/10.1093/molbev/msx281
258+
[Kalyaanamoorthy et al., 2017]: https://doi.org/10.1038/nmeth.4285
256259
[Minh et al., 2013]: https://doi.org/10.1093/molbev/mst024
257260
[Nguyen et al., 2015]: https://doi.org/10.1093/molbev/msu300
258261
[Schrempf et al., 2016]: https://doi.org/10.1016/j.jtbi.2016.07.042

0 commit comments

Comments
 (0)