changeset 1:6e9e98a7be4e draft default tip

planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/background_removal commit 649a1e6ecb925bed885a8477fe82dfd9dfea8baa
author imgteam
date Tue, 30 Jul 2024 08:08:50 +0000
parents e2c6bedc6b73
children
files background_removal.xml
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/background_removal.xml	Mon Jul 15 20:55:08 2024 +0000
+++ b/background_removal.xml	Tue Jul 30 08:08:50 2024 +0000
@@ -4,7 +4,7 @@
         <import>creators.xml</import>
         <import>tests.xml</import>
         <token name="@TOOL_VERSION@">0.24.0</token>  
-        <token name="@VERSION_SUFFIX@">0</token>  
+        <token name="@VERSION_SUFFIX@">1</token>  
     </macros>  
     <creator>
         <expand macro="creators/rmassei"/>
@@ -19,12 +19,12 @@
     </command>
     <inputs>
         <param name="input_image" type="data" format="tiff, jpg, jpeg, png, tif" label="Input Image"/>
-        <param name="filter" type="select" label="Select Filter">
+        <param name="filter" type="select" label="Method">
             <option value="rolling_ball">Rolling-ball algorithm</option>
             <option value="dog">Difference of Gaussians</option>
             <option value="top_hat">Top-hat filter</option>
         </param>
-        <param name="radius" type="float" label="Radius" value="20"/>
+        <param name="radius" type="float" label="Radius" value="20" help="The radius of the local neighborhood (in pixels)."/>
     </inputs>
     <outputs>
         <data name="output" format="tiff" label="Background substraction output"/>