Mercurial > repos > imgteam > points2binaryimage
diff points2binaryimage.xml @ 1:90385ec28b34 draft
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit 2286a6c9da88596349ed9d967c51541409c0a7bf
author | imgteam |
---|---|
date | Mon, 13 Nov 2023 22:11:42 +0000 |
parents | dd513c9f5230 |
children | 2ad6350df85b |
line wrap: on
line diff
--- a/points2binaryimage.xml Sat Feb 09 14:43:25 2019 -0500 +++ b/points2binaryimage.xml Mon Nov 13 22:11:42 2023 +0000 @@ -1,13 +1,20 @@ -<tool id="ip_points_to_binaryimage" name="Points to Binary Image" version="0.1"> - <description>Converts points to a binary image</description> +<tool id="ip_points_to_binaryimage" name="Convert point coordinates to binary image" version="0.2-1"> + <description></description> + <edam_operations> + <edam_operation>operation_3443</edam_operation> + </edam_operations> + <xrefs> + <xref type="bio.tools">galaxy_image_analysis</xref> + </xrefs> <requirements> - <requirement type="package" version="0.14.2">scikit-image</requirement> + <requirement type="package" version="0.14.2">scikit-image</requirement> <requirement type="package" version="1.15.4">numpy</requirement> <requirement type="package" version="0.23.4">pandas</requirement> <requirement type="package" version="2018.7">pytz</requirement><!--pandas seems to have additional requirements that are not automatically installed--> <requirement type="package" version="2.4.1">dateutil</requirement> + <requirement type="package" version="0.15.1">tifffile</requirement> </requirements> - <command> + <command detect_errors="aggressive"> <![CDATA[ python '$__tool_directory__/points2binaryimage.py' '$input' '$output' $shapex $shapey $has_header $invert_xy ]]>