diff macros.xml @ 0:733eab97b979 draft default tip

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nextdenovo commit 5890a5b5b51cfe2dc4a1bbe1866ce508a9f9ce9f
author bgruening
date Thu, 09 Feb 2023 21:24:58 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/macros.xml	Thu Feb 09 21:24:58 2023 +0000
@@ -0,0 +1,27 @@
+<macros>
+    <token name="@TOOL_VERSION@">2.5.0</token>
+    <token name="@VERSION_SUFFIX@">0</token>
+    <xml name="requirements">
+        <requirements>
+            <requirement type="package" version="@TOOL_VERSION@">nextdenovo</requirement>
+        </requirements>
+    </xml>
+    <xml name="biotools">
+        <xrefs>
+            <xref type="bio.tools">nextdenovo</xref>
+        </xrefs>
+    </xml>
+    <xml name="citations">
+        <citations>
+            <citation type="bibtex">
+                @misc{githubNextDenovo,
+                author = {Jiang, Hu},
+                year = {2022},
+                title = {NextDenovo},
+                publisher = {GitHub},
+                journal = {GitHub repository},
+                url = {https://github.com/Nextomics/NextDenovo}}
+            </citation>
+        </citations>
+    </xml>
+</macros>