comparison gray_to_color.xml @ 2:e5870c434f28 draft

"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 1907942bef43b20edfdbd1d1b5eb1cac3602848b"
author bgruening
date Thu, 16 Apr 2020 05:44:36 -0400
parents d37580e3f4d0
children bbf1ef17c01b
comparison
equal deleted inserted replaced
1:c72f83dbc7b5 2:e5870c434f28
1 <tool id="cp_gray_to_color" name="GrayToColor" version="@CP_VERSION@"> 1 <tool id="cp_gray_to_color" name="GrayToColor" version="@CP_VERSION@">
2 <description>takes grayscale images and produces a color image from them</description> 2 <description>take grayscale images and produces a color image from them</description>
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 <xml name="rgb"> 5 <xml name="rgb">
6 <param name="rgb_red" label="Select the image to be colored red" value="Leave this black" type="text"/> 6 <param name="rgb_red" label="Select the image to be colored red" value="Leave this black" type="text"/>
7 <param name="rgb_red_weight" label="Relative weight for the red image" optional="true" type="float" value="0.8"/> 7 <param name="rgb_red_weight" label="Relative weight for the red image" optional="true" type="float" value="0.8"/>