comparison 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
comparison
equal deleted inserted replaced
1:22618ff03b3d 2:fe07197eb9a9
3 <macros> 3 <macros>
4 <import>creators.xml</import> 4 <import>creators.xml</import>
5 <import>validators.xml</import> 5 <import>validators.xml</import>
6 <import>colormaps.xml</import> 6 <import>colormaps.xml</import>
7 <token name="@TOOL_VERSION@">0.2.0</token> 7 <token name="@TOOL_VERSION@">0.2.0</token>
8 <token name="@VERSION_SUFFIX@">0</token> 8 <token name="@VERSION_SUFFIX@">1</token>
9 <xml name="params/intensity" tokens="name,label,value"> 9 <xml name="params/intensity" tokens="name,label,value">
10 <section name="@NAME@" title="@LABEL@" expanded="true"> 10 <section name="@NAME@" title="@LABEL@" expanded="true">
11 <param name="type" type="select" label="@LABEL@" 11 <param name="type" type="select" label="@LABEL@"
12 help="For relative intensity values, 0 is the minimum intensity of the image, and 1 is the maximum intensity."> 12 help="For relative intensity values, 0 is the minimum intensity of the image, and 1 is the maximum intensity.">
13 <option value="absolute">Absolute intensity value</option> 13 <option value="absolute">Absolute intensity value</option>
109 ]]></command> 109 ]]></command>
110 <configfiles> 110 <configfiles>
111 <configfile name="params"><![CDATA[ 111 <configfile name="params"><![CDATA[
112 { 112 {
113 113
114 #if str($sample_rate_override) != "" 114 #if int($sample_rate_override) > 0
115 #set $sample_rate = int($sample_rate_override) 115 #set $sample_rate = int($sample_rate_override)
116 #end if 116 #end if
117 117
118 "sample_rate": $sample_rate, 118 "sample_rate": $sample_rate,
119 "axes": "$axes", 119 "axes": "$axes",