comparison 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
comparison
equal deleted inserted replaced
0:4395ea2a01f4 1:e8f822eeb9fd
1 <tool id="cp_color_to_gray" name="ColorToGray" version="@CP_VERSION@" python_template_version="3.5"> 1 <tool id="cp_color_to_gray" name="ColorToGray" version="@CP_VERSION@+galaxy@VERSION_SUFFIX@" python_template_version="3.5">
2 <description> converts color and channel-stacked images to grayscale</description> 2 <description> converts color and channel-stacked images to grayscale</description>
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 <token name="@VERSION_SUFFIX@">0</token>
5 <xml name="combine_weight"> 6 <xml name="combine_weight">
6 <param name="weight_red_channel" value="1.0" min = "0.0" max = "1.0" type="float" label="Relative weight of the red channel" /> 7 <param name="weight_red_channel" value="1.0" min = "0.0" max = "1.0" type="float" label="Relative weight of the red channel" />
7 <param name="weight_green_channel" value="1.0" min = "0.0" max = "1.0" type="float" label="Relative weight of the green channel" /> 8 <param name="weight_green_channel" value="1.0" min = "0.0" max = "1.0" type="float" label="Relative weight of the green channel" />
8 <param name="weight_blue_channel" value="1.0" min = "0.0" max = "1.0" type="float" label="Relative weight of the blue channel" /> 9 <param name="weight_blue_channel" value="1.0" min = "0.0" max = "1.0" type="float" label="Relative weight of the blue channel" />
9 </xml> 10 </xml>