Repository 'cat_prepare'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/cat_prepare

Changeset 2:a40bbd70b8b1 (2023-03-09)
Previous changeset 1:8315b5cebb82 (2020-01-08) Next changeset 3:51906c8c692a (2024-02-16)
Commit message:
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cat commit 2948f114101aeefa951f47df8ee3b25656d9680e
modified:
cat_prepare.xml
macros.xml
b
diff -r 8315b5cebb82 -r a40bbd70b8b1 cat_prepare.xml
--- a/cat_prepare.xml Wed Jan 08 13:04:08 2020 -0500
+++ b/cat_prepare.xml Thu Mar 09 21:00:52 2023 +0000
b
@@ -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>
b
diff -r 8315b5cebb82 -r a40bbd70b8b1 macros.xml
--- a/macros.xml Wed Jan 08 13:04:08 2020 -0500
+++ b/macros.xml Thu Mar 09 21:00:52 2023 +0000
b
@@ -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>