forked from galaxyproject/tools-iuc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmacros.xml
More file actions
34 lines (34 loc) · 1.17 KB
/
macros.xml
File metadata and controls
34 lines (34 loc) · 1.17 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
<macros>
<token name="@TOOL_VERSION@">1.4</token>
<token name="@VERSION_SUFFIX@">0</token>
<token name="@PROFILE@">25.0</token>
<xml name="requirements">
<requirements>
<requirement type="package" version="@TOOL_VERSION@">metamdbg</requirement>
<requirement type="package" version="3.11">grep</requirement>
</requirements>
</xml>
<xml name="edam">
<edam_topics>
<edam_topic>topic_3170</edam_topic> <!-- Metagenomics -->
<edam_topic>topic_0624</edam_topic> <!-- Genomics -->
<edam_topic>topic_3168</edam_topic> <!-- Sequence assembly -->
</edam_topics>
<edam_operations>
<edam_operation>operation_0292</edam_operation> <!-- Sequence analysis -->
</edam_operations>
</xml>
<xml name="biotools">
<xrefs>
<xref type="bio.tools">metamdbg</xref>
</xrefs>
</xml>
<xml name="version">
<version_command>metaMDBG --version</version_command>
</xml>
<xml name="citations">
<citations>
<citation type="doi">10.1038/s41587-023-01983-6</citation>
</citations>
</xml>
</macros>