comparison sed.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 1e974b82380d
children 08cdbfffce67
comparison
equal deleted inserted replaced
25:cd83b5644eab 26:f22a309187a3
1 <tool id="tp_sed_tool" name="Text transformation" version="@BASE_VERSION@.1"> 1 <tool id="tp_sed_tool" name="Text transformation" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
2 <description>with sed</description> 2 <description>with sed</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
124 - **\|** Separates alternate possibilities. 125 - **\|** Separates alternate possibilities.
125 126
126 127
127 **Note**: SED uses extended regular expression syntax, not Perl syntax. **\\d**, **\\w**, **\\s** etc. are **not** supported. 128 **Note**: SED uses extended regular expression syntax, not Perl syntax. **\\d**, **\\w**, **\\s** etc. are **not** supported.
128 129
129 @REFERENCES@
130 ]]> 130 ]]>
131 </help> 131 </help>
132 <expand macro="citations" /> 132 <expand macro="citations" />
133 </tool> 133 </tool>