Mercurial > repos > bgruening > text_processing
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 25:cd83b5644eab | 26:f22a309187a3 |
|---|---|
| 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> |
