Mercurial > repos > bgruening > text_processing
comparison 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 |
comparison
equal
deleted
inserted
replaced
18:d698c222f354 | 19:12615d397df7 |
---|---|
1 <tool id="tp_replace_in_line" name="Replace Text" version="@BASE_VERSION@.2"> | 1 <tool id="tp_replace_in_line" name="Replace Text" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> |
2 <description>in entire line</description> | 2 <description>in entire line</description> |
3 <macros> | 3 <macros> |
4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
5 </macros> | 5 </macros> |
6 <expand macro="creator"/> | |
6 <requirements> | 7 <requirements> |
7 <requirement type="package" version="4.4">sed</requirement> | 8 <requirement type="package" version="4.8">sed</requirement> |
8 </requirements> | 9 </requirements> |
9 <version_command>sed --version | head -n 1</version_command> | 10 <version_command>sed --version | head -n 1</version_command> |
10 <command> | 11 <command> |
11 <![CDATA[ | 12 <![CDATA[ |
12 sed | 13 sed |
154 - **\|** Separates alternate possibilities. | 155 - **\|** Separates alternate possibilities. |
155 | 156 |
156 | 157 |
157 **Note**: SED uses extended regular expression syntax, not Perl syntax. **\\d**, **\\w**, **\\s** etc. are **not** supported. | 158 **Note**: SED uses extended regular expression syntax, not Perl syntax. **\\d**, **\\w**, **\\s** etc. are **not** supported. |
158 | 159 |
159 @REFERENCES@ | |
160 ]]> | 160 ]]> |
161 </help> | 161 </help> |
162 <expand macro="citations" /> | 162 <expand macro="citations" /> |
163 </tool> | 163 </tool> |