Mercurial > repos > imgteam > labelimage2points
comparison labelimage2points.xml @ 1:398ca4f5e279 draft default tip
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/labelimage2points/ commit b2acc1845a25828181597fe5b6982fe116a7796d
| author | imgteam |
|---|---|
| date | Mon, 22 Jul 2019 04:57:12 -0400 |
| parents | 87e7a5835f77 |
| children |
comparison
equal
deleted
inserted
replaced
| 0:87e7a5835f77 | 1:398ca4f5e279 |
|---|---|
| 1 <tool id="ip_labelimage_to_points" name="Label to Points" version="0.1"> | 1 <tool id="ip_labelimage_to_points" name="Label to Points" version="0.2"> |
| 2 <description>Converts label image to points</description> | 2 <description>Converts label image to points</description> |
| 3 <requirements> | 3 <requirements> |
| 4 <requirement type="package" version="0.14.2">scikit-image</requirement> | 4 <requirement type="package" version="0.14.2">scikit-image</requirement> |
| 5 <requirement type="package" version="0.21.0">pandas</requirement> | 5 <requirement type="package" version="0.21.0">pandas</requirement> |
| 6 <requirement type="package" version="0.15.1">tifffile</requirement> | |
| 6 </requirements> | 7 </requirements> |
| 7 <command> | 8 <command detect_errors="aggressive"> |
| 8 <![CDATA[ | 9 <![CDATA[ |
| 9 python '$__tool_directory__/labelimage2points.py' '$input' '$output' | 10 python '$__tool_directory__/labelimage2points.py' '$input' '$output' |
| 10 ]]> | 11 ]]> |
| 11 </command> | 12 </command> |
| 12 <inputs> | 13 <inputs> |
| 13 <param name="input" type="data" format="tiff,png,jpg,bmp" label="Label image file"/> | 14 <param name="input" type="data" format="tiff,png,jpg,bmp" label="Label image file"/> |
| 14 </inputs> | 15 </inputs> |
| 15 <outputs> | 16 <outputs> |
