changeset 3:1944b0fccdbd draft default tip

planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/voronoi_tesselation commit 60cf803236ef94f414056823688e6fd008b7a1b6
author imgteam
date Thu, 25 Apr 2024 10:58:05 +0000
parents 412d7478ec92
children
files voronoi_tessellation.xml
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/voronoi_tessellation.xml	Wed Apr 24 08:13:41 2024 +0000
+++ b/voronoi_tessellation.xml	Thu Apr 25 10:58:05 2024 +0000
@@ -3,7 +3,7 @@
     <macros>
         <import>creators.xml</import>
         <token name="@TOOL_VERSION@">0.22.0</token>
-        <token name="@VERSION_SUFFIX@">2</token>
+        <token name="@VERSION_SUFFIX@">3</token>
     </macros>
     <edam_operations>
         <edam_operation>operation_3443</edam_operation>
@@ -31,7 +31,7 @@
     ]]>
     </command>
     <inputs>
-        <param name="input" type="data" format="png,tiff" label="Input image" help="Must be a label map." />
+        <param name="input" type="data" format="png,tiff" label="Label map" />
     </inputs>
     <outputs>
        <data format="tiff" name="result" from_work_dir="result.tiff" />
@@ -54,7 +54,7 @@
     </tests>
     <help>
 
-        **Computes Voronoi tessellations for labeled images.**
+        **Computes Voronoi tessellations for label maps (labeled images).**
 
         Voronoi tessellations are also known as Vornoi diagrams, or Dirichlet tessellations.
         Zero labels are treated as image background.