-
Notifications
You must be signed in to change notification settings - Fork 509
Expand file tree
/
Copy pathmacros.xml
More file actions
29 lines (29 loc) · 876 Bytes
/
macros.xml
File metadata and controls
29 lines (29 loc) · 876 Bytes
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
<?xml version="1.0"?>
<macros>
<token name="@TOOL_VERSION@">1.1</token>
<token name="@VERSION_SUFFIX@">4</token>
<token name="@PROFILE@">25.0</token>
<xml name="requirements">
<requirements>
<requirement type="package" version="3.12">python</requirement>
<requirement type="package" version="3.2">python-wget</requirement>
</requirements>
</xml>
<xml name="version">
<version_command>
echo "1.0"
</version_command>
</xml>
<xml name="citations">
<citations>
<citation type="doi">
10.1093/nar/gkz1035
</citation>
</citations>
</xml>
<xml name="creator">
<creator>
<person givenName="Paul" familyName="Zierep" email="zierep@informatik.uni-freiburg.de" />
</creator>
</xml>
</macros>