Mercurial > repos > bgruening > text_processing
comparison sort.xml @ 10:c78b1767db2b draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit 10052765d6b712cf7d38356af4251fcc38a339b6-dirty
author | bgruening |
---|---|
date | Fri, 26 Feb 2016 12:22:54 -0500 |
parents | fa7f88da29d7 |
children | 3c685c4106b3 |
comparison
equal
deleted
inserted
replaced
9:d9819ccb9ca7 | 10:c78b1767db2b |
---|---|
24 ) < '${infile}' > '${outfile}' | 24 ) < '${infile}' > '${outfile}' |
25 ]]> | 25 ]]> |
26 </command> | 26 </command> |
27 <inputs> | 27 <inputs> |
28 <param format="tabular" name="infile" type="data" label="Sort Query" /> | 28 <param format="tabular" name="infile" type="data" label="Sort Query" /> |
29 <param name="header" type="integer" size="5" value="0" | 29 <param name="header" type="integer" value="0" |
30 label="Number of header lines" help="These will be ignored during sort."> | 30 label="Number of header lines" help="These will be ignored during sort."> |
31 <validator type="in_range" message="Negative values are not allowed." min="0"/> | 31 <validator type="in_range" message="Negative values are not allowed." min="0"/> |
32 </param> | 32 </param> |
33 | 33 |
34 <repeat name="sortkeys" title="Column selections" min="1"> | 34 <repeat name="sortkeys" title="Column selections" min="1"> |