Mercurial > repos > imgteam > projective_transformation_points
annotate projective_transformation_points.xml @ 6:65e95d0b8838 draft
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/projective_transformation_points/ commit 2286a6c9da88596349ed9d967c51541409c0a7bf
author | imgteam |
---|---|
date | Mon, 13 Nov 2023 22:12:09 +0000 |
parents | 3a686b6aa7fc |
children | 499ad4d9aa13 |
rev | line source |
---|---|
6
65e95d0b8838
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/projective_transformation_points/ commit 2286a6c9da88596349ed9d967c51541409c0a7bf
imgteam
parents:
5
diff
changeset
|
1 <tool id="ip_projective_transformation_points" name="Performs projective transformation" license="MIT" version="0.1.1-2" profile="20.05"> |
65e95d0b8838
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/projective_transformation_points/ commit 2286a6c9da88596349ed9d967c51541409c0a7bf
imgteam
parents:
5
diff
changeset
|
2 <description></description> |
65e95d0b8838
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/projective_transformation_points/ commit 2286a6c9da88596349ed9d967c51541409c0a7bf
imgteam
parents:
5
diff
changeset
|
3 <edam_operations> |
65e95d0b8838
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/projective_transformation_points/ commit 2286a6c9da88596349ed9d967c51541409c0a7bf
imgteam
parents:
5
diff
changeset
|
4 <edam_operation>operation_3443</edam_operation> |
65e95d0b8838
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/projective_transformation_points/ commit 2286a6c9da88596349ed9d967c51541409c0a7bf
imgteam
parents:
5
diff
changeset
|
5 </edam_operations> |
65e95d0b8838
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/projective_transformation_points/ commit 2286a6c9da88596349ed9d967c51541409c0a7bf
imgteam
parents:
5
diff
changeset
|
6 <xrefs> |
65e95d0b8838
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/projective_transformation_points/ commit 2286a6c9da88596349ed9d967c51541409c0a7bf
imgteam
parents:
5
diff
changeset
|
7 <xref type="bio.tools">galaxy_image_analysis</xref> |
65e95d0b8838
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/projective_transformation_points/ commit 2286a6c9da88596349ed9d967c51541409c0a7bf
imgteam
parents:
5
diff
changeset
|
8 </xrefs> |
0
ed8a71e13f7b
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/projective_transformation_points/ commit c3f4b766f03770f094fda6bda0a5882c0ebd4581
imgteam
parents:
diff
changeset
|
9 <requirements> |
ed8a71e13f7b
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/projective_transformation_points/ commit c3f4b766f03770f094fda6bda0a5882c0ebd4581
imgteam
parents:
diff
changeset
|
10 <requirement type="package" version="0.14.2">scikit-image</requirement> |
2
0d2707c82d29
"planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/projective_transformation_points/ commit f1298dca5a7f5be3acbb5e3d80c98b1cd6d2795b"
imgteam
parents:
1
diff
changeset
|
11 <requirement type="package" version="1.2.1">scipy</requirement> |
0
ed8a71e13f7b
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/projective_transformation_points/ commit c3f4b766f03770f094fda6bda0a5882c0ebd4581
imgteam
parents:
diff
changeset
|
12 <requirement type="package" version="0.23.4">pandas</requirement> |
4
aaac58d83043
"planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/projective_transformation_points/ commit 7391bb4256f49ec30cf38d9438f97e11ec25a115"
imgteam
parents:
2
diff
changeset
|
13 <requirement type="package" version="1.15.2">numpy</requirement> |
2
0d2707c82d29
"planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/projective_transformation_points/ commit f1298dca5a7f5be3acbb5e3d80c98b1cd6d2795b"
imgteam
parents:
1
diff
changeset
|
14 <requirement type="package" version="0.15.1">tifffile</requirement> |
0
ed8a71e13f7b
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/projective_transformation_points/ commit c3f4b766f03770f094fda6bda0a5882c0ebd4581
imgteam
parents:
diff
changeset
|
15 </requirements> |
5
3a686b6aa7fc
"planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/projective_transformation_points/ commit c4424f5dd4110c92ae39815ebfe2ea8c1010be9c"
imgteam
parents:
4
diff
changeset
|
16 <command detect_errors="aggressive"> |
0
ed8a71e13f7b
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/projective_transformation_points/ commit c3f4b766f03770f094fda6bda0a5882c0ebd4581
imgteam
parents:
diff
changeset
|
17 <![CDATA[ |
ed8a71e13f7b
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/projective_transformation_points/ commit c3f4b766f03770f094fda6bda0a5882c0ebd4581
imgteam
parents:
diff
changeset
|
18 python '$__tool_directory__/projective_transformation_points.py' |
5
3a686b6aa7fc
"planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/projective_transformation_points/ commit c4424f5dd4110c92ae39815ebfe2ea8c1010be9c"
imgteam
parents:
4
diff
changeset
|
19 '$input' |
3a686b6aa7fc
"planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/projective_transformation_points/ commit c4424f5dd4110c92ae39815ebfe2ea8c1010be9c"
imgteam
parents:
4
diff
changeset
|
20 '$tmat' |
3a686b6aa7fc
"planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/projective_transformation_points/ commit c4424f5dd4110c92ae39815ebfe2ea8c1010be9c"
imgteam
parents:
4
diff
changeset
|
21 '$output' |
0
ed8a71e13f7b
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/projective_transformation_points/ commit c3f4b766f03770f094fda6bda0a5882c0ebd4581
imgteam
parents:
diff
changeset
|
22 ]]> |
ed8a71e13f7b
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/projective_transformation_points/ commit c3f4b766f03770f094fda6bda0a5882c0ebd4581
imgteam
parents:
diff
changeset
|
23 </command> |
ed8a71e13f7b
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/projective_transformation_points/ commit c3f4b766f03770f094fda6bda0a5882c0ebd4581
imgteam
parents:
diff
changeset
|
24 <inputs> |
5
3a686b6aa7fc
"planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/projective_transformation_points/ commit c4424f5dd4110c92ae39815ebfe2ea8c1010be9c"
imgteam
parents:
4
diff
changeset
|
25 <param name="input" type="data" format="tabular" label="ROIs (pixel coordinates) to be transformed (TSV file)" /> |
3a686b6aa7fc
"planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/projective_transformation_points/ commit c4424f5dd4110c92ae39815ebfe2ea8c1010be9c"
imgteam
parents:
4
diff
changeset
|
26 <param name="tmat" type= "data" format="tabular" label="Transformation matrix (TSV file)" /> |
0
ed8a71e13f7b
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/projective_transformation_points/ commit c3f4b766f03770f094fda6bda0a5882c0ebd4581
imgteam
parents:
diff
changeset
|
27 </inputs> |
ed8a71e13f7b
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/projective_transformation_points/ commit c3f4b766f03770f094fda6bda0a5882c0ebd4581
imgteam
parents:
diff
changeset
|
28 <outputs> |
5
3a686b6aa7fc
"planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/projective_transformation_points/ commit c4424f5dd4110c92ae39815ebfe2ea8c1010be9c"
imgteam
parents:
4
diff
changeset
|
29 <data format="tabular" name="output" /> |
2
0d2707c82d29
"planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/projective_transformation_points/ commit f1298dca5a7f5be3acbb5e3d80c98b1cd6d2795b"
imgteam
parents:
1
diff
changeset
|
30 </outputs> |
0
ed8a71e13f7b
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/projective_transformation_points/ commit c3f4b766f03770f094fda6bda0a5882c0ebd4581
imgteam
parents:
diff
changeset
|
31 <tests> |
ed8a71e13f7b
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/projective_transformation_points/ commit c3f4b766f03770f094fda6bda0a5882c0ebd4581
imgteam
parents:
diff
changeset
|
32 <test> |
5
3a686b6aa7fc
"planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/projective_transformation_points/ commit c4424f5dd4110c92ae39815ebfe2ea8c1010be9c"
imgteam
parents:
4
diff
changeset
|
33 <param name="input" value="in.tabular" /> |
3a686b6aa7fc
"planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/projective_transformation_points/ commit c4424f5dd4110c92ae39815ebfe2ea8c1010be9c"
imgteam
parents:
4
diff
changeset
|
34 <param name="tmat" value="tmat.tabular" /> |
3a686b6aa7fc
"planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/projective_transformation_points/ commit c4424f5dd4110c92ae39815ebfe2ea8c1010be9c"
imgteam
parents:
4
diff
changeset
|
35 <output name="output" value="out.tabular" ftype="tabular" compare="diff" /> |
0
ed8a71e13f7b
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/projective_transformation_points/ commit c3f4b766f03770f094fda6bda0a5882c0ebd4581
imgteam
parents:
diff
changeset
|
36 </test> |
ed8a71e13f7b
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/projective_transformation_points/ commit c3f4b766f03770f094fda6bda0a5882c0ebd4581
imgteam
parents:
diff
changeset
|
37 </tests> |
ed8a71e13f7b
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/projective_transformation_points/ commit c3f4b766f03770f094fda6bda0a5882c0ebd4581
imgteam
parents:
diff
changeset
|
38 <help> |
ed8a71e13f7b
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/projective_transformation_points/ commit c3f4b766f03770f094fda6bda0a5882c0ebd4581
imgteam
parents:
diff
changeset
|
39 **What it does** |
ed8a71e13f7b
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/projective_transformation_points/ commit c3f4b766f03770f094fda6bda0a5882c0ebd4581
imgteam
parents:
diff
changeset
|
40 |
5
3a686b6aa7fc
"planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/projective_transformation_points/ commit c4424f5dd4110c92ae39815ebfe2ea8c1010be9c"
imgteam
parents:
4
diff
changeset
|
41 This tool performs a projective transformation of regions of interest (ROIs) defined by pixel (point) coordinates with/without labels. |
3a686b6aa7fc
"planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/projective_transformation_points/ commit c4424f5dd4110c92ae39815ebfe2ea8c1010be9c"
imgteam
parents:
4
diff
changeset
|
42 |
3a686b6aa7fc
"planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/projective_transformation_points/ commit c4424f5dd4110c92ae39815ebfe2ea8c1010be9c"
imgteam
parents:
4
diff
changeset
|
43 About the format of point coordinates (and labels) in the input TSV table: |
3a686b6aa7fc
"planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/projective_transformation_points/ commit c4424f5dd4110c92ae39815ebfe2ea8c1010be9c"
imgteam
parents:
4
diff
changeset
|
44 1st column: x-coordinate; |
3a686b6aa7fc
"planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/projective_transformation_points/ commit c4424f5dd4110c92ae39815ebfe2ea8c1010be9c"
imgteam
parents:
4
diff
changeset
|
45 2nd column: y-coordinate; |
3a686b6aa7fc
"planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/projective_transformation_points/ commit c4424f5dd4110c92ae39815ebfe2ea8c1010be9c"
imgteam
parents:
4
diff
changeset
|
46 (optional) more column(s): point label(s) (numerical or categorical). |
3a686b6aa7fc
"planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/projective_transformation_points/ commit c4424f5dd4110c92ae39815ebfe2ea8c1010be9c"
imgteam
parents:
4
diff
changeset
|
47 The top row of the table will be regarded as column headers. |
3a686b6aa7fc
"planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/projective_transformation_points/ commit c4424f5dd4110c92ae39815ebfe2ea8c1010be9c"
imgteam
parents:
4
diff
changeset
|
48 |
0
ed8a71e13f7b
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/projective_transformation_points/ commit c3f4b766f03770f094fda6bda0a5882c0ebd4581
imgteam
parents:
diff
changeset
|
49 </help> |
ed8a71e13f7b
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/projective_transformation_points/ commit c3f4b766f03770f094fda6bda0a5882c0ebd4581
imgteam
parents:
diff
changeset
|
50 <citations> |
ed8a71e13f7b
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/projective_transformation_points/ commit c3f4b766f03770f094fda6bda0a5882c0ebd4581
imgteam
parents:
diff
changeset
|
51 <citation type="doi">10.1016/j.jbiotec.2017.07.019</citation> |
ed8a71e13f7b
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/projective_transformation_points/ commit c3f4b766f03770f094fda6bda0a5882c0ebd4581
imgteam
parents:
diff
changeset
|
52 </citations> |
ed8a71e13f7b
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/projective_transformation_points/ commit c3f4b766f03770f094fda6bda0a5882c0ebd4581
imgteam
parents:
diff
changeset
|
53 </tool> |