diff color_to_gray.xml @ 1:e8f822eeb9fd draft

"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 7d7a519c3a2cc612d38695b335d0f6c75a099de3"
author bgruening
date Fri, 26 Feb 2021 14:14:56 +0000
parents 4395ea2a01f4
children bad171ed1e96
line wrap: on
line diff
--- a/color_to_gray.xml	Sat Feb 06 10:00:10 2021 +0000
+++ b/color_to_gray.xml	Fri Feb 26 14:14:56 2021 +0000
@@ -1,7 +1,8 @@
-<tool id="cp_color_to_gray" name="ColorToGray" version="@CP_VERSION@" python_template_version="3.5">
+<tool id="cp_color_to_gray" name="ColorToGray" version="@CP_VERSION@+galaxy@VERSION_SUFFIX@" python_template_version="3.5">
     <description> converts color and channel-stacked images to grayscale</description>
     <macros>
         <import>macros.xml</import>
+        <token name="@VERSION_SUFFIX@">0</token>
         <xml name="combine_weight">
             <param name="weight_red_channel" value="1.0" min = "0.0" max = "1.0" type="float" label="Relative weight of the red channel" />
             <param name="weight_green_channel" value="1.0" min = "0.0" max = "1.0" type="float" label="Relative weight of the green channel" />