BEAST v2.7.8 Documentation: beastfx.app.inputeditor.BeautiConfig

Beauti configuration object, used to find Beauti configuration information from Beauti template files.

Inputs:

inlinePlugins, collapsedPlugins, suppressPlugins, inputLabelMap, buttonLabelMap, disableMenus, disableButtons, hmc, panel, isExpert, partitiontemplate, subtemplate, alignmentProvider

 

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

 

collapsedPlugins
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

 

suppressPlugins
type: java.lang.String
comma separated list of inputs that should be suppressed. e.g. beast.core.MCMC.operator
Optional input

 

inputLabelMap
type: java.lang.String
comma separated list of inputs and their display labels separated by a '=', e.g. beast.core.MCMC.logger=Loggers
Optional input

 

buttonLabelMap
type: java.lang.String
comma separated list of buttons in dialogs and their display labels separated by a '=', e.g. beastfx.app.beauti.BeautiInitDlg.>> details=Edit parameters
Optional input

 

disableMenus
type: java.lang.String
comma separated list of menus that should not be visible, e.g., View.Show Data Panel,Mode
Optional input

 

disableButtons
type: java.lang.String
comma separated list of buttons that should not be visible, e.g., beastfx.app.beauti.BeautiInitDlg.Analysis template:
Optional input

 

hmc
type: java.lang.String
comma delimited list of `help me choose` pages available from the https://beast2-dev.github.io/hmc/ site.Pages can be redirected by adding an alias, e.g. CalibratedYuleModelNarrow/isNarrow/=Narrow/isNarrow/.
Optional input

 

panel
type: beastfx.app.inputeditor.BeautiPanelConfig***
define custom panels and their properties
Optional input

 

isExpert
type: java.lang.Boolean
flag to indicate Beauti should start in expert mode
Optional input. Default: false

 

partitiontemplate
type: beastfx.app.inputeditor.BeautiSubTemplate
defines template used when creating a partition
Required input

 

subtemplate
type: beastfx.app.inputeditor.BeautiSubTemplate***
defines subtemplates for creating selected classes
Optional input

 

alignmentProvider
type: beastfx.app.inputeditor.BeautiAlignmentProvider***
defines providers for adding new alignments
Optional input