CompEvol / BeastFX

GUIs for BEAST using Java FX to make things more pretty.
GNU Lesser General Public License v2.1
4 stars 2 forks source link

TreeAnnotator set tree ID by method names #82

Closed walterxie closed 4 months ago

walterxie commented 4 months ago

Open any summarised tree created by TreeAnnotator, the tree ID is "TREE1". Instead, it will be nice to set it as the method names, such as CCD0_CA.

taxa ...
;
tree TREE1 =...
End;