CompEvol / BeastFX

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

BEAUtii Link/unlink of tree partitions can fail #83

Closed rbouckaert closed 2 months ago

rbouckaert commented 2 months ago

When a partition name is the postfix of another partition name, and when linking the postfix is the name of the linked partition it can happen that after unlinking the IDs of unlinked objects becomes mangled. For example, having a coding and noncoding partition may result in IDs of the form nonnoncodig. This results in duplicate tree priors. To fix this, the method BeautiDoc.renameId should be robustified.