diff imagej2_create_image.xml @ 4:48f25b8408e1 draft

planemo upload commit 18df9e67efd4adafcde4eb9b62cd815e4afe9733-dirty
author iuc
date Wed, 26 Aug 2015 14:37:18 -0400
parents bb65623b90a8
children e16d8e6654a6
line wrap: on
line diff
--- a/imagej2_create_image.xml	Tue Aug 04 11:15:10 2015 -0400
+++ b/imagej2_create_image.xml	Wed Aug 26 14:37:18 2015 -0400
@@ -1,10 +1,10 @@
 <?xml version='1.0' encoding='UTF-8'?>
-<tool id="imagej2_create_image" name="Create new image" version="1.0.0">
+<tool id="imagej2_create_image" name="Create new image" version="@WRAPPER_VERSION@.0">
     <description>with ImageJ2</description>
     <macros>
         <import>imagej2_macros.xml</import>
     </macros>
-    <expand macro="fiji_20141125_requirements" />
+    <expand macro="fiji_requirements" />
     <command>
 <![CDATA[
     python $__tool_directory__/imagej2_create_image.py
@@ -13,7 +13,6 @@
     --depth $depth
     --image_type $image_type
     --image_title "$image_title"
-    @max_heap_size_args@
     --jython_script $__tool_directory__/jython_script.py
     --output_datatype $output_datatype
     --out_fname "$output"
@@ -28,7 +27,6 @@
         <param name="output_datatype" type="select" label="Save as format">
             <expand macro="image_datatypes" />
         </param>
-        <expand macro="max_heap_size_type_conditional" />
     </inputs>
     <outputs>
         <data name="output" format="jpg">