Mercurial > repos > imgteam > landmark_registration_ls
diff landmark_registration_ls.xml @ 1:69db8c7d4244 draft default tip
"planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/landmark_registration_ls/ commit 927b78d47c31714776ccdf3d16f26c3779298abb"
author | imgteam |
---|---|
date | Sun, 20 Feb 2022 15:47:16 +0000 |
parents | 2f36165c49fb |
children |
line wrap: on
line diff
--- a/landmark_registration_ls.xml Tue Dec 29 12:10:53 2020 +0000 +++ b/landmark_registration_ls.xml Sun Feb 20 15:47:16 2022 +0000 @@ -1,11 +1,12 @@ -<tool id="ip_landmark_registration_ls" name="Landmark Registration" version="0.0.1"> +<tool id="ip_landmark_registration_ls" name="Landmark Registration" version="0.0.2" profile="20.05"> <description>using least squares</description> <requirements> <requirement type="package" version="1.2.1">scipy</requirement> <requirement type="package" version="0.23.4">pandas</requirement> <requirement type="package" version="1.15.2">numpy</requirement> </requirements> - <command><![CDATA[ + <command detect_errors="aggressive"> + <![CDATA[ python '$__tool_directory__/landmark_registration_ls.py' '$fn_pts1' '$fn_pts2' @@ -29,5 +30,9 @@ **What it does** This tool estimates the (affine) transformation matrix using least squares given two sets of 2d coordinates of landmarks. + + Note: This tool is deprecated and may not be supported in future. Please use the tool "Landmark Registration" instead. </help> + <citations> + </citations> </tool>