Mercurial > repos > imgteam > binary2labelimage
comparison binary2label.xml @ 5:7f8102bdbfa1 draft
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/binary2labelimage/ commit 48df7d9c58fb88e472caeb4d4a1e14170d79b643
| author | imgteam |
|---|---|
| date | Mon, 12 May 2025 08:15:44 +0000 |
| parents | 984358e43242 |
| children | 364e235bf378 |
comparison
equal
deleted
inserted
replaced
| 4:984358e43242 | 5:7f8102bdbfa1 |
|---|---|
| 1 <tool id="ip_binary_to_labelimage" name="Convert binary image to label map" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@"> | 1 <tool id="ip_binary_to_labelimage" name="Convert binary image to label map" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@"> |
| 2 <description></description> | 2 <description></description> |
| 3 <macros> | 3 <macros> |
| 4 <token name="@TOOL_VERSION@">0.5</token> | 4 <import>creators.xml</import> |
| 5 <token name="@TOOL_VERSION@">0.6</token> | |
| 5 <token name="@VERSION_SUFFIX@">0</token> | 6 <token name="@VERSION_SUFFIX@">0</token> |
| 6 </macros> | 7 </macros> |
| 8 <creator> | |
| 9 <expand macro="creators/bmcv"/> | |
| 10 </creator> | |
| 7 <edam_operations> | 11 <edam_operations> |
| 8 <edam_operation>operation_3443</edam_operation> | 12 <edam_operation>operation_3443</edam_operation> |
| 9 </edam_operations> | 13 </edam_operations> |
| 10 <xrefs> | 14 <xrefs> |
| 11 <xref type="bio.tools">galaxy_image_analysis</xref> | 15 <xref type="bio.tools">galaxy_image_analysis</xref> |
| 12 </xrefs> | 16 </xrefs> |
| 13 <requirements> | 17 <requirements> |
| 14 <requirement type="package" version="0.14.2">scikit-image</requirement> | 18 <requirement type="package" version="0.4.0">giatools</requirement> |
| 15 <requirement type="package" version="0.15.1">tifffile</requirement> | 19 <requirement type="package" version="1.12.0">scipy</requirement> |
| 16 <requirement type="package" version="1.15.4">numpy</requirement> | |
| 17 <requirement type="package" version="5.3.0">pillow</requirement> | |
| 18 <requirement type="package" version="1.2.1">scipy</requirement> | |
| 19 </requirements> | 20 </requirements> |
| 20 <command detect_errors="aggressive"> | 21 <command detect_errors="aggressive"> |
| 21 <