comparison imagej2_create_image.xml @ 4:48f25b8408e1 draft

planemo upload commit 18df9e67efd4adafcde4eb9b62cd815e4afe9733-dirty
author iuc
date Wed, 26 Aug 2015 14:37:18 -0400
parents bb65623b90a8
children e16d8e6654a6
comparison
equal deleted inserted replaced
3:bb65623b90a8 4:48f25b8408e1
1 <?xml version='1.0' encoding='UTF-8'?> 1 <?xml version='1.0' encoding='UTF-8'?>
2 <tool id="imagej2_create_image" name="Create new image" version="1.0.0"> 2 <tool id="imagej2_create_image" name="Create new image" version="@WRAPPER_VERSION@.0">
3 <description>with ImageJ2</description> 3 <description>with ImageJ2</description>
4 <macros> 4 <macros>
5 <import>imagej2_macros.xml</import> 5 <import>imagej2_macros.xml</import>
6 </macros> 6 </macros>
7 <expand macro="fiji_20141125_requirements" /> 7 <expand macro="fiji_requirements" />
8 <command> 8 <command>
9 <![CDATA[ 9 <![CDATA[
10 python $__tool_directory__/imagej2_create_image.py 10 python $__tool_directory__/imagej2_create_image.py
11 --width $width 11 --width $width
12 --height $height 12 --height $height
13 --depth $depth 13 --depth $depth
14 --image_type $image_type 14 --image_type $image_type
15 --image_title "$image_title" 15 --image_title "$image_title"
16 @max_heap_size_args@
17 --jython_script $__tool_directory__/jython_script.py 16 --jython_script $__tool_directory__/jython_script.py
18 --output_datatype $output_datatype 17 --output_datatype $output_datatype
19 --out_fname "$output" 18 --out_fname "$output"
20 ]]> 19 ]]>
21 </command> 20 </command>
26 <param name="height" type="integer" value="512" min="1" label="Image height in pixels" /> 25 <param name="height" type="integer" value="512" min="1" label="Image height in pixels" />
27 <param name="depth" type="integer" value="1" min="1" label="Image depth" help="Specifies the number of stack slices" /> 26 <param name="depth" type="integer" value="1" min="1" label="Image depth" help="Specifies the number of stack slices" />
28 <param name="output_datatype" type="select" label="Save as format"> 27 <param name="output_datatype" type="select" label="Save as format">
29 <expand macro="image_datatypes" /> 28 <expand macro="image_datatypes" />
30 </param> 29 </param>
31 <expand macro="max_heap_size_type_conditional" />
32 </inputs> 30 </inputs>
33 <outputs> 31 <outputs>
34 <data name="output" format="jpg"> 32 <data name="output" format="jpg">
35 <actions> 33 <actions>
36 <action type="format"> 34 <action type="format">