changeset 3:5030651c2993 draft default tip

planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/image_registration_affine/ commit 2286a6c9da88596349ed9d967c51541409c0a7bf
author imgteam
date Mon, 13 Nov 2023 22:11:08 +0000
parents 77dc68af2b40
children
files image_registration_affine.xml
diffstat 1 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/image_registration_affine.xml	Mon Feb 28 17:35:49 2022 +0000
+++ b/image_registration_affine.xml	Mon Nov 13 22:11:08 2023 +0000
@@ -1,5 +1,11 @@
-<tool id="ip_image_registration" name="Image Registration" version="0.0.3" profile="20.05"> 
-    <description>based on intensity information</description>
+<tool id="ip_image_registration" name="Perform affine image registration (intensity-based)" version="0.0.3-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>
@@ -45,5 +51,6 @@
     This tool estimates the (affine) transformation matrix for registration of two images based on intensity information. 
     </help>
     <citations>
+        <citation type="doi">10.1016/j.jbiotec.2017.07.019</citation>
     </citations>
 </tool>