Skip to content

Commit

Permalink
v 1.1.2, fix #4
Browse files Browse the repository at this point in the history
  • Loading branch information
jordandouglas committed Aug 3, 2023
1 parent b5cbb20 commit 1b85705
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</description>

<!-- set global properties for this build -->
<property name="versionORC" value="1.1.1" />
<property name="versionORC" value="1.1.2" />
<property name="srcORC" location="src" />
<property name="docORC" location="doc" />
<property name="buildORC" location="build" />
Expand Down
5 changes: 3 additions & 2 deletions fxtemplates/OptimisedRelaxedClock.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<taxonset spec="beast.base.evolution.alignment.TaxonSet" id="TaxonSet.$(n)" alignment="@$(n)"/>
<operator id="ORCAdaptableOperatorSampler_NER.c:$(n)" spec="beast.base.evolution.operator.AdaptableOperatorSampler" tree="@Tree.t:$(n)" weight="15">
<operator id="ORCAdaptableOperatorSampler_NER.c:$(n)" spec="beast.base.evolution.operator.AdaptableOperatorSampler" tree="@Tree.t:$(n)" weight="10">
<metric spec="beastlabs.evolution.tree.RNNIMetric" taxonset="@TaxonSet.$(n)"/>
<operator id="ORCNER_null.c:$(n)" spec="Exchange" tree="@Tree.t:$(n)" weight="1"/>
<operator id="ORCNER_dAE_dBE_dCE.c:$(n)" spec="orc.ner.NEROperator_dAE_dBE_dCE" tree="@Tree.t:$(n)" rates="@ORCRates.c:$(n)" weight="1"/>
Expand Down Expand Up @@ -153,8 +153,9 @@
</connect>


<!-- Destroy the standard narrow exchange operator -->
<!-- Destroy the standard narrow exchange operator
<connect method="orc.operators.MetaNEROperator.customConnector"/>
-->


<connect srcID='Tree.t:$(n)' targetID='OptimisedRelaxedClock.c:$(n)' inputName='tree' if='inlikelihood(OptimisedRelaxedClock.c:$(n))'/>
Expand Down
6 changes: 3 additions & 3 deletions version.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package name='ORC' version='1.1.1'>
<depends on='BEAST.base' atleast='2.7.0'/>
<depends on='BEAST.app' atleast='2.7.0'/>
<package name='ORC' version='1.1.2'>
<depends on='BEAST.base' atleast='2.7.5'/>
<depends on='BEAST.app' atleast='2.7.5'/>
<depends on='BEASTLabs' atleast='2.0.0'/>

<service type="beast.base.core.BEASTInterface">
Expand Down

0 comments on commit 1b85705

Please sign in to comment.