changeset 5:c1fd8b7c6bbc draft default tip

planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/overlay_images/ commit 8e99ddb62ceab1da15996906a0813826b62d38fe
author imgteam
date Wed, 17 Dec 2025 11:22:51 +0000
parents 61009b4361c1
children
files overlay_images.xml
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/overlay_images.xml	Fri Nov 28 08:40:45 2025 +0000
+++ b/overlay_images.xml	Wed Dec 17 11:22:51 2025 +0000
@@ -56,14 +56,14 @@
             </param>
 
             <when value="coloc_vis">
-                <param name="im1" type="data" format="tiff,png" label="Image 1 (red channel)" />
-                <param name="im2" type="data" format="tiff,png" label="Image 2 (green channel)" />
+                <param name="im1" type="data" format="tiff,png" label="Image 1 (red channel)"/>
+                <param name="im2" type="data" format="tiff,png" label="Image 2 (green channel)"/>
             </when>
 
             <when value="blending">
-                <param name="im1" type="data" format="tiff,png" label="Image 1" />
-                <param name="im2" type="data" format="tiff,png" label="Image 2" />
-                <param name="alpha" type="float" value="0.5" min="0.0" max="1.0" label="The weight for blending: result = (1 - weight) * image1 + weight * image2." />
+                <param name="im1" type="data" format="tiff,png" label="Image 1"/>
+                <param name="im2" type="data" format="tiff,png" label="Image 2"/>
+                <param name="alpha" type="float" value="0.5" min="0.0" max="1.0" label="The weight for blending: result = (1 - weight) * image1 + weight * image2."/>
             </when>
 
             <when value="seg_contour">
@@ -84,7 +84,7 @@
                 <param name="im2" type="data" format="tiff,png" label="Label map" />
                 <param name="thickness" type="integer" value="2" min="1" label="Contour thickness (in pixels)" />
                 <param name="color" type="color" value="#ff0000" label="Contour color"/>
-                <param argument="--show_label" type="boolean" checked='false' truevalue="--show_label" falsevalue="" label="Show labels" />
+                <param argument="--show_label" type="boolean" checked="false" truevalue="--show_label" falsevalue="" label="Show labels"/>
                 <param name="label_color" type="color" value="#ffff00" label="Label color"/>
             </when>