forked from bgruening/galaxytools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmacros.xml
More file actions
21 lines (20 loc) · 757 Bytes
/
macros.xml
File metadata and controls
21 lines (20 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<macros>
<token name="@VERSION@">0.2.0</token>
<xml name="requirements">
<requirements>
<requirement type="package" version="1.21.4">wget</requirement>
<requirement type="package" version="8.12.1">curl</requirement>
<requirement type="package" version="1.7.1">jq</requirement>
<yield />
</requirements>
</xml>
<xml name="citations">
<citations>
<citation type="bibtex">
@misc{bia,,
title = "BioImage Archive Downloading via ftp",
note = "https://www.ebi.ac.uk/bioimage-archive/help-download/",
url = "https://www.ebi.ac.uk/bioimage-archive/help-download/"}</citation>
</citations>
</xml>
</macros>