Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BEAUti templates not loading #37

Open
rbouckaert opened this issue Jul 26, 2023 · 0 comments
Open

BEAUti templates not loading #37

rbouckaert opened this issue Jul 26, 2023 · 0 comments

Comments

@rbouckaert
Copy link

When selecting menu File => Template =>

beast.base.parser.XMLParserException: 
Error 1017 parsing the xml input file

Class could not be found. Did you mean beastfx.app.inputeditor.BeautiPanelConfig?
Perhaps a package required for this class is not installed?

Error detected about here:
  <beast>
      <beautiConfig spec='beastfx.app.inputeditor.BeautiConfig'>
          <panel spec='BeautiPanelConfig'>

To fix this, just add :beastfx.app.inputeditor to the namespace, so it looks something like this:

<beast version='2.0'
    namespace='beast.app.beauti
    :beast.core
    :beast.evolution.branchratemodel
    :beast.evolution.speciation
    :beast.evolution.tree.coalescent
    :beast.core.util
    :beast.evolution.nuc
    :beast.evolution.operators
    :beast.evolution.sitemodel
    :beast.evolution.substitutionmodel
    :beast.evolution.likelihood
    :beast.evolution
    :beast.math.distributions
    :multitypetree.operators
    :multitypetree.distributions
    :beastfx.app.inputeditor'

in both MultiTypeBirthDeath.xml and MultiTypeBirthDeathUncoloured.xml and create a new release so users can use the model in BEAUti, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant