comparison find_and_replace.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 d698c222f354
children
comparison
equal deleted inserted replaced
18:d698c222f354 19:12615d397df7
1 <tool id="tp_find_and_replace" name="Replace" version="@BASE_VERSION@.4"> 1 <tool id="tp_find_and_replace" name="Replace" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
2 <description>parts of text</description> 2 <description>parts of text</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="5.22.0.1">perl</requirement> 8 <requirement type="package" version="5.32">perl</requirement>
8 </requirements> 9 </requirements>
9 <command> 10 <command>
10 <![CDATA[ 11 <![CDATA[
11 #for $i, $el in enumerate($find_and_replace) 12 #for $i, $el in enumerate($find_and_replace)
12 #if $i == (len($find_and_replace) - 1) 13 #if $i == (len($find_and_replace) - 1)
238 - **\\|** Separates alternate possibilities. 239 - **\\|** Separates alternate possibilities.
239 - **\\d** matches a single digit 240 - **\\d** matches a single digit
240 - **\\w** matches a single letter or digit or an underscore. 241 - **\\w** matches a single letter or digit or an underscore.
241 - **\\s** matches a single white-space (space or tabs). 242 - **\\s** matches a single white-space (space or tabs).
242 243
243 @REFERENCES@
244 ]]> 244 ]]>
245 </help> 245 </help>
246 <expand macro="citations" /> 246 <expand macro="citations" />
247 </tool> 247 </tool>