# HG changeset patch # User imgteam # Date 1645895645 0 # Node ID 9ccd642e7ae2f929177dff0e91c6bc55a470bcac # Parent 4e089a0983b13b56270377b3fd7aad3ad14c17f8 "planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/landmark_registration/ commit 0500f513ee291ae0f6fad32a0b4fad05cd59cb71" diff -r 4e089a0983b1 -r 9ccd642e7ae2 landmark_registration.xml --- a/landmark_registration.xml Sun Feb 20 15:46:58 2022 +0000 +++ b/landmark_registration.xml Sat Feb 26 17:14:05 2022 +0000 @@ -1,4 +1,4 @@ - + estimates the affine transformation matrix scikit-image @@ -12,9 +12,9 @@ '$fn_pts1' '$fn_pts2' '$fn_tmat' - #if $algo_option.algo == 'ransac' - --res_th $algo_option.res_thr - --max_ite $algo_option.max_iter + #if '$algo_option.algo' == 'ransac': + --res_th $algo_option.res_thr + --max_ite $algo_option.max_iter #end if ]]> @@ -39,15 +39,19 @@ - + + + - - - + + + + +