diff auto_threshold.xml @ 6:8bccb36e055a draft

planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/2d_auto_threshold/ commit cb3d628f4c91e996e10dcb35b1168332e692293a
author imgteam
date Wed, 13 Mar 2024 06:15:54 +0000
parents 7db4fc31dbee
children e5c8e7e72373
line wrap: on
line diff
--- a/auto_threshold.xml	Mon Mar 11 17:12:33 2024 +0000
+++ b/auto_threshold.xml	Wed Mar 13 06:15:54 2024 +0000
@@ -2,7 +2,7 @@
     <description>with scikit-image</description>
     <macros>
         <token name="@TOOL_VERSION@">0.18.1</token>
-        <token name="@VERSION_SUFFIX@">0</token>
+        <token name="@VERSION_SUFFIX@">1</token>
     </macros>
     <edam_operations>
         <edam_operation>operation_3443</edam_operation>
@@ -23,7 +23,7 @@
     '$th_method.method_id'
     '$th_method.block_size'
     '$th_method.threshold'
-    '$invert_output'
+    $invert_output
     ]]>
     </command>
     <inputs>
@@ -72,7 +72,7 @@
                 <param name="block_size" type="integer" value="5" label="Odd size of pixel neighborhood for determining the threshold" />
             </when>
         </conditional>
-        <param name="invert_output" type="boolean" checked="false" truevalue="True" falsevalue="False" label="Invert output labels" help="Pixels are usually assigned the label 0 if the pixel value is below (or equal to) the threshold, and 255 if it is above the threshold. If this option is activated, pixels are assigned the label 255 if the pixel value is below (or equal to) the threshold, and 0 if it is above the threshold." />
+        <param name="invert_output" type="boolean" checked="false" truevalue="--invert_output" falsevalue="" label="Invert output labels" help="Pixels are usually assigned the label 0 if the pixel value is below (or equal to) the threshold, and 255 if it is above the threshold. If this option is activated, pixels are assigned the label 255 if the pixel value is below (or equal to) the threshold, and 0 if it is above the threshold." />
     </inputs>
     <outputs>
        <data format="tiff" name="output" from_work_dir="out.tif" />