changeset 8:a884245d3b3a draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/datamash commit 7ce67f366b741abbff1497e5ef2683cd131971ea
author iuc
date Mon, 23 Mar 2026 21:20:16 +0000
parents a2667f8d23de
children
files datamash-transpose.xml macros.xml
diffstat 2 files changed, 6 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/datamash-transpose.xml	Wed Jul 09 12:53:56 2025 +0000
+++ b/datamash-transpose.xml	Mon Mar 23 21:20:16 2026 +0000
@@ -2,7 +2,7 @@
     <description>rows/columns in a tabular file</description>
     <macros>
         <import>macros.xml</import>
-        <token name="@VERSION_SUFFIX@">0</token>
+        <token name="@VERSION_SUFFIX@">1</token>
     </macros>
     <edam_topics>
         <edam_topic>topic_3570</edam_topic> <!-- Pure math / linear algebra -->
@@ -10,7 +10,9 @@
     <edam_operations>
          <!-- <edam_operation>operation_1234</edam_operation> -->
     </edam_operations>
-    <expand macro="requirements"/>
+    <expand macro="requirements">
+        <requirement type="package" version="9.5">coreutils</requirement>
+    </expand>
     <expand macro="stdio"/>
     <command><![CDATA[
         #import os
--- a/macros.xml	Wed Jul 09 12:53:56 2025 +0000
+++ b/macros.xml	Mon Mar 23 21:20:16 2026 +0000
@@ -19,6 +19,7 @@
     <xml name="requirements">
         <requirements>
             <requirement type="package" version="@TOOL_VERSION@">datamash</requirement>
+            <yield />
         </requirements>
     </xml>
     <xml name="stdio">
@@ -55,4 +56,4 @@
             </citation>
         </citations>
     </xml>
-</macros>
\ No newline at end of file
+</macros>