diff macros.xml @ 0:607d5e33c4c2 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/halfdeep commit 63179f3d35e5dec09cdd01c07c6a4e8af3da777d
author iuc
date Thu, 05 Dec 2024 16:57:06 +0000
parents
children a53e299fe1cb
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/macros.xml	Thu Dec 05 16:57:06 2024 +0000
@@ -0,0 +1,23 @@
+<macros>
+    <xml name="requirements">
+        <requirements>
+            <requirement type="package" version="@TOOL_VERSION@">halfdeep</requirement>
+        </requirements>
+    </xml>
+    <token name="@TOOL_VERSION@">0.1.0</token>
+    <token name="@VERSION_SUFFIX@">0</token>
+    <token name="@PROFILE@">21.05</token>
+    <xml name="citations">
+        <citations>
+            <citation type="bibtex">
+                @misc{github_halfdeep,
+                    author = {Makova Lab PSU},
+                    year = "2019",
+                    title = {HalfDeep},
+                    publisher = {GitHub},
+                    journal = {GitHub repository},
+                    url = {https://github.com/makovalab-psu/HalfDeep}
+            </citation>
+        </citations>
+    </xml>
+</macros>