diff macros.xml @ 0:31df46f4274e draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cawlign commit 848922d15b3e17a864b3e40fdfed97e35f5646e5
author iuc
date Wed, 15 Oct 2025 16:02:46 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/macros.xml	Wed Oct 15 16:02:46 2025 +0000
@@ -0,0 +1,26 @@
+<macros>
+    <token name="@TOOL_VERSION@">0.1.14</token>
+    <token name="@VERSION_SUFFIX@">0</token>
+    <xml name="requirements">
+        <requirements>
+            <requirement type="package" version="@TOOL_VERSION@">cawlign</requirement>
+        </requirements>
+    </xml>
+    <xml name="stdio">
+        <stdio>
+            <exit_code range="1:"/>
+        </stdio>
+    </xml>
+    <xml name="citations">
+        <citations>
+            <citation type="bibtex">@misc{githubcawlign,
+                author = {Pond, Sergei and Weaver, Steven and Moshiri, Niema and Hepler, Lance},
+                year = {2025},
+                title = {cawlign: a C++ port of bealign},
+                publisher = {GitHub},
+                journal = {GitHub repository},
+                url = {https://github.com/veg/cawlign}
+            }</citation>
+        </citations>
+    </xml>
+</macros>