-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add BEAUti template for SelfTuningMCMC
- Loading branch information
1 parent
ee6f446
commit 7a60e26
Showing
3 changed files
with
104 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
<beast version='2.7' | ||
namespace='beastfx.app.beauti:beastfx.app.inputeditor:beast.pkgmgmt:beast.base.core:beast.base.inference:beast.base.evolution.branchratemodel:beast.base.evolution.speciation:beast.base.evolution.tree.coalescent:beast.base.util:beast.base.math:beast.evolution.nuc:beast.base.evolution.operator:beast.base.inference.operator:beast.base.evolution.sitemodel:beast.base.evolution.substitutionmodel:beast.base.evolution.likelihood:beast.evolution:beast.base.inference.distribution' | ||
templateinfo='template for standard phylogenetic analysis,<br> supporting tip-date analysis and calibrations'> | ||
|
||
<map name='connect' reserved='true'>beastfx.app.inputeditor.BeautiConnector</map> | ||
<map name='subtemplate' reserved='true'>beastfx.app.inputeditor.BeautiSubTemplate</map> | ||
<map name='Uniform'>beast.base.inference.distribution.Uniform</map> | ||
<map name='Normal'>beast.base.inference.distribution.Normal</map> | ||
<map name='OneOnX'>beast.base.inference.distribution.OneOnX</map> | ||
<map name='LogNormal'>beast.base.inference.distribution.LogNormalDistributionModel</map> | ||
<map name='Exponential'>beast.base.inference.distribution.Exponential</map> | ||
<map name='Gamma'>beast.base.inference.distribution.Gamma</map> | ||
<map name='Beta'>beast.base.inference.distribution.Beta</map> | ||
<map name='LaplaceDistribution'>beast.base.inference.distribution.LaplaceDistribution</map> | ||
<map name='InverseGamma'>beast.base.inference.distribution.InverseGamma</map> | ||
<map name='prior'>beast.base.inference.distribution.Prior</map> | ||
|
||
|
||
<mergewith point='runnables'> | ||
<subtemplate id='Self Tuning MCMC' class='beastlabs.evolution.likelihood.SelfTuningMCMC' mainid='SelfTuningMCMC' | ||
collapsedInputs="beastlabs.evolution.likelihood.SelfTuningMCMC.logger" | ||
suppressInputs="beastlabs.evolution.likelihood.SelfTuningMCMC.operator, | ||
beastlabs.evolution.likelihood.SelfTuningMCMC.operatorschedule, | ||
beastlabs.evolution.likelihood.SelfTuningMCMC.state, | ||
beastlabs.evolution.likelihood.SelfTuningMCMC.distribution, | ||
beastlabs.evolution.likelihood.SelfTuningMCMC.init"> | ||
<![CDATA[ | ||
<run spec="beastlabs.evolution.likelihood.SelfTuningMCMC" id="SelfTuningMCMC" chainLength="10000000"> | ||
<state storeEvery='5000' id='state'> | ||
</state> | ||
<distribution spec="CompoundDistribution" id="posterior"> | ||
<distribution spec="CompoundDistribution" id="prior"> | ||
</distribution> | ||
<distribution spec="CompoundDistribution" id="likelihood" useThreads="true"> | ||
</distribution> | ||
</distribution> | ||
<logger id='tracelog' spec="beast.base.inference.Logger" logEvery="1000" fileName="beast.log" sort="smart" sanitiseHeaders='true'> | ||
<model idref='posterior'/> | ||
<log idref="posterior"/> | ||
<log idref="likelihood"/> | ||
<log idref="prior"/> | ||
</logger> | ||
<logger id='screenlog' logEvery="1000"> | ||
<log idref="posterior"/> | ||
<ESS spec='ESS' name='log' arg="@posterior"/> | ||
<log idref="likelihood"/> | ||
<log idref="prior"/> | ||
</logger> | ||
</run> | ||
]]> | ||
</subtemplate> | ||
|
||
</mergewith> | ||
|
||
</beast> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters