Mercurial > repos > bgruening > text_processing
diff 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 |
line wrap: on
line diff
--- a/sort.xml Tue Jun 30 17:47:36 2015 -0400 +++ b/sort.xml Fri Feb 26 12:22:54 2016 -0500 @@ -26,7 +26,7 @@ </command> <inputs> <param format="tabular" name="infile" type="data" label="Sort Query" /> - <param name="header" type="integer" size="5" value="0" + <param name="header" type="integer" value="0" label="Number of header lines" help="These will be ignored during sort."> <validator type="in_range" message="Negative values are not allowed." min="0"/> </param>