diff macro.xml @ 0:41b933d366e3 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/coreprofiler commit 9f0bad8ce7a9a0056a9b5a15a9a2d466565548fb
author iuc
date Tue, 16 Sep 2025 11:02:51 +0000
parents
children c5aee5f62ef2
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/macro.xml	Tue Sep 16 11:02:51 2025 +0000
@@ -0,0 +1,32 @@
+<?xml version="1.0"?>
+<macros>
+    <token name="@TOOL_VERSION@">1.1.4</token>
+    <token name="@VERSION_SUFFIX@">0</token>
+    <token name="@PROFILE@">22.05</token>
+    <xml name="version_command">
+        <version_command><![CDATA[coreprofiler --version]]></version_command>
+    </xml>
+    <xml name="biotools">
+        <xrefs>
+            <xref type="bio.tools">coreprofiler</xref>
+        </xrefs>
+    </xml>
+    <xml name="requirements">
+        <requirements>
+            <requirement type="package" version="@TOOL_VERSION@">coreprofiler</requirement>
+        </requirements>
+    </xml>
+    <xml name="citations">
+        <citations>
+            <citation type="doi">10.5281/zenodo.8282656</citation>
+            <citation type="doi">10.1016/S0022-2836(05)80360-2</citation>
+        </citations>
+    </xml>
+    <xml name="element_assert" token_name="" token_text="">
+        <element name="@NAME@">
+            <assert_contents>
+                <has_text text="@TEXT@"/>
+            </assert_contents>
+        </element>
+    </xml>
+</macros>