diff macro.xml @ 0:6e868bf6c38e draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tooldistillator commit 491c6fc94851aab68cb7529dd6b6fbc6caa84bf2
author iuc
date Tue, 30 Apr 2024 08:42:33 +0000
parents
children 65a69de1e294
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/macro.xml	Tue Apr 30 08:42:33 2024 +0000
@@ -0,0 +1,38 @@
+<?xml version="1.0"?>
+<macros>
+    <token name="@TOOL_VERSION@">0.8.4.1</token>
+    <token name="@VERSION_SUFFIX@">0</token>
+    <token name="@PROFILE@">21.05</token>
+    <xml name="version_command">
+        <version_command><![CDATA[tooldistillator --version]]></version_command>
+    </xml>
+    <xml name="analysis_software_version">
+        <param argument="--analysis_software_version" type="text" optional="true" label="Analysis software version"/>
+    </xml>
+    <xml name="reference_database_version">
+        <param argument="--reference_database_version" type="text" optional="true" label="Database software version"/>
+    </xml>
+    <xml name="biotools">
+        <xrefs>
+            <xref type="bio.tools">tooldistillator</xref>
+        </xrefs>
+    </xml>
+    <xml name="requirements">
+        <requirements>
+            <requirement type="package" version="@TOOL_VERSION@">tooldistillator</requirement>
+        </requirements>
+    </xml>
+    <xml name="citations">
+        <citations>
+            <citation type="doi">10.5281/zenodo.8282656</citation>
+        </citations>
+    </xml>
+    <xml name="element_assert" token_name="" token_text="">
+        <element name="@NAME@">
+            <assert_contents>
+                <has_text text="@TEXT@"/>
+                <yield/>
+            </assert_contents>
+        </element>
+    </xml>
+</macros>