Beauti configuration object, used to find Beauti configuration information from Beauti template files.
inlinePlugins, collapsedPlugins, suppressPlugins, inputLabelMap, buttonLabelMap, disableMenus, disableButtons, hmc, panel, isExpert, partitiontemplate, subtemplate, alignmentProvider
 
type: java.lang.String |
comma separated list of inputs that should go inline, e.g. beast.evolution.sitemodel.SiteModel.substModel |
Optional input |
 
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 |
 
type: java.lang.String |
comma separated list of inputs that should be suppressed. e.g. beast.core.MCMC.operator |
Optional input |
 
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 |
 
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 |
 
type: java.lang.String |
comma separated list of menus that should not be visible, e.g., View.Show Data Panel,Mode |
Optional input |
 
type: java.lang.String |
comma separated list of buttons that should not be visible, e.g., beastfx.app.beauti.BeautiInitDlg.Analysis template: |
Optional input |
 
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 |
 
type: beastfx.app.inputeditor.BeautiPanelConfig*** |
define custom panels and their properties |
Optional input |
 
type: java.lang.Boolean |
flag to indicate Beauti should start in expert mode |
Optional input. Default: false |
 
type: beastfx.app.inputeditor.BeautiSubTemplate |
defines template used when creating a partition |
Required input |
 
type: beastfx.app.inputeditor.BeautiSubTemplate*** |
defines subtemplates for creating selected classes |
Optional input |
 
type: beastfx.app.inputeditor.BeautiAlignmentProvider*** |
defines providers for adding new alignments |
Optional input |