Previous changeset 4:37b079c98c38 (2022-02-28) Next changeset 6:2f504e075496 (2024-04-04) |
Commit message:
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/projective_transformation/ commit 2286a6c9da88596349ed9d967c51541409c0a7bf |
modified:
projective_transformation.xml |
b |
diff -r 37b079c98c38 -r f5744f0e5a81 projective_transformation.xml --- a/projective_transformation.xml Mon Feb 28 17:36:23 2022 +0000 +++ b/projective_transformation.xml Mon Nov 13 22:12:05 2023 +0000 |
b |
@@ -1,5 +1,11 @@ -<tool id="ip_projective_transformation" name="Projective Transformation" version="0.1.2" profile="20.05"> - <description>of 2D images</description> +<tool id="ip_projective_transformation" name="Performs projective transformation with/without labels" version="0.1.2-2" profile="20.05"> + <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.18.1">scikit-image</requirement> <requirement type="package" version="1.2.4">pandas</requirement> @@ -50,7 +56,7 @@ **What it does** - This tool performs a projective transformation of the moving image so that it fits the fixed image. + This tool performs a projective transformation of the moving 2D image so that it fits the fixed 2D image. Multi-channel and RGB images are supported. </help> <citations> |