BEAST v2.7.8 Documentation: beastfx.app.tools.PackageHealthChecker

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...

Inputs:

package, output, namespace, verbose, xmlOnly

 

package
type: java.lang.String
name of the BEAST package
Required input

 

output
type: beastfx.app.util.OutFile
output-file where report is stored. Use stdout if not specified.
Optional input

 

namespace
type: java.lang.String
only classes inside this package name will be listed
Required input

 

verbose
type: java.lang.Boolean
show info and error messages when parsing XML
Optional input. Default: false

 

xmlOnly
type: java.lang.Boolean
only perform XML parsing check, not any of the others
Optional input. Default: false