diff macros.xml @ 0:485e11602d8b draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit 939f7ba1b584cb940244def0b6765d2494af3b94
author iuc
date Wed, 18 Jan 2023 09:12:27 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/macros.xml	Wed Jan 18 09:12:27 2023 +0000
@@ -0,0 +1,23 @@
+<macros>
+    <token name="@TOOL_VERSION@">0.3</token>
+    <token name="@CONDA_VERSION@">hamtv0.3</token>
+    <token name="@VERSION_SUFFIX@">1</token>
+    <token name="@PROFILE@">22.05</token>
+    <xml name="requirements">
+        <requirements>
+            <requirement type="package" version="@CONDA_VERSION@">hifiasm_meta</requirement>
+        </requirements>
+    </xml>
+    <!-- no citation or bio.tools id yet -->
+    <xml name="citations">
+        <citations>
+            <citation type="bibtex">@software{hifiasm-meta,
+      author = {xfengnefx},
+      year = {2023},
+      title = {hifiasm-meta},
+      publisher = {GitHub},
+      url = {https://github.com/xfengnefx/hifiasm-meta}
+            }</citation>
+        </citations>
+    </xml>
+</macros>