diff macros.xml @ 3:0811613196a2 draft default tip

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/vpt commit 1180d1e85b63beb3d2e7fd6e9c73b054a9348e7f
author bgruening
date Mon, 11 Aug 2025 08:53:09 +0000
parents a88a1e78702e
children
line wrap: on
line diff
--- a/macros.xml	Sun Jun 22 12:25:48 2025 +0000
+++ b/macros.xml	Mon Aug 11 08:53:09 2025 +0000
@@ -1,10 +1,10 @@
 <macros>
     <token name="@TOOL_VERSION@">1.3.0</token>
-    <token name="@VERSION_SUFFIX@">2</token>
+    <token name="@VERSION_SUFFIX@">3</token>
     <token name="@PROFILE@">23.0</token>
     <xml name="requirements">
         <requirements>
-            <container type="docker">quay.io/bgruening/vpt:1.3.0-1</container>
+            <container type="docker">quay.io/bgruening/vpt:1.3.0-2</container>
             <yield/>
         </requirements>
     </xml>
@@ -17,7 +17,7 @@
         </creator>
     </xml>
     <token name="@CMD@"><![CDATA[
-        mkdir -p 'input/images' 'output/' &&
+        mkdir -p 'input/images' 'input/model' 'output/' &&
         #for $image in $input_images:
             ln -s '$image' 'input/images/${image.element_identifier}.${image.ext}' &&
         #end for
@@ -25,7 +25,6 @@
         ]]></token>
     <token name="@COMMON_ARGS@"><![CDATA[
         --processes \${GALAXY_SLOTS:-10}
-        --verbose
         --log-file 'output/log'
     ]]>
     </token>