-
Notifications
You must be signed in to change notification settings - Fork 1
/
version.xml
47 lines (38 loc) · 2.18 KB
/
version.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<package name='NS' version='1.2.2'>
<depends on='BEAST.base' atleast='2.7.5'/>
<depends on='BEAST.app' atleast='2.7.5'/>
<depends on='MODEL_SELECTION' atleast='1.6.0'/>
<packageapp description="Nested Sampling Log Analyser"
class="nestedsampling.util.NSLogAnalyser"
args=""
/>
<packageapp description="MCMC to NS converter"
class="nestedsampling.util.MCMC2NS"
args=""
/>
<map from="beast.core.NSLogger" to="nestedsampling.core.NSLogger"/>
<map from="beast.core.NSOperatorSchedule" to="nestedsampling.core.NSOperatorSchedule"/>
<map from="beast.util.MCMC2NIS" to="nestedsampling.util.MCMC2NIS"/>
<map from="beast.util.MCMC2NS" to="nestedsampling.util.MCMC2NS"/>
<map from="beast.util.NSLogAnalyserGUI" to="nestedsampling.util.NSLogAnalyserGUI"/>
<map from="beast.util.NSLogAnalyser" to="nestedsampling.util.NSLogAnalyser"/>
<map from="beast.gss.DynamicNestedSampling" to="nestedsampling.gss.DynamicNestedSampling"/>
<map from="beast.gss.MultiThreadedNS" to="nestedsampling.gss.MultiThreadedNS"/>
<map from="beast.gss.NIS" to="nestedsampling.gss.NIS"/>
<map from="beast.gss.NS" to="nestedsampling.gss.NS"/>
<map from="beast.gss.NSThread" to="nestedsampling.gss.NSThread"/>
<map from="beast.evolution.speciation.YuleModelNormalised" to="nestedsampling.evolution.speciation.YuleModelNormalised"/>
<service type="beast.base.core.BEASTInterface">
<provider classname="nestedsampling.core.NSLogger"/>
<provider classname="nestedsampling.core.NSOperatorSchedule"/>
<provider classname="nestedsampling.evolution.speciation.YuleModelNormalised"/>
<provider classname="nestedsampling.gss.DynamicNestedSampling"/>
<provider classname="nestedsampling.gss.MultiThreadedNS"/>
<provider classname="nestedsampling.gss.NIS"/>
<provider classname="nestedsampling.gss.NS"/>
<provider classname="nestedsampling.gss.NSThread"/>
<provider classname="nestedsampling.util.MCMC2NIS"/>
<provider classname="nestedsampling.util.MCMC2NS"/>
<provider classname="nestedsampling.util.NSLogAnalyserGUI"/>
</service>
</package>