|
1 | 1 | <beast version='2.0' |
2 | 2 | namespace='beast.app.beauti:beast.core:beast.evolution.branchratemodel |
3 | | - :beast.evolution.speciation:beast.evolution.tree.coalescent:beast.core.util |
| 3 | + :beast.evolution.speciation:beast.evolution.tree.coalescent:beast.core.util:beast.util |
4 | 4 | :beast.evolution.nuc:beast.evolution.operators:beast.evolution.sitemodel |
5 | 5 | :beast.evolution.substitutionmodel:beast.evolution.likelihood:beast.evolution:beast.math.distributions |
6 | 6 | :beast.evolution.alignment:beast.evolution.datatype:codonmodels' |
|
107 | 107 | > |
108 | 108 | <!--disableMenus='Mode'--> |
109 | 109 |
|
110 | | - <panel spec='beast.app.beauti.BeautiPanelConfig' panelname="Partitions" tiptext="Codon Data Partitions" |
| 110 | + <panel spec='BeautiPanelConfig' panelname="Partitions" tiptext="Codon Data Partitions" |
111 | 111 | path='distribution/distribution[id="likelihood"]/distribution/data' |
112 | 112 | hasPartitions="none" icon='2220.png.x' forceExpansion='FALSE' |
113 | | - type='beast.evolution.alignment.CodonAlignment' |
| 113 | + type='beast.evolution.alignment.Alignment' |
114 | 114 | /> |
115 | 115 | <mergepoint id='aux-partitions-panels'/> |
116 | 116 |
|
|
121 | 121 | /> |
122 | 122 | <mergepoint id='aux-tipdates-panels'/> |
123 | 123 |
|
124 | | - <panel spec='beast.app.beauti.BeautiPanelConfig' panelname="Site Model" |
| 124 | + <panel spec='BeautiPanelConfig' panelname="Site Model" |
125 | 125 | tiptext="Site model and codon substitution model specifications" |
126 | 126 | path='siteModel' hasPartitions="SiteModel" icon='3.png.x' forceExpansion='TRUE' |
127 | 127 | /> |
128 | 128 |
|
129 | 129 | <mergepoint id='aux-sitemodel-panels'/> |
130 | 130 |
|
131 | | - <panel spec='beast.app.beauti.BeautiPanelConfig' panelname="Clock Model" tiptext="Clock model" |
| 131 | + <panel spec='BeautiPanelConfig' panelname="Clock Model" tiptext="Clock model" |
132 | 132 | path='branchRateModel' |
133 | 133 | hasPartitions="ClockModel" icon='4.png.x' forceExpansion='TRUE' |
134 | 134 | /> |
135 | 135 | <mergepoint id='aux-clockmodel-panels'/> |
136 | | - <panel spec='beast.app.beauti.BeautiPanelConfig' panelname="Initialization" tiptext="Initial state" |
| 136 | + <panel spec='BeautiPanelConfig' panelname="Initialization" tiptext="Initial state" |
137 | 137 | path='state/stateNode' |
138 | 138 | hasPartitions="none" icon='6.png.x' forceExpansion='TRUE_START_COLLAPSED' |
139 | 139 | isVisible='false' |
140 | 140 | /> |
141 | 141 | <mergepoint id='aux-initilisation-panels'/> |
142 | | - <panel spec='beast.app.beauti.BeautiPanelConfig' panelname="Starting tree" tiptext="Starting tree" |
| 142 | + <panel spec='BeautiPanelConfig' panelname="Starting tree" tiptext="Starting tree" |
143 | 143 | path='init' |
144 | 144 | hasPartitions="none" icon='6.png.x' forceExpansion='TRUE' |
145 | 145 | isVisible='false' |
146 | 146 | /> |
147 | 147 |
|
148 | | - <panel spec='beast.app.beauti.BeautiPanelConfig' panelname="Priors" tiptext="Other priors" |
| 148 | + <panel spec='BeautiPanelConfig' panelname="Priors" tiptext="Other priors" |
149 | 149 | path='distribution/distribution[id="prior"]/distribution' |
150 | 150 | hasPartitions="none" icon='7.png.x' forceExpansion='TRUE_START_COLLAPSED' |
151 | 151 | type='beast.core.Distribution' |
152 | 152 | /> |
153 | 153 | <mergepoint id='aux-priors-panels'/> |
154 | 154 |
|
155 | | - <panel spec='beast.app.beauti.BeautiPanelConfig' panelname="Operators" tiptext="MCMC Operator details" |
| 155 | + <panel spec='BeautiPanelConfig' panelname="Operators" tiptext="MCMC Operator details" |
156 | 156 | path='operator' |
157 | 157 | hasPartitions="none" icon='8.png.x' forceExpansion='TRUE_START_COLLAPSED' |
158 | 158 | isVisible='false' buttonStatus='ADD_ONLY' |
159 | 159 | /> |
160 | 160 | <mergepoint id='aux-operators-panels'/> |
161 | 161 |
|
162 | | - <panel spec='beast.app.beauti.BeautiPanelConfig' panelname="MCMC" tiptext="MCMC parameters" |
| 162 | + <panel spec='BeautiPanelConfig' panelname="MCMC" tiptext="MCMC parameters" |
163 | 163 | path='' |
164 | 164 | hasPartitions="none" icon='9.png.x' forceExpansion='TRUE' |
165 | 165 | /> |
|
307 | 307 | <subtemplate id='RandomTree' class='beast.evolution.tree.RandomTree' mainid='RandomTree.t:$(n)'> |
308 | 308 | <![CDATA[ |
309 | 309 | <tree spec='beast.evolution.tree.RandomTree' id='RandomTree.t:$(n)' estimate='false' initial="@Tree.t:$(n)"> |
310 | | - <taxa idref='data'/> |
| 310 | + <taxa idref='$(n)'/> |
311 | 311 | <populationModel id='ConstantPopulation0.t:$(n)' spec='ConstantPopulation'> |
312 | 312 | <popSize id='randomPopSize.t:$(n)' spec='parameter.RealParameter' value='1'/> |
313 | 313 | </populationModel> |
|
0 commit comments