annotate imagecoordinates_flipaxis.xml @ 0:5a210baa2ff1 draft

planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
author imgteam
date Wed, 20 Mar 2019 12:06:07 -0400
parents
children d0960e1b25a8
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
5a210baa2ff1 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">
5a210baa2ff1 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>
5a210baa2ff1 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff changeset
3 <requirements>
5a210baa2ff1 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>
5a210baa2ff1 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff changeset
5 </requirements>
5a210baa2ff1 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">
5a210baa2ff1 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff changeset
7 <![CDATA[
5a210baa2ff1 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
5a210baa2ff1 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff changeset
9 ]]>
5a210baa2ff1 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff changeset
10 </command>
5a210baa2ff1 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff changeset
11 <inputs>
5a210baa2ff1 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff changeset
12 <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
13 <param name="img_height" type="integer" value="100" label="Height of the corresponding image"/>
5a210baa2ff1 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff changeset
14 </inputs>
5a210baa2ff1 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff changeset
15 <outputs>
5a210baa2ff1 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff changeset
16 <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
17 </outputs>
5a210baa2ff1 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff changeset
18 <tests>
5a210baa2ff1 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff changeset
19 <test>
5a210baa2ff1 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff changeset
20 <param name="input" value="table.tsv" />
5a210baa2ff1 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff changeset
21 <param name="img_height" value="500"/>
5a210baa2ff1 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff changeset
22 <output name="output" value="out2.tsv" ftype="tabular" />
5a210baa2ff1 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff changeset
23 </test>
5a210baa2ff1 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff changeset
24 </tests>
5a210baa2ff1 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff changeset
25 <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
26 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
27 <citations>
5a210baa2ff1 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff changeset
28 <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
29 </citations>
5a210baa2ff1 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/imagecoordinates_flipaxis/ commit 67eaf2b9a9ee1bfed14afba33007ef595890400c
imgteam
parents:
diff changeset
30 </tool>