forked from galaxyproject/tools-iuc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmacro.xml
More file actions
37 lines (36 loc) · 1.25 KB
/
Copy pathmacro.xml
File metadata and controls
37 lines (36 loc) · 1.25 KB
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
<macros>
<token name="@TOOL_VERSION@">2.0.5</token>
<token name="@VERSION_SUFFIX@">1</token>
<token name="@PROFILE@">24.2</token>
<token name="@THREADS@">\${GALAXY_SLOTS:-2}</token>
<xml name="requirements">
<requirements>
<requirement type="package" version="@TOOL_VERSION@">integron_finder</requirement>
</requirements>
</xml>
<xml name="edam_info">
<edam_topics>
<edam_topic>topic_0085</edam_topic>
<edam_topic>topic_0798</edam_topic>
<edam_topic>topic_3047</edam_topic>
<edam_topic>topic_0091</edam_topic>
<edam_topic>topic_0080</edam_topic>
</edam_topics>
<edam_operations>
<edam_operation>operation_0239</edam_operation>
<edam_operation>operation_3430</edam_operation>
<edam_operation>operation_3087</edam_operation>
<edam_operation>operation_0362</edam_operation>
</edam_operations>
</xml>
<xml name="xrefs">
<xrefs>
<xref type='bio.tools'>integron_finder</xref>
</xrefs>
</xml>
<xml name="citations">
<citations>
<citation type="doi">10.1101/2022.02.28.482270 </citation>
</citations>
</xml>
</macros>