Generating a beast xml file using beastling, I get
Error 130 parsing the xml input file
nullThis BEASTInterface (UpDown) has no input with name tree. Choose one of these inputs: scaleFactor,up,down,optimise,elementWise,upper,lower,weight
Error detected about here:
<beast>
<run id='mcmc' spec='MCMC'>
<operator id='UpDown' spec='UpDownOperator'>
Generating a beast xml file using beastling, I get
caused by the following lines of code:
These are generated by
beastxml.py
:201ff.Checking the beast2 git,
UpDownOperator
never dealt with trees, what operator did you mean?