Mercurial > repos > imgteam > binary2labelimage
comparison binary2label.xml @ 1:37b99b904027 draft
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/binary2labelimage/ commit b2acc1845a25828181597fe5b6982fe116a7796d
| author | imgteam |
|---|---|
| date | Mon, 22 Jul 2019 04:55:34 -0400 |
| parents | 1cde6ba34356 |
| children | a041e4e9d449 |
comparison
equal
deleted
inserted
replaced
| 0:1cde6ba34356 | 1:37b99b904027 |
|---|---|
| 1 <tool id="ip_binary_to_labelimage" name="Binary 2 Label" version="0.2"> | 1 <tool id="ip_binary_to_labelimage" name="Binary 2 Label" version="0.4"> |
| 2 <description>Converts Binary to Label Image</description> | 2 <description>Converts Binary to Label Image</description> |
| 3 <requirements> | 3 <requirements> |
| 4 <requirement type="package" version="0.12.3">scikit-image</requirement> | 4 <requirement type="package" version="0.12.3">scikit-image</requirement> |
| 5 <requirement type="package" version="0.15.1">tifffile</requirement> | |
| 5 </requirements> | 6 </requirements> |
| 6 <command> | 7 <command detect_errors="aggressive"> |
| 7 <![CDATA[ | 8 <![CDATA[ |
| 8 python '$__tool_directory__/binary2label.py' '$input' '$output' | 9 python '$__tool_directory__/binary2label.py' '$input' '$output' |
| 9 ]]> | 10 ]]> |
| 10 </command> | 11 </command> |
| 11 <inputs> | 12 <inputs> |
| 15 <data format="tiff" name="output"/> | 16 <data format="tiff" name="output"/> |
| 16 </outputs> | 17 </outputs> |
| 17 <tests> | 18 <tests> |
| 18 <test> | 19 <test> |
| 19 <param name="input" value="galaxyIcon_noText.tif" /> | 20 <param name="input" value="galaxyIcon_noText.tif" /> |
| 20 <output name="output" value="label.tif" ftype="tiff" /> | 21 <output name="output" value="label.tif" ftype="tiff" compare="sim_size"/> |
| 21 </test> | 22 </test> |
| 22 </tests> | 23 </tests> |
| 23 <help> | 24 <help> |
| 24 **What it does** | 25 **What it does** |
| 25 | 26 |
