Hello BEAST-users,
I am currently trying to run bModelTest on my xml file that has two sequences for 673 species but I'm running into some trouble.
I originally tested a sample-species xml on a Mac OS and it worked fine, but because of the number of species decided it would be better to combine the results of several separate runs. So I have to now use a LINUX system.
I've looked around and it seems that often these kind of errors are associated with uninstalled packages but I keep getting the following error even though I have installed all the packages that were installed on the Mac
java.lang.Exception: Class could not be found. Did you mean beast.math.distributions.Prior?
at beast.util.XMLParser.createObject(Unknown Source)
at beast.util.XMLParser.parseInputs(Unknown Source)
at beast.util.XMLParser.createObject(Unknown Source)
at beast.util.XMLParser.parseInputs(Unknown Source)
at beast.util.XMLParser.createObject(Unknown Source)
at beast.util.XMLParser.parseInputs(Unknown Source)
at beast.util.XMLParser.createObject(Unknown Source)
at beast.util.XMLParser.parseRunElement(Unknown Source)
at beast.util.XMLParser.parse(Unknown Source)
at beast.util.XMLParser.parseFile(Unknown Source)
at beast.app.BeastMCMC.parseArgs(Unknown Source)
at beast.app.beastapp.BeastMain.main(Unknown Source)
Error 122 parsing the xml input file
Cannot create class: beast.math.distributions.BMTPrior. Class could not be found. Did you mean beast.math.distributions.Prior?
Error detected about here:
<beast>
<run id='mcmc' spec='MCMC'>
<distribution id='posterior' spec='util.CompoundDistribution'>
<distribution id='prior' spec='util.CompoundDistribution'>
<distribution id='BMT_PropInvariantPrior.s:seq_matk_1' spec='beast.math.distributions.BMTPrior'>
The packages I have right now are:
SA v1.1.3
MSGM v0.1.3
BEASTLabs v1.3.0
RBS v1.2.2
MODEL-SELECTION v1.1.0
bModelTest v0.1.1
java version: 8
BEAST version 2.3.0
Any help would be much appreciated.
Thank you
Kavya