comparison image_math.xml @ 4:ff1a86a87364 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:37:26 +0000
parents 6100a22bf4f2
children
comparison
equal deleted inserted replaced
3:6100a22bf4f2 4:ff1a86a87364
1 <tool id="cp_image_math" name="ImageMath" version="@CP_VERSION@+galaxy@VERSION_SUFFIX@" python_template_version="3.5"> 1 <tool id="cp_image_math" name="ImageMath" version="@CP_VERSION@+galaxy@VERSION_SUFFIX@" python_template_version="3.5">
2 <description>perform simple mathematical operations on images</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="image_without_multiplier" token_order="first"> 6 <xml name="image_without_multiplier" token_order="first">
7 <conditional name="image_or_measurement_@ORDER@"> 7 <conditional name="image_or_measurement_@ORDER@">
8 <param name="image_or_measurement_@ORDER@" type="select" label="Image or measurement?" help="You can perform math operations or you can use a measurement for one of the operands."> 8 <param name="image_or_measurement_@ORDER@" type="select" label="Image or measurement?" help="You can perform math operations or you can use a measurement for one of the operands.">
9 <option value="Image">Image</option> 9 <option value="Image">Image</option>
10 <option value="Measurement">Measurement</option> 10 <option value="Measurement">Measurement</option>
107 <option value="No">No</option> 107 <option value="No">No</option>
108 </param> 108 </param>
109 </section> 109 </section>
110 </xml> 110 </xml>
111 </macros> 111 </macros>
112 <edam_operations>
113 <edam_operation>operation_3443</edam_operation>
114 </edam_operations>
115 <xrefs>
116 <xref type="bio.tools">CellProfiler</xref>
117 <xref type="biii">cellprofiler</xref>
118 </xrefs>
112 <expand macro="py_requirements"/> 119 <expand macro="py_requirements"/>
113 <command detect_errors="exit_code"> 120 <command detect_errors="exit_code">
114 <![CDATA[ 121 <![CDATA[
115 python '$__tool_directory__/image_math.py' -p '$input_pipeline' -i '$input_json' 122 python '$__tool_directory__/image_math.py' -p '$input_pipeline' -i '$input_json'
116 ]]> 123 ]]>