annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
69db8c7d4244 "planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/landmark_registration_ls/ commit 927b78d47c31714776ccdf3d16f26c3779298abb"
imgteam
parents: 0
diff changeset
1 <tool id="ip_landmark_registration_ls" name="Landmark Registration" version="0.0.2" profile="20.05">
0
2f36165c49fb "planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/landmark_registration_ls/ commit abd8b0b42f6a700d61c7b042dbf5e5a291b148a3"
imgteam
parents:
diff changeset
2 <description>using least squares</description>
2f36165c49fb "planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/landmark_registration_ls/ commit abd8b0b42f6a700d61c7b042dbf5e5a291b148a3"
imgteam
parents:
diff changeset
3 <requirements>
2f36165c49fb "planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/landmark_registration_ls/ commit abd8b0b42f6a700d61c7b042dbf5e5a291b148a3"
imgteam
parents:
diff changeset
4 <requirement type="package" version="1.2.1">scipy</requirement>
2f36165c49fb "planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/landmark_registration_ls/ commit abd8b0b42f6a700d61c7b042dbf5e5a291b148a3"
imgteam
parents:
diff changeset
5 <requirement type="package" version="0.23.4">pandas</requirement>
2f36165c49fb "planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/landmark_registration_ls/ commit abd8b0b42f6a700d61c7b042dbf5e5a291b148a3"
imgteam
parents:
diff changeset
6 <requirement type="package" version="1.15.2">numpy</requirement>
2f36165c49fb "planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/landmark_registration_ls/ commit abd8b0b42f6a700d61c7b042dbf5e5a291b148a3"
imgteam
parents:
diff changeset
7 </requirements>
1
69db8c7d4244 "planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/landmark_registration_ls/ commit 927b78d47c31714776ccdf3d16f26c3779298abb"
imgteam
parents: 0
diff changeset
8 <command detect_errors="aggressive">
69db8c7d4244 "planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/landmark_registration_ls/ commit 927b78d47c31714776ccdf3d16f26c3779298abb"
imgteam
parents: 0
diff changeset
9 <![CDATA[
0
2f36165c49fb "planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/landmark_registration_ls/ commit abd8b0b42f6a700d61c7b042dbf5e5a291b148a3"
imgteam
parents:
diff changeset
10 python '$__tool_directory__/landmark_registration_ls.py'
2f36165c49fb "planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/landmark_registration_ls/ commit abd8b0b42f6a700d61c7b042dbf5e5a291b148a3"
imgteam
parents:
diff changeset
11 '$fn_pts1'
2f36165c49fb "planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/landmark_registration_ls/ commit abd8b0b42f6a700d61c7b042dbf5e5a291b148a3"
imgteam
parents:
diff changeset
12 '$fn_pts2'
2f36165c49fb "planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/landmark_registration_ls/ commit abd8b0b42f6a700d61c7b042dbf5e5a291b148a3"
imgteam
parents:
diff changeset
13 '$fn_tmat'
2f36165c49fb "planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/landmark_registration_ls/ commit abd8b0b42f6a700d61c7b042dbf5e5a291b148a3"
imgteam
parents:
diff changeset
14 ]]></command>
2f36165c49fb "planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/landmark_registration_ls/ commit abd8b0b42f6a700d61c7b042dbf5e5a291b148a3"
imgteam
parents:
diff changeset
15 <inputs>
2f36165c49fb "planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/landmark_registration_ls/ commit abd8b0b42f6a700d61c7b042dbf5e5a291b148a3"
imgteam
parents:
diff changeset
16 <param name="fn_pts1" type="data" format="tabular" label="Path to tab-separated file with src points" />
2f36165c49fb "planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/landmark_registration_ls/ commit abd8b0b42f6a700d61c7b042dbf5e5a291b148a3"
imgteam
parents:
diff changeset
17 <param name="fn_pts2" type="data" format="tabular" label="Path to tab-separated file with dst points" />
2f36165c49fb "planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/landmark_registration_ls/ commit abd8b0b42f6a700d61c7b042dbf5e5a291b148a3"
imgteam
parents:
diff changeset
18 </inputs>
2f36165c49fb "planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/landmark_registration_ls/ commit abd8b0b42f6a700d61c7b042dbf5e5a291b148a3"
imgteam
parents:
diff changeset
19 <outputs>
2f36165c49fb "planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/landmark_registration_ls/ commit abd8b0b42f6a700d61c7b042dbf5e5a291b148a3"
imgteam
parents:
diff changeset
20 <data format="tabular" name="fn_tmat" />
2f36165c49fb "planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/landmark_registration_ls/ commit abd8b0b42f6a700d61c7b042dbf5e5a291b148a3"
imgteam
parents:
diff changeset
21 </outputs>
2f36165c49fb "planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/landmark_registration_ls/ commit abd8b0b42f6a700d61c7b042dbf5e5a291b148a3"
imgteam
parents:
diff changeset
22 <tests>
2f36165c49fb "planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/landmark_registration_ls/ commit abd8b0b42f6a700d61c7b042dbf5e5a291b148a3"
imgteam
parents:
diff changeset
23 <test>
2f36165c49fb "planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/landmark_registration_ls/ commit abd8b0b42f6a700d61c7b042dbf5e5a291b148a3"
imgteam
parents:
diff changeset
24 <param name="fn_pts1" value="points1.tsv"/>
2f36165c49fb "planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/landmark_registration_ls/ commit abd8b0b42f6a700d61c7b042dbf5e5a291b148a3"
imgteam
parents:
diff changeset
25 <param name="fn_pts2" value="points2.tsv"/>
2f36165c49fb "planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/landmark_registration_ls/ commit abd8b0b42f6a700d61c7b042dbf5e5a291b148a3"
imgteam
parents:
diff changeset
26 <output name="fn_tmat" value="tmat.tsv" ftype="tabular" compare="diff" lines_diff="6"/>
2f36165c49fb "planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/landmark_registration_ls/ commit abd8b0b42f6a700d61c7b042dbf5e5a291b148a3"
imgteam
parents:
diff changeset
27 </test>
2f36165c49fb "planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/landmark_registration_ls/ commit abd8b0b42f6a700d61c7b042dbf5e5a291b148a3"
imgteam
parents:
diff changeset
28 </tests>
2f36165c49fb "planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/landmark_registration_ls/ commit abd8b0b42f6a700d61c7b042dbf5e5a291b148a3"
imgteam
parents:
diff changeset
29 <help>
2f36165c49fb "planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/landmark_registration_ls/ commit abd8b0b42f6a700d61c7b042dbf5e5a291b148a3"
imgteam
parents:
diff changeset
30 **What it does**
2f36165c49fb "planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/landmark_registration_ls/ commit abd8b0b42f6a700d61c7b042dbf5e5a291b148a3"
imgteam
parents:
diff changeset
31
2f36165c49fb "planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/landmark_registration_ls/ commit abd8b0b42f6a700d61c7b042dbf5e5a291b148a3"
imgteam
parents:
diff changeset
32 This tool estimates the (affine) transformation matrix using least squares given two sets of 2d coordinates of landmarks.
1
69db8c7d4244 "planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/landmark_registration_ls/ commit 927b78d47c31714776ccdf3d16f26c3779298abb"
imgteam
parents: 0
diff changeset
33
69db8c7d4244 "planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/landmark_registration_ls/ commit 927b78d47c31714776ccdf3d16f26c3779298abb"
imgteam
parents: 0
diff changeset
34 Note: This tool is deprecated and may not be supported in future. Please use the tool "Landmark Registration" instead.
0
2f36165c49fb "planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/landmark_registration_ls/ commit abd8b0b42f6a700d61c7b042dbf5e5a291b148a3"
imgteam
parents:
diff changeset
35 </help>
1
69db8c7d4244 "planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/landmark_registration_ls/ commit 927b78d47c31714776ccdf3d16f26c3779298abb"
imgteam
parents: 0
diff changeset
36 <citations>
69db8c7d4244 "planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/landmark_registration_ls/ commit 927b78d47c31714776ccdf3d16f26c3779298abb"
imgteam
parents: 0
diff changeset
37 </citations>
0
2f36165c49fb "planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/landmark_registration_ls/ commit abd8b0b42f6a700d61c7b042dbf5e5a291b148a3"
imgteam
parents:
diff changeset
38 </tool>