Mercurial > repos > bgruening > text_processing
diff replace_text_in_line.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 | 062ed2bb4f2e |
line wrap: on
line diff
--- a/replace_text_in_line.xml Tue Jun 30 17:47:36 2015 -0400 +++ b/replace_text_in_line.xml Fri Feb 26 12:22:54 2016 -0500 @@ -19,14 +19,14 @@ </command> <inputs> <param format="txt" name="infile" 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:" help="Use simple text, or & (ampersand) and \\1 \\2 \\3 to refer to matched text. See examples below." > + <param name="replace_pattern" type="text" label="Replace with:" help="Use simple text, or & (ampersand) and \\1 \\2 \\3 to refer to matched text. See examples below." > <sanitizer> <valid initial="string.printable"> <remove value="'"/>