comparison gray_to_color.xml @ 6:3245681b2f6d draft default tip

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 57a0433defa3cbc37ab34fbb0ebcfaeb680db8d5
author bgruening
date Sun, 05 Nov 2023 09:30:24 +0000
parents ad271f78a87a
children
comparison
equal deleted inserted replaced
5:ad271f78a87a 6:3245681b2f6d
1 <tool id="cp_gray_to_color" name="GrayToColor" version="@CP_VERSION@+galaxy@VERSION_SUFFIX@"> 1 <tool id="cp_gray_to_color" name="GrayToColor" version="@CP_VERSION@+galaxy@VERSION_SUFFIX@">
2 <description>take grayscale images and produces a color image from them</description> 2 <description>with CellProfiler</description>
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 <token name="@VERSION_SUFFIX@">0</token> 5 <token name="@VERSION_SUFFIX@">1</token>
6 <xml name="rgb"> 6 <xml name="rgb">
7 <param name="rgb_red" label="Enter the name of the image to be colored red" value="Leave this black" type="text"/> 7 <param name="rgb_red" label="Enter the name of the image to be colored red" value="Leave this black" type="text"/>
8 <param name="rgb_red_weight" label="Relative weight for the red image" optional="true" type="float" min="0.0" max="1.0" value="1.0" /> 8 <param name="rgb_red_weight" label="Relative weight for the red image" optional="true" type="float" min="0.0" max="1.0" value="1.0" />
9 9
10 <param name="rgb_green" label="Enter the name of the image to be colored green" value="Leave this black" type="text"/> 10 <param name="rgb_green" label="Enter the name of the image to be colored green" value="Leave this black" type="text"/>
41 <param name="color" type="color" label="Color" /> 41 <param name="color" type="color" label="Color" />
42 <param name="weight" type="float" label="Weight" value="1.0" min="0.0" max="1.0"/> 42 <param name="weight" type="float" label="Weight" value="1.0" min="0.0" max="1.0"/>
43 </repeat> 43 </repeat>
44 </xml> 44 </xml>
45 </macros> 45 </macros>
46
47 <edam_operations>
48 <edam_operation>operation_3443</edam_operation>
49 </edam_operations>
50 <xrefs>
51 <xref type="bio.tools">CellProfiler</xref>
52 <xref type="biii">cellprofiler</xref>
53 </xrefs>
46 54
47 <expand macro="py_requirements"/> 55 <expand macro="py_requirements"/>
48 <expand macro="cmd_modules" /> 56 <expand macro="cmd_modules" />
49 57
50 <configfiles> 58 <configfiles>