# HG changeset patch # User bgruening # Date 1512154011 18000 # Node ID 61b3b01662fda0b6f5b98bf2acaad149db14395f # Parent 74aae7d6cb099ee23c397a2bf845e6b6838c39a9 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit 5d3a6a822897569f22f288589543562f54482418 diff -r 74aae7d6cb09 -r 61b3b01662fd replace_text_in_line.xml --- a/replace_text_in_line.xml Wed Jul 12 14:06:47 2017 -0400 +++ b/replace_text_in_line.xml Fri Dec 01 13:46:51 2017 -0500 @@ -1,3 +1,4 @@ + in entire line @@ -8,13 +9,25 @@ sed --version | head -n 1 + "$outfile" + 's$find_pattern$replace_patterng' + '$infile' + > '$outfile' ]]>