comparison imagej2_create_image.xml @ 6:74b6dd718fef draft default tip

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/image_processing/imagej2 commit 8ea6a4271431c05c82b09c0d3e629b13e6ea7936
author iuc
date Fri, 22 Jul 2016 23:12:05 -0400
parents e16d8e6654a6
children
comparison
equal deleted inserted replaced
5:e16d8e6654a6 6:74b6dd718fef
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 --jython_script $__tool_directory__/jython_script.py 16 --jython_script $__tool_directory__/imagej2_create_image_jython_script.py
17 --output_datatype $output_datatype 17 --output_datatype $output_datatype
18 --out_fname "$output" 18 --out_fname "$output"
19 ]]> 19 ]]>
20 </command> 20 </command>
21 <inputs> 21 <inputs>