comparison imagej2_create_image.xml @ 5:e16d8e6654a6 draft

planemo upload commit 378c3ecfbaed0330faf197811d379431b0f9e92c-dirty
author iuc
date Sun, 11 Oct 2015 13:30:37 -0400
parents 48f25b8408e1
children 74b6dd718fef
comparison
equal deleted inserted replaced
4:48f25b8408e1 5:e16d8e6654a6
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="@WRAPPER_VERSION@.0"> 2 <tool id="imagej2_create_image" name="Create new image" version="@WRAPPER_VERSION@.0">
3 <description>with ImageJ2</description> 3 <description></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_requirements" /> 7 <expand macro="fiji_requirements" />
8 <command> 8 <command>
18 --out_fname "$output" 18 --out_fname "$output"
19 ]]> 19 ]]>
20 </command> 20 </command>
21 <inputs> 21 <inputs>
22 <expand macro="image_type" /> 22 <expand macro="image_type" />
23 <param name="image_title" type="text" size="80" label="Image title" help="Leave blank for no title" /> 23 <param name="image_title" type="text" label="Image title" help="Leave blank for no title" />
24 <param name="width" type="integer" value="512" min="1" label="Image width in pixels" /> 24 <param name="width" type="integer" value="512" min="1" label="Image width in pixels" />
25 <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" />
26 <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" />
27 <param name="output_datatype" type="select" label="Save as format"> 27 <param name="output_datatype" type="select" label="Save as format">
28 <expand macro="image_datatypes" /> 28 <expand macro="image_datatypes" />