diff find_and_replace.xml @ 5:20344ce0c811 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:56:41 -0500
parents 37e1eb05b1b4
children 60edf2f8c28f
line wrap: on
line diff
--- a/find_and_replace.xml	Fri Mar 18 15:17:27 2016 -0400
+++ b/find_and_replace.xml	Wed Nov 23 15:56:41 2016 -0500
@@ -3,9 +3,12 @@
     <macros>
         <import>macros.xml</import>
     </macros>
-    <command interpreter="perl">
+    <requirements>
+        <requirement type="package" version="5.18.1">perl</requirement>
+    </requirements>
+    <command>
 <![CDATA[
-        find_and_replace
+        perl '$__tool_directory__/find_and_replace'
             #if $searchwhere.searchwhere_select == "column":
                 -c $searchwhere.column
             #end if