Mercurial > repos > bgruening > text_processing
diff replace_text_in_column.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_column.xml Sat Oct 08 20:59:15 2022 +0000 +++ b/replace_text_in_column.xml Fri Aug 16 10:41:17 2024 +0000 @@ -1,10 +1,11 @@ -<tool id="tp_replace_in_column" name="Replace Text" version="@BASE_VERSION@.3"> +<tool id="tp_replace_in_column" name="Replace Text" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> <description>in a specific column</description> <macros> <import>macros.xml</import> </macros> + <expand macro="creator"/> <requirements> - <requirement type="package" version="4.2.0">gawk</requirement> + <requirement type="package" version="5.3.0">gawk</requirement> </requirements> <version_command>awk --version | head -n 1</version_command> <command> @@ -19,8 +20,8 @@ \$$replacement.column = gensub( /$replacement.find_pattern/, "$replacement.replace_pattern", "g", \$$replacement.column ) ; #end for print \$0 ; }' - "$infile" - > "$outfile" + '$infile' + > '$outfile' ]]> </command> <inputs> @@ -151,7 +152,6 @@ **Note**: AWK uses extended regular expression syntax, not Perl syntax. **\\d**, **\\w**, **\\s** etc. are **not** supported. -@REFERENCES@ ]]> </help> <expand macro="citations" />