-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathaddon.xml
More file actions
17 lines (17 loc) · 829 Bytes
/
addon.xml
File metadata and controls
17 lines (17 loc) · 829 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<packages>
<package name='SCoRe' version='0.2.0'
url="https://raw.githubusercontent.com/jugne/SCORE/master/release/SCoRe.v0.2.1.zip"
description="Structured Coalescent with Reassortment"
projectURL="https://github.com/jugne/SCORE/" >
<depends on='beast2' atleast='2.5.0' atmost="2.6.9"/>
<depends on='CoalRe' atleast='0.0.5'/>
<depends on='Mascot' atleast='2.0.0'/>
<depends on='feast' atleast='7.5.0'/>
</package>
<package name="Mascot" version="2.1.2"
url="https://raw.githubusercontent.com/CompEvol/packages/main/Mascot/Mascot.v2.1.2.zip"
description="Marginal approximation of the structured coalescent"
projectURL="https://taming-the-beast.org/tutorials/Mascot-Tutorial/">
<depends on="beast2" atleast="2.5.0" atmost='2.6.9'/>
</package>
</packages>