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
I wanted to make you aware that the latest update of BEAST 2.7 is apparently incompatible with Babette, because of changes to the
namespace. I noticed the same for my script snapp_prep.rb that produces XML input files for SNAPP, but I managed to update the
script so that it works with BEAST 2.7.
You'll probably just need to change a number of "spec" attributes, and perhaps @rbouckaert's advice would be helpful for @richelbilderbeek in doing so.
Richel, to clarify: most class names have not changed, just the java package they can be found in.
This means that v2.6 XML does not run out of the box with v2.7 (though it might when running the migration script https://raw.githubusercontent.com/CompEvol/beast2/master/scripts/migrate.pl there are no guarantees).
What will probably help is to use the default namespace below. Since v2.7 requires BEAST packages to use their own java
packages, some classes have moved as well. For example, classes from BEASTLabs that used to be in the beast java package
are now in the beast labs java package. Hope this does not cause too much inconvenience.
Let me know if you run into any trouble.
An email from @mmatschiner:
Thanks Micha!
Then an email followed from @rbouckaert:
Thanks @rbouckaert!
The text was updated successfully, but these errors were encountered: