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: README.md
+11
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,19 @@ The main new features are:
11
11
* 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
12
12
* new `-Z` argument to `treebest best`, to redefine the PhyML variable `MIN_DIFF_LK`. It prevents PhyML from crashing during its computation
13
13
* 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)
14
16
15
17
Other changes include:
16
18
* bugfixes / tweaks when processing the filtered alignments (TreeBeST includes a Clustal-score-based MSA-filtering step)
17
19
* bugfixes / tweaks when merging the trees
18
20
* 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