diff macro.xml @ 0:1a27ad3d0cdf draft

planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/bakta commit 7d595b05b8d595f554b57dadbf1beb0b39733af3
author iuc
date Thu, 01 Sep 2022 17:28:43 +0000
parents
children da5f1924bb2e
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/macro.xml	Thu Sep 01 17:28:43 2022 +0000
@@ -0,0 +1,28 @@
+<macros>
+    <token name="@TOOL_VERSION@">1.4.2</token>
+    <token name="@VERSION_SUFFIX@">0</token>
+    <token name="@PROFILE@">21.05</token>
+    <xml name="version_command">
+        <version_command><![CDATA[bakta --version]]></version_command>
+    </xml>
+    <xml name="edam">
+      <edam_topics>
+          <edam_topic>topic_3174</edam_topic>
+      </edam_topics>
+    </xml>
+    <xml name="xrefs">
+        <xrefs>
+            <xref type='bio.tools'>Bakta</xref>
+        </xrefs>
+    </xml>
+    <xml name="requirements">
+        <requirements>
+            <requirement type="package" version="@TOOL_VERSION@">bakta</requirement>
+        </requirements>
+    </xml>
+    <xml name="citations">
+        <citations>
+            <citation type="doi">10.1099/mgen.0.000685</citation>
+        </citations>
+    </xml>
+</macros>