Entry point for running a Beast task, for instance an MCMC or other probabilistic analysis, a simulation, etc.
Does sanity checks on a BEAST package
o make sure all classes implementing services are registered as services
o make sure folders are in the right place (lib, template, examples)
o make sure source code is available and matches jar library
o make sure version.xml is present
and more...
package, output, namespace, verbose, xmlOnly
 
type: java.lang.String |
name of the BEAST package |
Required input |
 
type: beastfx.app.util.OutFile |
output-file where report is stored. Use stdout if not specified. |
Optional input |
 
type: java.lang.String |
only classes inside this package name will be listed |
Required input |
 
type: java.lang.Boolean |
show info and error messages when parsing XML |
Optional input. Default: false |
 
type: java.lang.Boolean |
only perform XML parsing check, not any of the others |
Optional input. Default: false |