comparison color_to_gray.xml @ 2:bad171ed1e96 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:33:04 +0000
parents e8f822eeb9fd
children
comparison
equal deleted inserted replaced
1:e8f822eeb9fd 2:bad171ed1e96
1 <tool id="cp_color_to_gray" name="ColorToGray" version="@CP_VERSION@+galaxy@VERSION_SUFFIX@" 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>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="combine_weight"> 6 <xml name="combine_weight">
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_red_channel" value="1.0" min = "0.0" max = "1.0" type="float" label="Relative weight of the red 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_green_channel" value="1.0" min = "0.0" max = "1.0" type="float" label="Relative weight of the green 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 <param name="weight_blue_channel" value="1.0" min = "0.0" max = "1.0" type="float" label="Relative weight of the blue channel" />
10 </xml> 10 </xml>
125 </when> 125 </when>
126 </conditional> 126 </conditional>
127 </xml> 127 </xml>
128 128
129 </macros> 129 </macros>
130 <edam_operations>
131 <edam_operation>operation_3443</edam_operation>
132 </edam_operations>
133 <xrefs>
134 <xref type="bio.tools">CellProfiler</xref>
135 <xref type="biii">cellprofiler</xref>
136 </xrefs>
130 <expand macro="py_requirements"/> 137 <expand macro="py_requirements"/>
131 <command detect_errors="exit_code"> 138 <command detect_errors="exit_code">
132 <![CDATA[ 139 <![CDATA[
133 python '$__tool_directory__/color_to_gray.py' -p '$input_pipeline' -i '$input_json' 140 python '$__tool_directory__/color_to_gray.py' -p '$input_pipeline' -i '$input_json'
134 ]]> 141 ]]>