Mercurial > repos > iuc > imagej2_convert_format
diff imagej2_convert_format.xml @ 4:7a8b05b111f9 draft
planemo upload commit 18df9e67efd4adafcde4eb9b62cd815e4afe9733-dirty
| author | iuc |
|---|---|
| date | Wed, 26 Aug 2015 14:37:12 -0400 |
| parents | 9a24b7e68010 |
| children |
line wrap: on
line diff
--- a/imagej2_convert_format.xml Tue Aug 04 11:15:04 2015 -0400 +++ b/imagej2_convert_format.xml Wed Aug 26 14:37:12 2015 -0400 @@ -1,22 +1,20 @@ <?xml version='1.0' encoding='UTF-8'?> -<tool id="imagej2_convert_format" name="Convert image format" version="1.0.0"> +<tool id="imagej2_convert_format" name="Convert image format" version="@WRAPPER_VERSION@.0"> <description>with bioformats</description> <macros> <import>imagej2_macros.xml</import> </macros> - <expand macro="python_bioformats_104_requirements" /> + <expand macro="python_bioformats_requirements" /> <command interpreter="python"> <![CDATA[ imagej2_convert_format.py --in_fname "$input" --input_datatype $input.ext - @max_heap_size_args@ --output_datatype $output_datatype --out_fname "$output" ]]> </command> <inputs> - <expand macro="max_heap_size_type_conditional" /> <param format="bmp,eps,gif,jpg,pcx,pgm,png,psd,tiff" name="input" type="data" label="Select image"/> <param name="output_datatype" type="select" label="Convert to format"> <option value="jpg" selected="true">jpg</option>
