diff scale_image.xml @ 6:72b8a6b7661b draft default tip

planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/scale_image/ commit c55311bbe4c3d7e0039c77785509a150864bb272
author imgteam
date Thu, 17 Oct 2024 10:47:27 +0000
parents 85666e555698
children
line wrap: on
line diff
--- a/scale_image.xml	Wed Apr 24 08:13:13 2024 +0000
+++ b/scale_image.xml	Thu Oct 17 10:47:27 2024 +0000
@@ -4,7 +4,7 @@
         <import>creators.xml</import>
         <import>tests.xml</import>
         <token name="@TOOL_VERSION@">0.18.3</token>
-        <token name="@VERSION_SUFFIX@">1</token>
+        <token name="@VERSION_SUFFIX@">2</token>
     </macros>
     <creator>
         <expand macro="creators/bmcv" />
@@ -37,7 +37,7 @@
 
     ]]></command>
     <inputs>
-        <param name="input" type="data" format="png" label="Image file"/>
+        <param name="input" type="data" format="png,tiff" label="Image file"/>
         <param argument="--scale" type="text" value="1" label="Scaling factor" help="Use either a single scaling factor (uniform scaling), or a comma-separated list of scaling factors (anistropic scaling). For a 2-D single-channel or RGB image, the first scaling factor corresponds to the image width and the second corresponds to the image height. For images with 3 or more axes, the last axis is assumed to correspond to the image channels if uniform scaling is used (a single value)."/>
         <param argument="--order" type="select" label="Interpolation method">
             <option value="0">Nearest-neighbor</option>