diff grep.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/grep.xml	Fri Mar 18 15:17:27 2016 -0400
+++ b/grep.xml	Wed Nov 23 15:56:41 2016 -0500
@@ -3,9 +3,10 @@
     <macros>
         <import>macros.xml</import>
     </macros>
-    <expand macro="requirements">
-        <requirement type="package" version="2.14">gnu_grep</requirement>
-    </expand>
+    <requirements>
+        <requirement type="package" version="2.14">grep</requirement>
+        <requirement type="package" version="4.2.3.dev0">sed</requirement><!-- for ansi2html.sh -->
+    </requirements>
     <version_command>grep --version | head -n 1</version_command>
     <command>
 <![CDATA[
@@ -30,8 +31,6 @@
                  -- "${url_paste}"
                 '${infile}' | grep -v "^--$" > "${output}"
         #end if
-
-        ##grep_wrapper.sh '$infile' '$output' '$url_paste' $color -A $lines_after -B $lines_before $invert $case_sensitive
 ]]>
     </command>
     <inputs>
@@ -123,7 +122,7 @@
             <param name="lines_before" value="0" />
             <param name="lines_after" value="0" />
             <param name="color" value="NOCOLOR" />
-            <output name="output" file="egrep_results2.txt" />>
+            <output name="output" file="egrep_results2.txt" />
         </test>
     </tests>
     <help>