changeset 2:3b5e95687bd2 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 21:00:00 +0000
parents f5d2f8a27477
children
files cat_contigs.xml macros.xml
diffstat 2 files changed, 6 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/cat_contigs.xml	Wed Jan 08 18:01:18 2020 +0000
+++ b/cat_contigs.xml	Thu Mar 09 21:00:00 2023 +0000
@@ -1,4 +1,4 @@
-<tool id="cat_contigs" name="CAT contigs" version="@VERSION@.1">
+<tool id="cat_contigs" name="CAT contigs" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">
     <description>annotate with taxonomic classification</description>
     <macros>
         <import>macros.xml</import>
@@ -55,12 +55,12 @@
             </output>
             <output name="orf2lca_names">
                 <assert_contents>
-                    <has_text text="Listeria" />
+                    <has_text text="Bacilli" />
                 </assert_contents>
             </output>
             <output name="classification_summary">
                 <assert_contents>
-                    <has_text text="Listeria" />
+                    <has_text text="Bacilli" />
                 </assert_contents>
             </output>
         </test>
--- a/macros.xml	Wed Jan 08 18:01:18 2020 +0000
+++ b/macros.xml	Thu Mar 09 21:00:00 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>