changeset 7:a2667f8d23de draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/datamash commit 3d9fe3e41995abc2dcc20edf86ddcb21f43095d3
author iuc
date Wed, 09 Jul 2025 12:53:56 +0000
parents a513e3fbb4c5
children
files datamash-transpose.xml macros.xml
diffstat 2 files changed, 6 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/datamash-transpose.xml	Thu Nov 09 12:01:09 2023 +0000
+++ b/datamash-transpose.xml	Wed Jul 09 12:53:56 2025 +0000
@@ -2,7 +2,7 @@
     <description>rows/columns in a tabular file</description>
     <macros>
         <import>macros.xml</import>
-        <token name="@VERSION_SUFFIX@">1</token>
+        <token name="@VERSION_SUFFIX@">0</token>
     </macros>
     <edam_topics>
         <edam_topic>topic_3570</edam_topic> <!-- Pure math / linear algebra -->
--- a/macros.xml	Thu Nov 09 12:01:09 2023 +0000
+++ b/macros.xml	Wed Jul 09 12:53:56 2025 +0000
@@ -1,5 +1,5 @@
 <macros>
-    <token name="@TOOL_VERSION@">1.8</token>
+    <token name="@TOOL_VERSION@">1.9</token>
     <token name="@VERSION_SUFFIX@">0</token>
     <token name="@PROFILE@">22.01</token>
     <xml name="inputs_outputs">
@@ -31,11 +31,12 @@
 
 **GNU Datamash** is a Free and Open Source Software, see more details on the Datamash_ Website.
 
-**GNU Datamash** is also available as a command-line program, see http://www.gnu.org/software/datamash/download/ .
+For more details about supported statistical operations, see https://www.gnu.org/software/datamash/download/ 
 
 For more details about supported statistical operations, see Datamash_ website.
 
-.. _Datamash: http://www.gnu.org/software/datamash/
+.. _Datamash: https://www.gnu.org/software/datamash/
+
     </token>
     <token name="@HELP_HEADER@">
 .. class:: infomark
@@ -54,4 +55,4 @@
             </citation>
         </citations>
     </xml>
-</macros>
+</macros>
\ No newline at end of file