annotate permutate_axis.xml @ 0:8fb82d514666 draft default tip

planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/permutate_axis/ commit 27a6350188f687411bdd6bfe0d569c0803389ca0
author thomaswollmann
date Wed, 12 Dec 2018 04:50:51 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
8fb82d514666 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/permutate_axis/ commit 27a6350188f687411bdd6bfe0d569c0803389ca0
thomaswollmann
parents:
diff changeset
1 <tool id="permutate_axis" name="Permutate Axis" version="0.1">
8fb82d514666 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/permutate_axis/ commit 27a6350188f687411bdd6bfe0d569c0803389ca0
thomaswollmann
parents:
diff changeset
2 <description> Permutates axes </description>
8fb82d514666 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/permutate_axis/ commit 27a6350188f687411bdd6bfe0d569c0803389ca0
thomaswollmann
parents:
diff changeset
3 <requirements>
8fb82d514666 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/permutate_axis/ commit 27a6350188f687411bdd6bfe0d569c0803389ca0
thomaswollmann
parents:
diff changeset
4 <requirement type="package" version="0.14.0">scikit-image</requirement>
8fb82d514666 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/permutate_axis/ commit 27a6350188f687411bdd6bfe0d569c0803389ca0
thomaswollmann
parents:
diff changeset
5 <requirement type="package" version="1.15.4">numpy</requirement>
8fb82d514666 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/permutate_axis/ commit 27a6350188f687411bdd6bfe0d569c0803389ca0
thomaswollmann
parents:
diff changeset
6 </requirements>
8fb82d514666 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/permutate_axis/ commit 27a6350188f687411bdd6bfe0d569c0803389ca0
thomaswollmann
parents:
diff changeset
7 <command>
8fb82d514666 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/permutate_axis/ commit 27a6350188f687411bdd6bfe0d569c0803389ca0
thomaswollmann
parents:
diff changeset
8 <![CDATA[
8fb82d514666 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/permutate_axis/ commit 27a6350188f687411bdd6bfe0d569c0803389ca0
thomaswollmann
parents:
diff changeset
9 python '$__tool_directory__/permutate_axis.py' '$input' '$output' $permutate --axis $axis
8fb82d514666 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/permutate_axis/ commit 27a6350188f687411bdd6bfe0d569c0803389ca0
thomaswollmann
parents:
diff changeset
10 ]]>
8fb82d514666 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/permutate_axis/ commit 27a6350188f687411bdd6bfe0d569c0803389ca0
thomaswollmann
parents:
diff changeset
11 </command>
8fb82d514666 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/permutate_axis/ commit 27a6350188f687411bdd6bfe0d569c0803389ca0
thomaswollmann
parents:
diff changeset
12 <inputs>
8fb82d514666 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/permutate_axis/ commit 27a6350188f687411bdd6bfe0d569c0803389ca0
thomaswollmann
parents:
diff changeset
13 <param name="input" type="data" format="tiff" label="Binary Image File"/>
8fb82d514666 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/permutate_axis/ commit 27a6350188f687411bdd6bfe0d569c0803389ca0
thomaswollmann
parents:
diff changeset
14 <param name="permutate" type="text" value="0,1,2" label="new channel order">
8fb82d514666 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/permutate_axis/ commit 27a6350188f687411bdd6bfe0d569c0803389ca0
thomaswollmann
parents:
diff changeset
15 <validator type="regex" message="Input has to be a sequence of axis, separated by commas">([0-4],)+[0-4]</validator>
8fb82d514666 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/permutate_axis/ commit 27a6350188f687411bdd6bfe0d569c0803389ca0
thomaswollmann
parents:
diff changeset
16 </param>
8fb82d514666 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/permutate_axis/ commit 27a6350188f687411bdd6bfe0d569c0803389ca0
thomaswollmann
parents:
diff changeset
17 <param name="axis" type="integer" value="0" label="concatenation axis" help="Concatenation axis (0-4)" /><!-- why not have a selection from 0 to 4?-->
8fb82d514666 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/permutate_axis/ commit 27a6350188f687411bdd6bfe0d569c0803389ca0
thomaswollmann
parents:
diff changeset
18 </inputs>
8fb82d514666 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/permutate_axis/ commit 27a6350188f687411bdd6bfe0d569c0803389ca0
thomaswollmann
parents:
diff changeset
19 <outputs>
8fb82d514666 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/permutate_axis/ commit 27a6350188f687411bdd6bfe0d569c0803389ca0
thomaswollmann
parents:
diff changeset
20 <data format="tiff" name="output"/>
8fb82d514666 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/permutate_axis/ commit 27a6350188f687411bdd6bfe0d569c0803389ca0
thomaswollmann
parents:
diff changeset
21 </outputs>
8fb82d514666 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/permutate_axis/ commit 27a6350188f687411bdd6bfe0d569c0803389ca0
thomaswollmann
parents:
diff changeset
22 <tests>
8fb82d514666 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/permutate_axis/ commit 27a6350188f687411bdd6bfe0d569c0803389ca0
thomaswollmann
parents:
diff changeset
23 <test>
8fb82d514666 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/permutate_axis/ commit 27a6350188f687411bdd6bfe0d569c0803389ca0
thomaswollmann
parents:
diff changeset
24 <param name="input" value="galaxyIcon_noText.tif"/>
8fb82d514666 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/permutate_axis/ commit 27a6350188f687411bdd6bfe0d569c0803389ca0
thomaswollmann
parents:
diff changeset
25 <output name="output" file="res.tif" ftype="tiff" compare="sim_size"/>
8fb82d514666 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/permutate_axis/ commit 27a6350188f687411bdd6bfe0d569c0803389ca0
thomaswollmann
parents:
diff changeset
26 </test>
8fb82d514666 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/permutate_axis/ commit 27a6350188f687411bdd6bfe0d569c0803389ca0
thomaswollmann
parents:
diff changeset
27 </tests>
8fb82d514666 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/permutate_axis/ commit 27a6350188f687411bdd6bfe0d569c0803389ca0
thomaswollmann
parents:
diff changeset
28 <help>Permutates the image along a specified axis.</help>
8fb82d514666 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/permutate_axis/ commit 27a6350188f687411bdd6bfe0d569c0803389ca0
thomaswollmann
parents:
diff changeset
29 <citations>
8fb82d514666 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/permutate_axis/ commit 27a6350188f687411bdd6bfe0d569c0803389ca0
thomaswollmann
parents:
diff changeset
30 <citation type="doi">10.1016/j.jbiotec.2017.07.019</citation>
8fb82d514666 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/permutate_axis/ commit 27a6350188f687411bdd6bfe0d569c0803389ca0
thomaswollmann
parents:
diff changeset
31 </citations>
8fb82d514666 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/permutate_axis/ commit 27a6350188f687411bdd6bfe0d569c0803389ca0
thomaswollmann
parents:
diff changeset
32 </tool>