-
Notifications
You must be signed in to change notification settings - Fork 2
/
prerelease.xml
44 lines (36 loc) · 1.82 KB
/
prerelease.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
<packages>
<!-- must use tag url, otherwise the package will fail to install -->
<package name='lphybeast' version='1.2.1'
url="https://github.com/LinguaPhylo/LPhyBeast/releases/download/1.2.1/lphybeast-1.2.1.zip"
projectURL="https://github.com/LinguaPhylo/LPhyBeast"
description="A command-line program that takes an LPhy model specification including a data block,
and produces a BEAST 2 XML input file.">
<depends on='BEAST.base' atleast='2.7.7'/>
<depends on='BEAST.app' atleast='2.7.7'/>
<depends on='BEASTLabs' atleast='2.0.2'/>
<depends on='BEAST_CLASSIC' atleast='1.6.3'/>
<depends on='feast' atleast='9.8.5'
projectURL="https://github.com/tgvaughan/feast"
description="Expands the flexibility of BEAST 2 XML."/>
<depends on='SSM' atleast='1.2.0'
description="Standard Nucleotide Substitution Models"
projectURL="https://github.com/BEAST2-Dev/substmodels/"/>
<depends on='ORC' atleast='1.2.0'/>
<depends on='bdtree' atleast='0.0.1'/>
</package>
<package name="LPhyBeastExt" version="1.0.0"
url="https://github.com/LinguaPhylo/LPhyBeast/releases/download/1.2.0/lphybeast-ext-1.0.0.zip"
projectURL="https://github.com/LinguaPhylo/LPhyBeastExt"
description="An extension of LPhyBEAST.">
<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"/>
</package>
</packages>