diff macros.xml @ 0:afe3cab23563 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/psauron commit 1aa7cbac40ac6cd332040b91edffa451cb1bbd21
author iuc
date Fri, 20 Feb 2026 07:43:34 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/macros.xml	Fri Feb 20 07:43:34 2026 +0000
@@ -0,0 +1,19 @@
+<macros>
+    <xml name="requirements">
+        <requirements>
+            <requirement type="package" version="@TOOL_VERSION@">psauron</requirement>
+            <requirement type="package" version="69.5.1">setuptools</requirement>
+        </requirements>
+    </xml>
+    <token name="@TOOL_VERSION@">1.1.0</token>
+    <token name="@VERSION_SUFFIX@">0</token>
+    <token name="@PROFILE@">25.0</token>
+    <xml name="citations">
+        <citations>
+            <citation type="doi">10.1093/nargab/lqae189</citation>
+        </citations>
+    </xml>
+    <xml name="version_command">
+        <version_command>psauron --version</version_command>
+    </xml>
+</macros>