comparison find_and_replace.xml @ 13:3c685c4106b3 draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit b9d202134c3c6d0e5c398c3ae75e410067fcfc52
author bgruening
date Wed, 23 Nov 2016 15:59:02 -0500
parents c78b1767db2b
children 7725ab6dab67
comparison
equal deleted inserted replaced
12:062ed2bb4f2e 13:3c685c4106b3
1 <tool id="tp_find_and_replace" name="Replace" version="@BASE_VERSION@.0"> 1 <tool id="tp_find_and_replace" name="Replace" version="@BASE_VERSION@.0">
2 <description>parts of text</description> 2 <description>parts of text</description>
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 </macros> 5 </macros>
6 <command interpreter="perl"> 6 <requirements>
7 <requirement type="package" version="5.18.1">perl</requirement>
8 </requirements>
9 <command>
7 <![CDATA[ 10 <![CDATA[
8 find_and_replace 11 perl '$__tool_directory__/find_and_replace'
9 #if $searchwhere.searchwhere_select == "column": 12 #if $searchwhere.searchwhere_select == "column":
10 -c $searchwhere.column 13 -c $searchwhere.column
11 #end if 14 #end if
12 -o $outfile 15 -o $outfile
13 $caseinsensitive 16 $caseinsensitive