Mercurial > repos > bgruening > text_processing
diff replace_text_in_line.xml @ 19:12615d397df7 draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit 70980e329cd9fa78e74bf14a76fd4ded9bd2b91f
author | bgruening |
---|---|
date | Thu, 29 Feb 2024 22:15:20 +0000 |
parents | a6f147a050a2 |
children | 3dc70b59608c |
line wrap: on
line diff
--- a/replace_text_in_line.xml Sat Oct 08 21:01:33 2022 +0000 +++ b/replace_text_in_line.xml Thu Feb 29 22:15:20 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" />