BEAST v2.6.7 Documentation: beast.app.beauti.BeautiSubTemplate

Template that specifies which sub-net needs to be created when a beastObject of a paricular class is created.

Inputs:

class, mainid, value, connect, suppressInputs, inlineInputs, collapsedInputs

 

class
type: java.lang.String
name of the class (with full class path) to be created
Required input

 

mainid
type: java.lang.String
specifies id of the main beastObject to be created by the template
Required input

 

value
type: java.lang.String
collection of objects to be created in Beast2 xml format
Required input

 

connect
type: beast.app.beauti.BeautiConnector***
Specifies which part of the template get connected to the main network
Optional input

 

suppressInputs
type: java.lang.String
comma separated list of inputs that should not be shown
Optional input

 

inlineInputs
type: java.lang.String
comma separated list of inputs that should go inline, e.g. beast.evolution.sitemodel.SiteModel.substModel
Optional input

 

collapsedInputs
type: java.lang.String
comma separated list of inputs that should go inline, but are initially collapsed, e.g. beast.core.MCMC.logger
Optional input