Description:
I encountered an error (1017) when trying to run BEAST with an XML file generated using the beast2-xml.py script. The error message suggests a missing class or package:
Error 1017 parsing the xml input file
Class could not be found. Did you mean beast.base.inference.MCMC?
Perhaps a package required for this class is not installed?
Error detected about here:
<beast>
<run id='mcmc' spec='MCMC'>
Steps to Reproduce:
- Generate XML file using the command:
beast2-xml.py --fastaFile all_dengue_aligned.fasta > output.xml
- Run BEAST using the generated XML:
Environment: