diff imagej2_bunwarpj_adapt_transform.xml @ 2:81df7ade70ca draft

planemo upload commit 18df9e67efd4adafcde4eb9b62cd815e4afe9733-dirty
author iuc
date Wed, 26 Aug 2015 14:39:11 -0400
parents 6beb1921064d
children
line wrap: on
line diff
--- a/imagej2_bunwarpj_adapt_transform.xml	Tue Aug 04 13:22:13 2015 -0400
+++ b/imagej2_bunwarpj_adapt_transform.xml	Wed Aug 26 14:39:11 2015 -0400
@@ -1,10 +1,10 @@
 <?xml version='1.0' encoding='UTF-8'?>
-<tool id="imagej2_bunwarpj_adapt_transform" name="Adapt an elastic transformation" version="1.0.0">
+<tool id="imagej2_bunwarpj_adapt_transform" name="Adapt an elastic transformation" version="@WRAPPER_VERSION@.0">
     <description>to a new image size with bUnwarpJ</description>
     <macros>
         <import>imagej2_macros.xml</import>
     </macros>
-    <expand macro="fiji_20141125_requirements" />
+    <expand macro="fiji_requirements" />
     <command>
 <![CDATA[
     python $__tool_directory__/imagej2_bunwarpj_adapt_transform.py
@@ -14,7 +14,6 @@
     --source_image_format $source_image.ext
     --input_elastic_transformation "$input_elastic_transformation"
     --image_size_factor $image_size_factor
-    @max_heap_size_args@
     --output "$output"
 ]]>
     </command>
@@ -23,7 +22,6 @@
         <param format="bmp,eps,gif,jpg,pcx,pgm,png,psd,tiff" name="source_image" type="data" label="Source image"/>
         <param format="txt" name="input_elastic_transformation" type="data" label="Target inverse transformation"/>
         <param name="image_size_factor" type="float" value="2.0" label="Image size factor" help="Must be a positive or negative power of 2 (0.25, 0.5, 2, 4, 8, etc)"/>
-        <expand macro="max_heap_size_type_conditional" />
     </inputs>
     <outputs>
         <data name="output" format="txt" label="${tool.name} on ${on_string}: Image size factor ${image_size_factor}" />