-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathversion.xml
25 lines (18 loc) · 944 Bytes
/
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
<package name='LPhyBeastExt' version='1.0.0'>
<depends on='lphybeast' atleast='1.2.0'/>
<depends on='Mascot' atleast='3.0.0'
description="Marginal approximation of the structured coalescent"
projectURL="https://taming-the-beast.org/tutorials/Mascot-Tutorial/"/>
<depends on='MM' atleast='1.2.1'
projectURL="https://github.com/CompEvol/morph-models"
description="Enables models of morphological character evolution"/>
<depends on='SA' atleast='2.1.0'
projectURL="https://github.com/CompEvol/sampled-ancestors"
description="Sampled ancestor trees"/>
<!-- add BEAST2 service below -->
<service type="lphybeast.spi.LPhyBEASTExt">
<provider classname="mascot.lphybeast.spi.MascotLBImpl"/>
<provider classname="mm.lphybeast.spi.MMLBImpl"/>
<provider classname="sa.lphybeast.spi.SALBImpl"/>
</service>
</package>