aboutsummaryrefslogtreecommitdiff
path: root/academic/FastTree/README
diff options
context:
space:
mode:
authorPetar Petrov <slackalaxy@gmail.com>2023-09-11 15:05:54 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-09-11 15:05:54 +0700
commitf2352ec41227dba528c64573fa62ac287a292a58 (patch)
tree4a20fd5013bc58c01db1a40d2aec25e398e154b9 /academic/FastTree/README
parentba3dffbd5eb2d748552b0cd4594150ce370b0d25 (diff)
academic/FastTree: Added (Infers approximately-ML phylogenetic).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/FastTree/README')
-rw-r--r--academic/FastTree/README17
1 files changed, 17 insertions, 0 deletions
diff --git a/academic/FastTree/README b/academic/FastTree/README
new file mode 100644
index 000000000000..4398c4f34390
--- /dev/null
+++ b/academic/FastTree/README
@@ -0,0 +1,17 @@
+FastTree infers approximately-maximum-likelihood phylogenetic trees from
+alignments of nucleotide or protein sequences. FastTree can handle
+alignments with up to a million of sequences in a reasonable amount of
+time and memory. For large alignments, FastTree is 100-1,000 times
+faster than PhyML 3.0 or RAxML 7. FastTree is open-source software.
+
+FastTree is more accurate than PhyML 3 with default settings, and much
+more accurate than the distance-matrix methods that are traditionally
+used for large alignments. FastTree uses the Jukes-Cantor or generalized
+time-reversible (GTR) models of nucleotide evolution and the JTT
+(Jones-Taylor-Thornton 1992), WAG (Whelan & Goldman 2001), or LG (Le and
+Gascuel 2008) models of amino acid evolution. To account for the varying
+rates of evolution across sites, FastTree uses a single rate for each
+site (the "CAT" approximation). To quickly estimate the reliability of
+each split in the tree, FastTree computes local support values with the
+Shimodaira-Hasegawa test (these are the same as PhyML 3's "SH-like local
+supports").