Mercurial > repos > bgruening > text_processing
diff sort.xml @ 26:f22a309187a3 draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit c2b1677d1c94433f777c2dc28ac8eec0a99cc6a7
author | bgruening |
---|---|
date | Fri, 16 Aug 2024 10:41:17 +0000 |
parents | 1e974b82380d |
children | 08cdbfffce67 |
line wrap: on
line diff
--- a/sort.xml Sat Oct 08 20:59:15 2022 +0000 +++ b/sort.xml Fri Aug 16 10:41:17 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" />