Mercurial > repos > bgruening > text_processing
diff grep.xml @ 8:fa7f88da29d7 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:20:05 -0400 |
| parents | d64eace4f9f3 |
| children | c78b1767db2b |
line wrap: on
line diff
--- a/grep.xml Sat Jan 17 08:30:15 2015 -0500 +++ b/grep.xml Tue Jun 30 16:20:05 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
