comparison imagej2_find_maxima.xml @ 1:f00fd3aa6472 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:48 -0400
parents 802c21d935e7
children
comparison
equal deleted inserted replaced
0:802c21d935e7 1:f00fd3aa6472
14 --weighted_rgb_conversions $weighted_rgb_conversions 14 --weighted_rgb_conversions $weighted_rgb_conversions
15 --noise_tolerance $noise_tolerance 15 --noise_tolerance $noise_tolerance
16 --output_type $output_type 16 --output_type $output_type
17 --exclude_edge_maxima $exclude_edge_maxima 17 --exclude_edge_maxima $exclude_edge_maxima
18 --light_background $light_background 18 --light_background $light_background
19 --jython_script $__tool_directory__/jython_script.py 19 --jython_script $__tool_directory__/imagej2_find_maxima_jython_script.py
20 #if str( $output_type ) == "List" or str( $output_type ) == "Count": 20 #if str( $output_type ) == "List" or str( $output_type ) == "Count":
21 --output "$results" 21 --output "$results"
22 #else: 22 #else:
23 --output "$output" 23 --output "$output"
24 #end if 24 #end if