diff options
author | Petar Petrov <slackalaxy@gmail.com> | 2020-01-12 21:55:18 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-12 21:55:18 +0700 |
commit | b946a8e766273898fe088fac21b5304f5ac9229b (patch) | |
tree | b512e349fcadac150a13bf965818d8b53a890996 /academic/treerecs/README | |
parent | 38272b41167c9e4952a26bc8c38920ef899e9b0e (diff) |
academic/treerecs: Added (a tree reconciliation tool).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/treerecs/README')
-rw-r--r-- | academic/treerecs/README | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/academic/treerecs/README b/academic/treerecs/README new file mode 100644 index 0000000000000..cd3794ca26fe3 --- /dev/null +++ b/academic/treerecs/README @@ -0,0 +1,30 @@ +Treerecs: a tree reconciliation tool + +Treerecs is an open-source (species- and gene-) tree reconciliation +software distributed under the GNU AGPL licence. It can correct, +rearrange and (re-)root gene trees with regard to a given species tree. +It was designed to be both efficient and easy to install and to use. + +Features +- Correct gene trees with regard to a reference species tree +- Root or re-root gene trees +- Contract gene-tree branches whose support is lower than a given + threshold, thus creating polytomies (multifurcations) that can be + resolved therefater +- Sample solutions with equivalent scores +- Produce a graphical representation of the reconciled trees +- Supported formats + +Treerecs supports the following formats: Newick, NHX, PhyloXML, +recPhyloXML, SVG (graphical output). + +A program that can drive Treerecs, providing a GUI is Seaview, also +available at SBo. The SlacBuild script builds two additional programs: + +1) ALEevaluate_undated: an executable of the ALE (Amalgamated likelihood +estimation, https://github.com/ssolo/ALE), by Szollosi GJ et al). This +version has other mapping options and a different implementation in +Bio++ use. + +2) genetreeEditor: a small program which provides editing of gene names +using species names and format conversion (Newick, Nhx or PhyloXML) . |