You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: about.html
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,14 @@ <h3>Credits </h3>
65
65
66
66
<h3>Fundings</h3>
67
67
<divclass="hline"></div>
68
-
<p>Generous fundings for the IQ-TREE project are provided by the <ahref="http://www.fwf.ac.at">Austrian Science Fund - FWF</a> (grants I 760-B17 from 2012-2015 and I 2508-B29 from 2016-2019) and the <ahref="https://www.univie.ac.at">University of Vienna</a> (Initiativkolleg I059-N from 2011-2014).</p>
68
+
<p>Generous fundings for the IQ-TREE project are provided by the
69
+
<ahref="http://www.fwf.ac.at">Austrian Science Fund - FWF</a>
70
+
(grants I 760-B17 from 2012-2015 and I 2508-B29 from 2016-2019),
71
+
<ahref="https://www.univie.ac.at">University of Vienna</a>
72
+
(Initiativkolleg I059-N from 2011-2014),
73
+
<ahref="https://www.arc.gov.au">Australian Research Council</a>
74
+
Discovery Project (DP200103151),
75
+
and <ahref="https://chanzuckerberg.com">Chan-Zuckerberg Initiative</a> (EOSS-0000000132).</p>
Copy file name to clipboardExpand all lines: doc/Advanced-Tutorial.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
layout: userdoc
3
3
title: "Advanced Tutorial"
4
4
author: Jana, Minh Bui
5
-
date: 2019-12-01
5
+
date: 2021-05-19
6
6
docid: 4
7
7
icon: info-circle
8
8
doctype: tutorial
@@ -196,7 +196,7 @@ IQ-TREE supports the partition-resampling strategy as suggested by ([Nei et al.,
196
196
197
197
198
198
to resample partitions instead of sites. Moreover, IQ-TREE allows an even more complicated
199
-
strategy: resampling partitions and then sites within resampled partitions ([Gadagkar et al., 2005]). This may help to reduce false positives (i.e. wrong branch receiving 100% support):
199
+
strategy: resampling partitions and then sites within resampled partitions ([Gadagkar et al., 2005]; [Seo et al., 2005]). This may help to reduce false positives (i.e. wrong branch receiving 100% support):
|`-beps`| Specify a small epsilon to break tie in RELL evaluation for bootstrap trees. *DEFAULT: 0.5*|
431
431
|`-bnni`| Perform an additional step to further optimize UFBoot trees by nearest neighbor interchange (NNI) based directly on bootstrap alignments. This option is recommended in the presence of **severe model violations**. It increases computing time by 2-fold but reduces the risk of overestimating branch supports due to severe model violations. Introduced in IQ-TREE 1.6. |
432
-
|`-bsam`| Specify the resampling strategies for partitioned analysis. By default, IQ-TREE resamples alignment sites within partitions. With `-bsam GENE` IQ-TREE will resample partitions. With `-bsam GENESITE` IQ-TREE will resample partitions and then resample sites within resampled partitions ([Gadagkar et al., 2005]). |
432
+
|`-bsam`| Specify the resampling strategies for partitioned analysis. By default, IQ-TREE resamples alignment sites within partitions. With `-bsam GENE` IQ-TREE will resample partitions. With `-bsam GENESITE` IQ-TREE will resample partitions and then resample sites within resampled partitions ([Gadagkar et al., 2005]; [Seo et al., 2005]). |
433
433
|`-nm`| Specify maximum number of iterations to stop. *DEFAULT: 1000*|
434
434
|`-nstep`| Specify iteration interval checking for UFBoot convergence. *DEFAULT: every 100 iterations*|
435
435
|`-wbt`| Turn on writing bootstrap trees to `.ufboot` file. *DEFAULT: OFF*|
@@ -729,6 +729,7 @@ The first few lines of the output file example.phy.sitelh (printed by `-wslr` op
729
729
[Lartillot and Philippe, 2004]: https://doi.org/10.1093/molbev/msh112
730
730
[Minh et al., 2013]: https://doi.org/10.1093/molbev/mst024
731
731
[Nguyen et al., 2015]: https://doi.org/10.1093/molbev/msu300
732
+
[Seo et al., 2005]: https://doi.org/10.1073/pnas.0408313102
732
733
[Shimodaira and Hasegawa, 1999]: https://doi.org/10.1093/oxfordjournals.molbev.a026201
Copy file name to clipboardExpand all lines: doc/convertwiki.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ for f in *.md workshop/*.md; do
31
31
32
32
let file_changed++
33
33
34
-
AUTHOR=`git log $f| grep Author: | sed 's/m.bui@anu/minh.bui@anu/'| sed 's/.* <//'| sed 's/@.*//'| sed 's/\./ /g'| sort | uniq | tr '\n'','| sed 's/,$//'| sed 's/,/, /g'| awk '{for(i=1;i<=NF;i++){ $i=toupper(substr($i,1,1)) substr($i,2) }}1'`
34
+
AUTHOR=`git log $f| grep Author: | sed 's/m.bui@anu/minh.bui@anu/'| sed 's/152suha/suha.naser/'| sed 's/.* <//'| sed 's/@.*//'| sed 's/\./ /g'| sort | uniq | tr '\n'','| sed 's/,$//'| sed 's/,/, /g'| awk '{for(i=1;i<=NF;i++){ $i=toupper(substr($i,1,1)) substr($i,2) }}1'`
35
35
DATE=`git log --date=short $f| grep Date: | head -n 1 | sed 's/Date://'`
36
36
37
37
sed "s/_AUTHOR_/$AUTHOR/"$f| sed "s/_DATE_/$DATE/"| sed 's/\.\.\//\.\.\/doc\//g'>$destf
Copy file name to clipboardExpand all lines: workshop/index.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
layout: workshop
3
3
title: "Workshop"
4
-
date: 2021-05-17
4
+
date: 2019-08-01
5
5
---
6
6
7
7
Throughout the year, members of IQ-TREE development team teach workshops on molecular evolution, phylogenetics, phylogenomics, and maximum likelihood using IQ-TREE.
@@ -11,7 +11,8 @@ Throughout the year, members of IQ-TREE development team teach workshops on mole
| late July, 2021 | Phylogenetic Analysis with IQ-TREE |[Sydney Phylogenetics Workshop](https://meep.sydney.edu.au/workshops/), virtual workshop | Bui Quang Minh |
14
+
| Aug 1-11, 2019 |[IQ-TREE Workshop Tutorial](molevol2019)|[Workshop on Molecular Evolution](https://molevol.mbl.edu), Marine Biological Laboratory, Woods Hole, USA | Bui Quang Minh |
15
+
| Aug 4-9, 2019 | Several sessions |[Workshop on Virus Evolution and Molecular Epidemiology](https://rega.kuleuven.be/cev/veme-workshop/2019), The University of Hong Kong, Hong Kong | Heiko Schmidt |
15
16
16
17
17
18
### Past Workshops
@@ -20,9 +21,6 @@ IQ-TREE was taught as part of the following workshops:
| Jan 28-29, 2021 | Phylogenetic Analysis with IQ-TREE |[Sydney Phylogenetics Workshop](https://meep.sydney.edu.au/workshops/), virtual workshop | Bui Quang Minh |
24
-
| Aug 1-11, 2019 |[IQ-TREE Workshop Tutorial](molevol2019)|[Workshop on Molecular Evolution](https://molevol.mbl.edu), Marine Biological Laboratory, Woods Hole, USA | Bui Quang Minh |
25
-
| Aug 4-9, 2019 | Several sessions |[Workshop on Virus Evolution and Molecular Epidemiology](https://rega.kuleuven.be/cev/veme-workshop/2019), The University of Hong Kong, Hong Kong | Heiko Schmidt |
26
24
| Jan 24, 2019 |[IQ-TREE intro and lab](ck2019)|[Workshop on Phylogenomics](http://evomics.org/workshops/2019-workshop-on-phylogenomics-cesky-krumlov/), Cesky Krumlov, Czech Republic | Stephen Crotty |
27
25
| Dec 7, 2018 |[Phylogenomics using IQ-TREE](anu2018)|[Phylogenomics Workshop using IQ-TREE](http://cba.anu.edu.au/news-events/phylogenomics-workshop-using-iq-tree), Australian National University, Canberra, Australia | Rob Lanfear, Minh Bui |
28
26
| Aug 26, 2018 | ML Phylogenetics and IQ-TREE |[Workshop on Virus Evolution and Molecular Epidemiology](https://rega.kuleuven.be/cev/veme-workshop/2018), Robert Koch-Institut, Berlin, Germany | Heiko Schmidt |
0 commit comments