Mercurial > repos > bgruening > text_processing
diff sed.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 | 062ed2bb4f2e |
children | 7725ab6dab67 |
line wrap: on
line diff
--- a/sed.xml Thu Jun 02 08:58:39 2016 -0400 +++ b/sed.xml Wed Nov 23 15:59:02 2016 -0500 @@ -3,9 +3,9 @@ <macros> <import>macros.xml</import> </macros> - <expand macro="requirements"> - <requirement type="package" version="4.2.2">sed</requirement> - </expand> + <requirements> + <requirement type="package" version="4.2.3.dev0">sed</requirement> + </requirements> <version_command>sed --version | head -n 1</version_command> <command> <![CDATA[ @@ -20,6 +20,11 @@ > '$output' ]]> </command> + <configfiles> + <configfile name="sed_script"> + $code + </configfile> + </configfiles> <inputs> <param format="txt" name="infile" type="data" label="File to process" /> <param name="code" type="text" area="true" size="5x35" label="SED Program" help=""> @@ -43,11 +48,6 @@ </when> </conditional> </inputs> - <configfiles> - <configfile name="sed_script"> - $code - </configfile> - </configfiles> <outputs> <data name="output" format_source="infile" metadata_source="infile" /> </outputs> @@ -84,7 +84,6 @@ - Long sed tutorial (http://www.grymoire.com/Unix/Sed.html) - sed faq with good examples (http://sed.sourceforge.net/sedfaq.html) - sed cheat-sheet (http://www.catonmat.net/download/sed.stream.editor.cheat.sheet.pdf) -- Collection of useful sed one-liners (http://student.northpark.edu/pemente/sed/sed1line.txt) -----