diff macros.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 062ed2bb4f2e
children 08cdbfffce67
line wrap: on
line diff
--- a/macros.xml	Sat Oct 08 20:59:15 2022 +0000
+++ b/macros.xml	Fri Aug 16 10:41:17 2024 +0000
@@ -1,11 +1,13 @@
 <macros>
     <xml name="requirements">
         <requirements>
-            <requirement type="package" version="8.25">coreutils</requirement>
+            <requirement type="package" version="9.3">coreutils</requirement>
             <yield/>
         </requirements>
     </xml>
-    <token name="@BASE_VERSION@">1.1</token>
+    <token name="@TOOL_VERSION@">9.3</token>
+    <token name="@VERSION_SUFFIX@">1</token>
+    <token name="@PROFILE@">23.1</token>
     <xml name="stdio">
         <stdio>
             <!-- Anything other than zero is an error -->
@@ -16,22 +18,18 @@
             <regex match="Exception:" />
         </stdio>
     </xml>
-    <token name="@REFERENCES@">
-<![CDATA[
-------
-
-**Citation**
-
-If you use this tool in Galaxy, please cite:
-
-Bjoern A. Gruening (2014), `Galaxy wrapper <https://github.com/bgruening/galaxytools>`_
-
-Assaf Gordon (gordon <at> cshl dot edu)
-]]>
-    </token>
     <xml name="citations">
         <citations>
+            <citation type="doi">10.5281/zenodo.1419255</citation>
             <yield />
         </citations>
     </xml>
+    <xml name="creator">
+        <creator>
+            <organization name="European Galaxy Team" url="https://galaxyproject.org/eu/" />
+            <person givenName="Björn" familyName="Grüning" url="https://github.com/bgruening"/>
+            <person givenName="Assaf" familyName="Gordon" url="https://github.com/agordon" />
+            <person givenName="Matthias" familyName="Bernt" url="https://github.com/bernt-matthias/" />
+        </creator>
+    </xml>
 </macros>