-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackages2.8.xml
More file actions
36 lines (36 loc) · 1.93 KB
/
packages2.8.xml
File metadata and controls
36 lines (36 loc) · 1.93 KB
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
<!-- BEAST 2.8 package repository: live alpha testing of the full new framework -->
<packages>
<package name="MM" version="1.3.0"
url="https://github.com/CompEvol/morph-models/releases/download/v1.3.0/MM.v1.3.0.zip"
projectURL="https://github.com/CompEvol/morph-models"
description="Lewis MK and MKv substitution models for discrete morphological data">
<depends on="BEAST.base" atleast="2.8.0"/>
</package>
<package name="SA" version="2.3.0"
url="https://github.com/CompEvol/sampled-ancestors/releases/download/v2.3.0/SA.v2.3.0.zip"
projectURL="https://github.com/CompEvol/sampled-ancestors"
description="Sampled ancestor trees for BEAST">
<depends on="BEAST.base" atleast="2.8.0"/>
</package>
<package name="BEASTLabs" version="2.1.0"
url="https://github.com/BEAST2-Dev/BEASTLabs/releases/download/v2.1.0-beta1/BEASTLabs.v2.1.0.zip"
projectURL="https://github.com/BEAST2-Dev/BEASTLabs"
description="BEAST Labs utility library">
<depends on="BEAST.base" atleast="2.8.0"/>
</package>
<package name='ORC' version='1.3.0'
url="https://github.com/jordandouglas/ORC/releases/download/v1.3.0/ORC.v1.3.0.zip"
description="Optimised Relaxed Clock model"
projectURL="https://github.com/jordandouglas/ORC/">
<depends on='BEAST.base' atleast='2.8.0'/>
</package>
<package name='gammaspike' version='1.3.0'
url="https://github.com/jordandouglas/GammaSpikeModel/releases/download/v1.3.0/gammaspike.v1.3.0.zip"
description="A clock model that captures and tests for punctuated evolution"
projectURL="https://github.com/jordandouglas/GammaSpikeModel">
<depends on='BEAST.base' atleast='2.8.0'/>
<depends on='BEAST.app' atleast='2.8.0'/>
<depends on='SA' atleast='2.3.0'/>
<depends on='ORC' atleast='1.3.0'/>
</package>
</packages>