diff render.xml @ 2:fe07197eb9a9 draft

planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/libcarna/ commit 05f00e4083f0593c15b5d2cfecd022302ae029aa
author imgteam
date Tue, 06 Jan 2026 01:29:23 +0000
parents 22618ff03b3d
children 31a2e1909ae5
line wrap: on
line diff
--- a/render.xml	Mon Jan 05 20:36:42 2026 +0000
+++ b/render.xml	Tue Jan 06 01:29:23 2026 +0000
@@ -5,7 +5,7 @@
         <import>validators.xml</import>
         <import>colormaps.xml</import>
         <token name="@TOOL_VERSION@">0.2.0</token>
-        <token name="@VERSION_SUFFIX@">0</token>
+        <token name="@VERSION_SUFFIX@">1</token>
         <xml name="params/intensity" tokens="name,label,value">
             <section name="@NAME@" title="@LABEL@" expanded="true">
                 <param name="type" type="select" label="@LABEL@"
@@ -111,7 +111,7 @@
         <configfile name="params"><![CDATA[
             {
 
-                #if str($sample_rate_override) != ""
+                #if int($sample_rate_override) > 0
                     #set $sample_rate = int($sample_rate_override)
                 #end if