diff sort.xml @ 19:12615d397df7 draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit 70980e329cd9fa78e74bf14a76fd4ded9bd2b91f
author bgruening
date Thu, 29 Feb 2024 22:15:20 +0000
parents 74a8bef53a00
children
line wrap: on
line diff
--- a/sort.xml	Sat Oct 08 21:01:33 2022 +0000
+++ b/sort.xml	Thu Feb 29 22:15:20 2024 +0000
@@ -1,10 +1,11 @@
-<tool id="tp_sort_header_tool" name="Sort" version="@BASE_VERSION@.1">
+<tool id="tp_sort_header_tool" name="Sort" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
     <description>data in ascending or descending order</description>
     <macros>
         <import>macros.xml</import>
     </macros>
+    <expand macro="creator"/>
     <expand macro="requirements">
-        <requirement type="package" version="4.4">sed</requirement>
+        <requirement type="package" version="4.8">sed</requirement>
     </expand>
     <version_command>sort --version | head -n 1</version_command>
     <command>
@@ -170,7 +171,6 @@
 
 If you're planning to use the file with another tool that expected sorted files (such as *join*), you should use the **Alphabetical sort**,  not the **Natural Sort**. Natural sort order is easier for humans, but is unnatural for computer programs.
 
-@REFERENCES@
 ]]>
   </help>
   <expand macro="citations" />