Mercurial > repos > bgruening > text_processing
diff replace_text_in_line.xml @ 26:f22a309187a3 draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit c2b1677d1c94433f777c2dc28ac8eec0a99cc6a7
author | bgruening |
---|---|
date | Fri, 16 Aug 2024 10:41:17 +0000 |
parents | bed2226b90f7 |
children | 08cdbfffce67 |
line wrap: on
line diff
--- a/replace_text_in_line.xml Sat Oct 08 20:59:15 2022 +0000 +++ b/replace_text_in_line.xml Fri Aug 16 10:41:17 2024 +0000 @@ -1,10 +1,11 @@ -<tool id="tp_replace_in_line" name="Replace Text" version="@BASE_VERSION@.2"> +<tool id="tp_replace_in_line" name="Replace Text" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> <description>in entire line</description> <macros> <import>macros.xml</import> </macros> + <expand macro="creator"/> <requirements> - <requirement type="package" version="4.4">sed</requirement> + <requirement type="package" version="4.8">sed</requirement> </requirements> <version_command>sed --version | head -n 1</version_command> <command> @@ -156,7 +157,6 @@ **Note**: SED uses extended regular expression syntax, not Perl syntax. **\\d**, **\\w**, **\\s** etc. are **not** supported. -@REFERENCES@ ]]> </help> <expand macro="citations" />