diff macros.xml @ 0:2eef3b6f1c84 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/mg_toolkit commit d5891ffcc42b812f9e072b4c58abc5077e947db0
author iuc
date Tue, 16 Jul 2024 09:23:54 +0000
parents
children b613e5dd5e83
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/macros.xml	Tue Jul 16 09:23:54 2024 +0000
@@ -0,0 +1,32 @@
+<macros>
+    <token name="@TOOL_VERSION@">0.10.4</token>
+    <token name="@VERSION_SUFFIX@">0</token>
+    <xml name="requirements">
+        <requirements>
+            <requirement type="package" version="@TOOL_VERSION@">mg-toolkit</requirement>
+        </requirements>
+    </xml>
+    <xml name="biotools">
+        <xrefs>
+            <xref type="bio.tools">mg-toolkit</xref>
+        </xrefs>
+    </xml>
+    <xml name="creators">
+        <creator>
+            <person givenName="Rand" familyName="Zoabi" url="https://github.com/RZ9082" />
+        </creator>
+    </xml>
+    <xml name="citations">
+        <citations>
+            <citation type="bibtex">
+                @misc{emg_toolkit,
+                    author = {EBI Metagenomics},
+                    title = {EMG Toolkit},
+                    year = {2024},
+                    howpublished = {\url{https://github.com/EBI-metagenomics/emg-toolkit}},
+                    note = {Accessed: 2024-07-11}
+                }
+            </citation>
+        </citations>
+    </xml>
+</macros>