Mercurial > repos > bgruening > text_processing
diff find_and_replace.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 | d64eace4f9f3 |
children | 3c685c4106b3 |
line wrap: on
line diff
--- a/find_and_replace.xml Tue Jun 30 17:47:36 2015 -0400 +++ b/find_and_replace.xml Fri Feb 26 12:22:54 2016 -0500 @@ -21,14 +21,14 @@ </command> <inputs> <param name="infile" format="txt" type="data" label="File to process" /> - <param name="find_pattern" type="text" size="20" label="Find pattern" help="Use simple text, or a valid regular expression (without backslashes // ) " > + <param name="find_pattern" type="text" label="Find pattern" help="Use simple text, or a valid regular expression (without backslashes // ) " > <sanitizer> <valid initial="string.printable"> <remove value="'"/> </valid> </sanitizer> </param> - <param name="replace_pattern" type="text" size="20" label="Replace with" + <param name="replace_pattern" type="text" label="Replace with" help="Use simple text, or $& (dollar-ampersand) and $1 $2 $3 to refer to matched text. See examples below." > <sanitizer> <valid initial="string.printable">