Skip to content

Commit e110d38

Browse files
committed
fix the 3rd bug, and review any missing updates in Standard.xml #115
1 parent a09edbd commit e110d38

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

  • beast-fx/src/main/resources/beast.fx/fxtemplates

beast-fx/src/main/resources/beast.fx/fxtemplates/Standard.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,8 @@ ClusterTree/clusterType/,
290290
<taxonset id='TaxonSet.$(n)' spec='beast.base.evolution.alignment.TaxonSet' alignment='@$(n)' />
291291
<plugin spec='beast.base.evolution.tree.Tree' id='Tree.t:$(n)' taxonset='@TaxonSet.$(n)'/>
292292
293-
<!--plugin spec='beast.base.evolution.tree.coalescent.RandomTree' id='RandomTree.t:$(n)' estimate='false' trait='@datetrait.$(n)' initial='@Tree.t:$(n)'-->
294-
<plugin spec='beast.base.evolution.tree.coalescent.RandomTree' id='RandomTree.t:$(n)' estimate='false' initial='@Tree.t:$(n)'>
293+
<!--plugin spec='beast.base.spec.evolution.tree.coalescent.RandomTree' id='RandomTree.t:$(n)' estimate='false' trait='@datetrait.$(n)' initial='@Tree.t:$(n)'-->
294+
<plugin spec='beast.base.spec.evolution.tree.coalescent.RandomTree' id='RandomTree.t:$(n)' estimate='false' initial='@Tree.t:$(n)'>
295295
<taxa idref='data'/>
296296
<populationModel id='ConstantPopulation0.t:$(n)' spec='ConstantPopulation'>
297297
<popSize id='randomPopSize.t:$(n)' spec='parameter.RealParameter' value='1'/>
@@ -473,7 +473,7 @@ ClusterTree/clusterType/,
473473
<!-- Tree initialisation -->
474474
<!-- Random tree -->
475475

476-
<subtemplate id='RandomTree' class='beast.base.evolution.tree.coalescent.RandomTree' mainid='RandomTree.t:$(n)'>
476+
<subtemplate id='RandomTree' class='beast.base.spec.evolution.tree.coalescent.RandomTree' mainid='RandomTree.t:$(n)'>
477477
<![CDATA[
478478
<tree spec='beast.base.evolution.tree.coalescent.RandomTree' id='RandomTree.t:$(n)' estimate='false' initial="@Tree.t:$(n)">
479479
<taxa idref='data'/>
@@ -486,9 +486,9 @@ ClusterTree/clusterType/,
486486

487487
<!-- Cluster tree (defaults to UPGMA) -->
488488

489-
<subtemplate id='ClusterTree' class='beast.base.evolution.tree.ClusterTree' mainid='ClusterTree.t:$(n)'>
489+
<subtemplate id='ClusterTree' class='beast.base.spec.evolution.tree.ClusterTree' mainid='ClusterTree.t:$(n)'>
490490
<![CDATA[
491-
<tree spec='beast.base.evolution.tree.ClusterTree' id='ClusterTree.t:$(n)' initial="@Tree.t:$(n)" clusterType='upgma' estimate='false' taxa='@$(n)'/>
491+
<tree spec='beast.base.spec.evolution.tree.ClusterTree' id='ClusterTree.t:$(n)' initial="@Tree.t:$(n)" clusterType='upgma' estimate='false' taxa='@$(n)'/>
492492
]]>
493493
</subtemplate>
494494

0 commit comments

Comments
 (0)