# HG changeset patch # User bgruening # Date 1512154048 18000 # Node ID 6378f8384f3041c600dc9e9142578551a824fcbd # Parent 4c752559b236ef1593df014bb862ce5c7fa4f2c4 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit 5d3a6a822897569f22f288589543562f54482418 diff -r 4c752559b236 -r 6378f8384f30 replace_text_in_line.xml --- a/replace_text_in_line.xml Wed Jul 12 14:07:57 2017 -0400 +++ b/replace_text_in_line.xml Fri Dec 01 13:47:28 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' ]]>