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 (21 loc) · 712 Bytes
/
macros.xml
File metadata and controls
21 lines (21 loc) · 712 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<macros>
<token name="@TOOL_VERSION@">1.1.0</token>
<token name="@VERSION_SUFFIX@">galaxy0</token>
<xml name="requirements">
<requirements>
<requirement type="package" version="@TOOL_VERSION@">vrhyme</requirement>
<requirement type="package" version="3.23">mummer</requirement>
<requirement type="package" version="1.1.3">scikit-learn</requirement>
</requirements>
</xml>
<xml name="biotools">
<xrefs>
<xref type="bio.tools">vRhyme</xref>
</xrefs>
</xml>
<xml name="citations">
<citations>
<citation type="doi">10.1093/nar/gkac341</citation>
</citations>
</xml>
</macros>