comparison imagej2_convert_format.xml @ 2:cf9ed4ef641d draft

planemo upload commit 369e40078146d00608d52205bb8cee66ae735b76-dirty
author iuc
date Fri, 26 Jun 2015 05:28:18 -0400
parents 14d09b0ab9e1
children 9a24b7e68010
comparison
equal deleted inserted replaced
1:14d09b0ab9e1 2:cf9ed4ef641d
8 <command interpreter="python"> 8 <command interpreter="python">
9 <![CDATA[ 9 <![CDATA[
10 imagej2_convert_format.py 10 imagej2_convert_format.py
11 --in_fname "$input" 11 --in_fname "$input"
12 --input_datatype $input.ext 12 --input_datatype $input.ext
13 --max_heap_size_type $set_max_heap_size.max_heap_size_type 13 @max_heap_size_args@
14 --max_heap_size $set_max_heap_size.max_heap_size
15 --output_datatype $output_datatype 14 --output_datatype $output_datatype
16 --out_fname "$output" 15 --out_fname "$output"
17 ]]> 16 ]]>
18 </command> 17 </command>
19 <inputs> 18 <inputs>
63 62
64 Go `here <https://www.openmicroscopy.org/site/support/bio-formats5.1/supported-formats.html>`_ for Bioformats image formats. 63 Go `here <https://www.openmicroscopy.org/site/support/bio-formats5.1/supported-formats.html>`_ for Bioformats image formats.
65 ]]> 64 ]]>
66 65
67 </help> 66 </help>
68 <expand macro="citations" /> 67 <expand macro="bioformats_fiji_javabridge_citations" />
69 </tool> 68 </tool>