Skip to content

Commit b3cf1d9

Browse files
committed
Updated documentation
1 parent 3e072df commit b3cf1d9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,19 @@ The main new features are:
1111
* new "T" node-tag in the NHX output: a bit-field listing the input trees that support the node. This is populated by the _mmerge_ algorithm
1212
* new `-Z` argument to `treebest best`, to redefine the PhyML variable `MIN_DIFF_LK`. It prevents PhyML from crashing during its computation
1313
* new `-s` argument to `treebest sdi`, to allow a user-defined species tree. This change is from [Albert Vilella](https://sites.google.com/site/avilella/)
14+
* new `-X` argument to `treebest best`, to give a higher weight to the likelihood that comes from the reconciliation with the species tree (default 1)
15+
* Species-Intersection Scores are now reported as floating-point values (with 2 decimals)
1416

1517
Other changes include:
1618
* bugfixes / tweaks when processing the filtered alignments (TreeBeST includes a Clustal-score-based MSA-filtering step)
1719
* bugfixes / tweaks when merging the trees
1820
* using `double` instead of `float` for floating-point values
21+
22+
## Branches and tags
23+
24+
There is a single branch where all the development goes. The version number stated in the source code (1.9.2) is not maintained.
25+
26+
Tags are used to point at specific versions:
27+
* lh3 (currently 2a4fe3): when Heng Li handed-over the code to Ensembl Compara
28+
* albert (currently 5e20c4): changes made by [Albert Vilella](https://sites.google.com/site/avilella/)
29+
* ensembl\_production (currently 24637d): the version currently used for Ensembl's production

0 commit comments

Comments
 (0)