annotate imagecoordinates_flipaxis.xml @ 1:fb6b557a2937 draft

planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit da043bdec956714abb0fa82f278931bbe1a6d41d
author imgteam
date Mon, 25 Mar 2019 11:15:01 -0400
parents c7a4d8a8b55e
children fb68afb14731
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
c7a4d8a8b55e planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff changeset
1 <tool id="imagecoordinates_flipaxis" name="Switch axis coordinates" version="0.1">
c7a4d8a8b55e planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff changeset
2 <description>Switches the axes of an image and flips the y axis.</description>
c7a4d8a8b55e planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff changeset
3 <requirements>
c7a4d8a8b55e planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff changeset
4 <requirement type="package" version="0.23.4" >pandas</requirement>
c7a4d8a8b55e planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff changeset
5 </requirements>
c7a4d8a8b55e planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff changeset
6 <command detect_errors="aggressive">
c7a4d8a8b55e planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff changeset
7 <![CDATA[
c7a4d8a8b55e planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff changeset
8 python "$__tool_directory__/imagecoordinates_flipaxis.py" '$input' '$output' $img_height
1
fb6b557a2937 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit da043bdec956714abb0fa82f278931bbe1a6d41d
imgteam
parents: 0
diff changeset
9 $offset_x $offset_y
0
c7a4d8a8b55e planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff changeset
10 ]]>
c7a4d8a8b55e planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff changeset
11 </command>
c7a4d8a8b55e planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff changeset
12 <inputs>
c7a4d8a8b55e planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff changeset
13 <param name="input" type="data" format="tabular" label="File with image coordinates"/>
c7a4d8a8b55e planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff changeset
14 <param name="img_height" type="integer" value="100" label="Height of the corresponding image"/>
1
fb6b557a2937 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit da043bdec956714abb0fa82f278931bbe1a6d41d
imgteam
parents: 0
diff changeset
15 <param name="offset_x" type="integer" value="0" label="Added offset in x direction (=width direction)" />
fb6b557a2937 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit da043bdec956714abb0fa82f278931bbe1a6d41d
imgteam
parents: 0
diff changeset
16 <param name="offset_y" type="integer" value="0" label="Added offset in y direction (=height direction)" />
fb6b557a2937 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit da043bdec956714abb0fa82f278931bbe1a6d41d
imgteam
parents: 0
diff changeset
17 </inputs>
0
c7a4d8a8b55e planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff changeset
18 <outputs>
c7a4d8a8b55e planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff changeset
19 <data name="output" format="tabular"/>
c7a4d8a8b55e planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff changeset
20 </outputs>
c7a4d8a8b55e planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff changeset
21 <tests>
c7a4d8a8b55e planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff changeset
22 <test>
c7a4d8a8b55e planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff changeset
23 <param name="input" value="table.tsv" />
1
fb6b557a2937 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit da043bdec956714abb0fa82f278931bbe1a6d41d
imgteam
parents: 0
diff changeset
24 <output name="output" value="out.tsv" ftype="tabular" />
0
c7a4d8a8b55e planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff changeset
25 <param name="img_height" value="500"/>
1
fb6b557a2937 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit da043bdec956714abb0fa82f278931bbe1a6d41d
imgteam
parents: 0
diff changeset
26 </test>
fb6b557a2937 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit da043bdec956714abb0fa82f278931bbe1a6d41d
imgteam
parents: 0
diff changeset
27 <test>
fb6b557a2937 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit da043bdec956714abb0fa82f278931bbe1a6d41d
imgteam
parents: 0
diff changeset
28 <param name="input" value="table.tsv" />
fb6b557a2937 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit da043bdec956714abb0fa82f278931bbe1a6d41d
imgteam
parents: 0
diff changeset
29 <output name="output" value="out_offset.tsv" ftype="tabular" />
fb6b557a2937 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit da043bdec956714abb0fa82f278931bbe1a6d41d
imgteam
parents: 0
diff changeset
30 <param name="img_height" value="500"/>
fb6b557a2937 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit da043bdec956714abb0fa82f278931bbe1a6d41d
imgteam
parents: 0
diff changeset
31 <param name="offset_x" value="1"/>
fb6b557a2937 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit da043bdec956714abb0fa82f278931bbe1a6d41d
imgteam
parents: 0
diff changeset
32 <param name="offset_y" value="2"/>
0
c7a4d8a8b55e planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff changeset
33 </test>
c7a4d8a8b55e planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff changeset
34 </tests>
c7a4d8a8b55e planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff changeset
35 <help>Makes x the horizontal axis (left to right) and y the vertical axis (bottom to top),
c7a4d8a8b55e planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff changeset
36 like in a coordinate system.</help>
c7a4d8a8b55e planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff changeset
37 <citations>
c7a4d8a8b55e planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff changeset
38 <citation type="doi">10.1016/j.jbiotec.2017.07.019</citation>
c7a4d8a8b55e planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff changeset
39 </citations>
c7a4d8a8b55e planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff changeset
40 </tool>