diff find_and_replace.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 cd83b5644eab
children
line wrap: on
line diff
--- a/find_and_replace.xml	Sat Oct 08 20:59:15 2022 +0000
+++ b/find_and_replace.xml	Fri Aug 16 10:41:17 2024 +0000
@@ -1,10 +1,11 @@
-<tool id="tp_find_and_replace" name="Replace" version="@BASE_VERSION@.4">
+<tool id="tp_find_and_replace" name="Replace" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
     <description>parts of text</description>
     <macros>
         <import>macros.xml</import>
     </macros>
+    <expand macro="creator"/>
     <requirements>
-        <requirement type="package" version="5.22.0.1">perl</requirement>
+        <requirement type="package" version="5.32">perl</requirement>
     </requirements>
     <command>
 <![CDATA[
@@ -240,7 +241,6 @@
 - **\\w** matches a single letter or digit or an underscore.
 - **\\s** matches a single white-space (space or tabs).
 
-@REFERENCES@
 ]]>
     </help>
     <expand macro="citations" />