comparison render.xml @ 1:f4ecbb24a1dc draft

planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/libcarna/ commit 6f0441e7c72176aaa13ffc14988162628ae2a0d6
author imgteam
date Mon, 05 Jan 2026 20:37:06 +0000
parents 8cd3d5261f28
children 7188234ae8f6
comparison
equal deleted inserted replaced
0:8cd3d5261f28 1:f4ecbb24a1dc
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@">0</token>
9 <xml name="params/intensity" tokens="name,label"> 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" selected="true">Absolute intensity value</option> 13 <option value="absolute">Absolute intensity value</option>
14 <option value="relative">Relative intensity value</option> 14 <option value="relative" selected="true">Relative intensity value</option>
15 </param> 15 </param>
16 <param name="value" type="float" label="Intensity value"/> 16 <param name="value" type="float" value="@VALUE@" label="Intensity value"/>
17 </section> 17 </section>
18 </xml> 18 </xml>
19 <xml name="params/builtin_cmap"> 19 <xml name="params/builtin_cmap">
20 <conditional name="ramp"> 20 <conditional name="ramp">
21 <param name="enabled" type="select" label="Ramp function" 21 <param name="enabled" type="select" label="Ramp function"
22 help="Use a piecewise linear ramp function for the alpha channel of the colormap."> 22 help="Use a piecewise linear ramp function for the alpha channel of the colormap.">
23 <option value="false" selected="true">Disabled</option> 23 <option value="false" selected="true">Disabled</option>
24 <option value="true">Enabled</option> 24 <option value="true">Enabled</option>
25 </param> 25 </param>
26 <when value="true"> 26 <when value="true">
27 <expand macro="params/intensity" name="start" label="Ramp start"/> 27 <expand macro="params/intensity" name="start" value="0" label="Ramp start"/>
28 <expand macro="params/intensity" name="end" label="Ramp end"/> 28 <expand macro="params/intensity" name="end" value="0.5" label="Ramp end"/>
29 </when> 29 </when>
30 <when value="false"/> 30 <when value="false"/>
31 </conditional> 31 </conditional>
32 </xml> 32 </xml>
33 <xml name="when/builtin_cmap" tokens="value"> 33 <xml name="when/builtin_cmap" tokens="value">