comparison 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
comparison
equal deleted inserted replaced
18:d698c222f354 19:12615d397df7
1 <tool id="tp_sort_header_tool" name="Sort" version="@BASE_VERSION@.1"> 1 <tool id="tp_sort_header_tool" name="Sort" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
2 <description>data in ascending or descending order</description> 2 <description>data in ascending or descending order</description>
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="creator"/>
6 <expand macro="requirements"> 7 <expand macro="requirements">
7 <requirement type="package" version="4.4">sed</requirement> 8 <requirement type="package" version="4.8">sed</requirement>
8 </expand> 9 </expand>
9 <version_command>sort --version | head -n 1</version_command> 10 <version_command>sort --version | head -n 1</version_command>
10 <command> 11 <command>
11 <![CDATA[ 12 <![CDATA[
12 ( 13 (
168 169
169 .. class:: infomark 170 .. class:: infomark
170 171
171 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. 172 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.
172 173
173 @REFERENCES@
174 ]]> 174 ]]>
175 </help> 175 </help>
176 <expand macro="citations" /> 176 <expand macro="citations" />
177 </tool> 177 </tool>