Walter
Walter
@tgvaughan Python is not easy to maintain, while BEAST is still in Java. I created simple Javascript (your favourite ?:-)) UI in CompEvol/CBAN#30. You are welcome to improve it if...
I recommend we also develop a key word (e.g. import, lib, ...) to determine which packages should be loaded. This can be added as new tags in the XML, or...
I see. So, this information in the `required` attribute could be used to determine which packages should be loaded during the runtime. For example: `required="BEAST v2.5.2:BEASTLabs v1.8.2"` will only load...
related to #208
@rbouckaert https://github.com/CompEvol/beast2/commit/733b45177481df913a5554251bd418e31e188857 creates a bug for this issue. When linking clock rate but unlinking tree, the template only creates 1 up-down, because n=1. ```xml ``` Is it possible in template...
But the current template is only worked for a single tree, because of `$(n)` after `Tree.t:`. When we are talking about all trees, they should be `m` `down`s from `Tree.t:1`...
Using Java 17 and JavaFX now
For a more complex XML using cancer data, we discovered the `mrca.age(taxonset.tumour)` had -1 after resuming. Not sure this is an additional issue or still the same issue caused by...
I forget to mention I manually changed the logger of MRCAPrior from the 1st line below into the 2nd one in order to diagnose the issue, because the 2nd line...