Mercurial > repos > imgteam > imagecoordinates_flipaxis
annotate imagecoordinates_flipaxis.xml @ 3:984b342d03a6 draft default tip
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/imagecoordinates_flipaxis/ commit 2286a6c9da88596349ed9d967c51541409c0a7bf
author | imgteam |
---|---|
date | Mon, 13 Nov 2023 22:11:12 +0000 |
parents | f8f1100d0701 |
children |
rev | line source |
---|---|
3
984b342d03a6
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/imagecoordinates_flipaxis/ commit 2286a6c9da88596349ed9d967c51541409c0a7bf
imgteam
parents:
2
diff
changeset
|
1 <tool id="imagecoordinates_flipaxis" name="Switch axis coordinates" version="0.1-2"> |
984b342d03a6
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/imagecoordinates_flipaxis/ commit 2286a6c9da88596349ed9d967c51541409c0a7bf
imgteam
parents:
2
diff
changeset
|
2 <description></description> |
984b342d03a6
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/imagecoordinates_flipaxis/ commit 2286a6c9da88596349ed9d967c51541409c0a7bf
imgteam
parents:
2
diff
changeset
|
3 <edam_operations> |
984b342d03a6
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/imagecoordinates_flipaxis/ commit 2286a6c9da88596349ed9d967c51541409c0a7bf
imgteam
parents:
2
diff
changeset
|
4 <edam_operation>operation_3443</edam_operation> |
984b342d03a6
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/imagecoordinates_flipaxis/ commit 2286a6c9da88596349ed9d967c51541409c0a7bf
imgteam
parents:
2
diff
changeset
|
5 </edam_operations> |
984b342d03a6
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/imagecoordinates_flipaxis/ commit 2286a6c9da88596349ed9d967c51541409c0a7bf
imgteam
parents:
2
diff
changeset
|
6 <xrefs> |
984b342d03a6
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/imagecoordinates_flipaxis/ commit 2286a6c9da88596349ed9d967c51541409c0a7bf
imgteam
parents:
2
diff
changeset
|
7 <xref type="bio.tools">galaxy_image_analysis</xref> |
984b342d03a6
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/imagecoordinates_flipaxis/ commit 2286a6c9da88596349ed9d967c51541409c0a7bf
imgteam
parents:
2
diff
changeset
|
8 </xrefs> |
0
5a210baa2ff1
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff
changeset
|
9 <requirements> |
2
f8f1100d0701
"planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 3d389fdec0db29cf6fbd783c0501455bf624fa90"
imgteam
parents:
1
diff
changeset
|
10 <requirement type="package" version="0.23.4" >pandas</requirement> |
0
5a210baa2ff1
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff
changeset
|
11 </requirements> |
5a210baa2ff1
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff
changeset
|
12 <command detect_errors="aggressive"> |
5a210baa2ff1
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff
changeset
|
13 <![CDATA[ |
5a210baa2ff1
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff
changeset
|
14 python "$__tool_directory__/imagecoordinates_flipaxis.py" '$input' '$output' $img_height |
1
d0960e1b25a8
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit da043bdec956714abb0fa82f278931bbe1a6d41d
imgteam
parents:
0
diff
changeset
|
15 $offset_x $offset_y |
0
5a210baa2ff1
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff
changeset
|
16 ]]> |
5a210baa2ff1
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff
changeset
|
17 </command> |
5a210baa2ff1
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff
changeset
|
18 <inputs> |
5a210baa2ff1
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff
changeset
|
19 <param name="input" type="data" format="tabular" label="File with image coordinates"/> |
5a210baa2ff1
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff
changeset
|
20 <param name="img_height" type="integer" value="100" label="Height of the corresponding image"/> |
1
d0960e1b25a8
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit da043bdec956714abb0fa82f278931bbe1a6d41d
imgteam
parents:
0
diff
changeset
|
21 <param name="offset_x" type="integer" value="0" label="Added offset in x direction (=width direction)" /> |
d0960e1b25a8
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit da043bdec956714abb0fa82f278931bbe1a6d41d
imgteam
parents:
0
diff
changeset
|
22 <param name="offset_y" type="integer" value="0" label="Added offset in y direction (=height direction)" /> |
2
f8f1100d0701
"planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 3d389fdec0db29cf6fbd783c0501455bf624fa90"
imgteam
parents:
1
diff
changeset
|
23 </inputs> |
0
5a210baa2ff1
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff
changeset
|
24 <outputs> |
5a210baa2ff1
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff
changeset
|
25 <data name="output" format="tabular"/> |
5a210baa2ff1
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff
changeset
|
26 </outputs> |
5a210baa2ff1
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff
changeset
|
27 <tests> |
5a210baa2ff1
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff
changeset
|
28 <test> |
5a210baa2ff1
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff
changeset
|
29 <param name="input" value="table.tsv" /> |
1
d0960e1b25a8
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit da043bdec956714abb0fa82f278931bbe1a6d41d
imgteam
parents:
0
diff
changeset
|
30 <output name="output" value="out.tsv" ftype="tabular" /> |
0
5a210baa2ff1
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff
changeset
|
31 <param name="img_height" value="500"/> |
1
d0960e1b25a8
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit da043bdec956714abb0fa82f278931bbe1a6d41d
imgteam
parents:
0
diff
changeset
|
32 </test> |
d0960e1b25a8
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit da043bdec956714abb0fa82f278931bbe1a6d41d
imgteam
parents:
0
diff
changeset
|
33 <test> |
d0960e1b25a8
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit da043bdec956714abb0fa82f278931bbe1a6d41d
imgteam
parents:
0
diff
changeset
|
34 <param name="input" value="table.tsv" /> |
d0960e1b25a8
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit da043bdec956714abb0fa82f278931bbe1a6d41d
imgteam
parents:
0
diff
changeset
|
35 <output name="output" value="out_offset.tsv" ftype="tabular" /> |
d0960e1b25a8
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit da043bdec956714abb0fa82f278931bbe1a6d41d
imgteam
parents:
0
diff
changeset
|
36 <param name="img_height" value="500"/> |
d0960e1b25a8
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit da043bdec956714abb0fa82f278931bbe1a6d41d
imgteam
parents:
0
diff
changeset
|
37 <param name="offset_x" value="1"/> |
d0960e1b25a8
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit da043bdec956714abb0fa82f278931bbe1a6d41d
imgteam
parents:
0
diff
changeset
|
38 <param name="offset_y" value="2"/> |
0
5a210baa2ff1
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff
changeset
|
39 </test> |
5a210baa2ff1
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff
changeset
|
40 </tests> |
5a210baa2ff1
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff
changeset
|
41 <help>Makes x the horizontal axis (left to right) and y the vertical axis (bottom to top), |
5a210baa2ff1
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff
changeset
|
42 like in a coordinate system.</help> |
5a210baa2ff1
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff
changeset
|
43 <citations> |
5a210baa2ff1
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff
changeset
|
44 <citation type="doi">10.1016/j.jbiotec.2017.07.019</citation> |
5a210baa2ff1
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff
changeset
|
45 </citations> |
5a210baa2ff1
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff
changeset
|
46 </tool> |