diff grep.xml @ 1:43b1f073b693 draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit 369e40078146d00608d52205bb8cee66ae735b76-dirty
author bgruening
date Tue, 30 Jun 2015 16:23:23 -0400
parents 5314e5d6f040
children 37e1eb05b1b4
line wrap: on
line diff
--- a/grep.xml	Thu Jan 29 07:53:17 2015 -0500
+++ b/grep.xml	Tue Jun 30 16:23:23 2015 -0400
@@ -5,7 +5,6 @@
     </macros>
     <expand macro="requirements">
         <requirement type="package" version="2.14">gnu_grep</requirement>
-        <requirement type="set_environment">TP_SCRIPT_PATH</requirement>
     </expand>
     <version_command>grep --version | head -n 1</version_command>
     <command>
@@ -20,7 +19,7 @@
                 $invert
                 $case_sensitive
                 -- "${url_paste}"
-                '${infile}' | \$TP_SCRIPT_PATH/ansi2html.sh > "${output}"
+                '${infile}' | $__tool_directory__/ansi2html.sh > "${output}"
         #else:
             grep
                 -P