Previous changeset 5:12997d4c5b00 (2022-08-03) |
Commit message:
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/landmark_registration/ commit 2286a6c9da88596349ed9d967c51541409c0a7bf |
modified:
landmark_registration.xml |
b |
diff -r 12997d4c5b00 -r 02aa2873e67d landmark_registration.xml --- a/landmark_registration.xml Wed Aug 03 16:50:52 2022 +0000 +++ b/landmark_registration.xml Mon Nov 13 22:11:23 2023 +0000 |
b |
@@ -1,5 +1,11 @@ -<tool id="ip_landmark_registration" name="Landmark Registration" version="0.1.0" profile="20.05"> - <description>estimates the affine transformation matrix or performs piecewise affine transformation</description> +<tool id="ip_landmark_registration" name="Perform affine image registration (landmark-based)" version="0.1.0-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.6.2">scipy</requirement> |