changeset 2:2bef922190de draft default tip

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cat commit 2948f114101aeefa951f47df8ee3b25656d9680e
author iuc
date Thu, 09 Mar 2023 20:59:48 +0000
parents a94ddb3954ff
children
files cat_prepare.xml macros.xml
diffstat 2 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/cat_prepare.xml	Wed Jan 08 18:02:09 2020 +0000
+++ b/cat_prepare.xml	Thu Mar 09 20:59:48 2023 +0000
@@ -1,4 +1,4 @@
-<tool id="cat_prepare" name="CAT prepare" version="@VERSION@.0">
+<tool id="cat_prepare" name="CAT prepare" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">
     <description>a database for CAT - Contig Annotation Tool</description>
     <macros>
         <import>macros.xml</import>
--- a/macros.xml	Wed Jan 08 18:02:09 2020 +0000
+++ b/macros.xml	Thu Mar 09 20:59:48 2023 +0000
@@ -1,8 +1,9 @@
 <macros>
-    <token name="@VERSION@">5.0.3</token>
+    <token name="@TOOL_VERSION@">5.2.3</token>
+    <token name="@VERSION_SUFFIX@">0</token>
     <xml name="requirements">
         <requirements>
-            <requirement type="package" version="@VERSION@">cat</requirement>
+            <requirement type="package" version="@TOOL_VERSION@">cat</requirement>
             <yield/>
         </requirements>
     </xml>