diff color_deconvolution.xml @ 5:0cbdf78fee14 draft default tip

planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/color_deconvolution/ commit 285c5933cd065bb904026cbea98f5488a0d9510d
author imgteam
date Wed, 17 Dec 2025 12:43:21 +0000
parents 5bd113d38acc
children
line wrap: on
line diff
--- a/color_deconvolution.xml	Thu Mar 06 18:12:27 2025 +0000
+++ b/color_deconvolution.xml	Wed Dec 17 12:43:21 2025 +0000
@@ -1,4 +1,4 @@
-<tool id="ip_color_deconvolution" name="Perform color deconvolution or transformation" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@"> 
+<tool id="ip_color_deconvolution" name="Perform color deconvolution or transformation" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">
     <description></description>
     <macros>
         <import>creators.xml</import>
@@ -24,7 +24,7 @@
         <requirement type="package" version="0.3.1">giatools</requirement>
     </requirements>
     <command detect_errors="aggressive">
-        <![CDATA[ 
+        <![CDATA[
 
         python '$__tool_directory__/color_deconvolution.py'
 
@@ -150,7 +150,7 @@
 
         <test expect_failure="true">
             <!-- Test with image that only has 2 axes instead of required 3 -->
-            <param name="input" value="im_axes_yx.tif" />
+            <param name="input" value="im_axes_yx.tiff" />
             <param name="convtype" value="rgb2hsv" />
         </test>
         <test expect_failure="true">