Previous changeset 0:e2c6bedc6b73 (2024-07-15) |
Commit message:
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/background_removal commit 649a1e6ecb925bed885a8477fe82dfd9dfea8baa |
modified:
background_removal.xml |
b |
diff -r e2c6bedc6b73 -r 6e9e98a7be4e background_removal.xml --- a/background_removal.xml Mon Jul 15 20:55:08 2024 +0000 +++ b/background_removal.xml Tue Jul 30 08:08:50 2024 +0000 |
b |
@@ -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"/> |