comparison 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
comparison
equal deleted inserted replaced
9:d9819ccb9ca7 10:c78b1767db2b
17 > "$outfile" 17 > "$outfile"
18 ]]> 18 ]]>
19 </command> 19 </command>
20 <inputs> 20 <inputs>
21 <param format="txt" name="infile" type="data" label="File to process" /> 21 <param format="txt" name="infile" type="data" label="File to process" />
22 <param name="find_pattern" type="text" size="20" label="Find pattern" help="Use simple text, or a valid regular expression (without backslashes // ) " > 22 <param name="find_pattern" type="text" label="Find pattern" help="Use simple text, or a valid regular expression (without backslashes // ) " >
23 <sanitizer> 23 <sanitizer>
24 <valid initial="string.printable"> 24 <valid initial="string.printable">
25 <remove value="&apos;"/> 25 <remove value="&apos;"/>
26 </valid> 26 </valid>
27 </sanitizer> 27 </sanitizer>
28 </param> 28 </param>
29 <param name="replace_pattern" type="text" size="20" label="Replace with:" help="Use simple text, or &amp; (ampersand) and \\1 \\2 \\3 to refer to matched text. See examples below." > 29 <param name="replace_pattern" type="text" label="Replace with:" help="Use simple text, or &amp; (ampersand) and \\1 \\2 \\3 to refer to matched text. See examples below." >
30 <sanitizer> 30 <sanitizer>
31 <valid initial="string.printable"> 31 <valid initial="string.printable">
32 <remove value="&apos;"/> 32 <remove value="&apos;"/>
33 </valid> 33 </valid>
34 </sanitizer> 34 </sanitizer>