| Previous changeset 2:412d7478ec92 (2024-04-24) |
|
Commit message:
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/voronoi_tesselation commit 60cf803236ef94f414056823688e6fd008b7a1b6 |
|
modified:
voronoi_tessellation.xml |
| b |
| diff -r 412d7478ec92 -r 1944b0fccdbd voronoi_tessellation.xml --- a/voronoi_tessellation.xml Wed Apr 24 08:13:41 2024 +0000 +++ b/voronoi_tessellation.xml Thu Apr 25 10:58:05 2024 +0000 |
| b |
| @@ -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. |