diff macros.xml @ 5:61fd94c7ce42 draft

planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/mti-utils commit bc438db690e41823909b32b693f297d942433a43
author goeckslab
date Thu, 11 Jul 2024 22:41:10 +0000
parents 55bc102d7709
children 4763362914f4
line wrap: on
line diff
--- a/macros.xml	Fri May 10 21:01:32 2024 +0000
+++ b/macros.xml	Thu Jul 11 22:41:10 2024 +0000
@@ -2,12 +2,12 @@
 <macros>
     <xml name="requirements">
         <requirements>
-            <container type="docker">quay.io/goeckslab/mti_utils:0.0.1</container>
+            <container type="docker">quay.io/goeckslab/mti_utils:@TOOL_VERSION@</container>
         </requirements>
     </xml>
 
     <xml name="version_cmd">
-        <version_command>echo @VERSION@</version_command>
+        <version_command>echo @TOOL_VERSION@</version_command>
     </xml>
     <xml name="citations">
         <citations>
@@ -15,7 +15,7 @@
         </citations>
     </xml>
     
-    <token name="@TOOL_VERSION@">0.0.1</token>
-    <token name="@VERSION_SUFFIX@">5</token>
+    <token name="@TOOL_VERSION@">0.0.2</token>
+    <token name="@VERSION_SUFFIX@">0</token>
     <token name="@PROFILE@">19.01</token>
 </macros>