comparison display_data_on_image.xml @ 6:5d28ac336861 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:26:46 +0000
parents 6a7da2e5f696
children
comparison
equal deleted inserted replaced
5:6a7da2e5f696 6:5d28ac336861
1 <tool id="cp_display_data_on_image" name="DisplayDataOnImage" version="@CP_VERSION@+galaxy@VERSION_SUFFIX@"> 1 <tool id="cp_display_data_on_image" name="DisplayDataOnImage" version="@CP_VERSION@+galaxy@VERSION_SUFFIX@">
2 <description>produce an image with data on top of identified objects</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="display_object"> 6 <xml name="display_object">
7 <param name="select_input_obj" label="Enter the name of the input objects" type="text" help="Enter the name of the objects identified by some other tool used upstream in the workflow (such as IdentifyPrimaryObjects or IdentifySecondaryObjects)." /> 7 <param name="select_input_obj" label="Enter the name of the input objects" type="text" help="Enter the name of the objects identified by some other tool used upstream in the workflow (such as IdentifyPrimaryObjects or IdentifySecondaryObjects)." />
8 8
9 <conditional name="con_obj_measurement_category"> 9 <conditional name="con_obj_measurement_category">
10 <param name="measurement_category" label="Measurement category" type="select" help="The measurement will be made by some other tool used upstream in the workflow on either the whole image or on the objects you selected."> 10 <param name="measurement_category" label="Measurement category" type="select" help="The measurement will be made by some other tool used upstream in the workflow on either the whole image or on the objects you selected.">
90 <param name="measurement" label="Measurement" type="text" /> 90 <param name="measurement" label="Measurement" type="text" />
91 </when> 91 </when>
92 </conditional> 92 </conditional>
93 </xml> 93 </xml>
94 </macros> 94 </macros>
95
96 <edam_operations>
97 <edam_operation>operation_3443</edam_operation>
98 </edam_operations>
99 <xrefs>
100 <xref type="bio.tools">CellProfiler</xref>
101 <xref type="biii">cellprofiler</xref>
102 </xrefs>
95 103
96 <expand macro="py_requirements"/> 104 <expand macro="py_requirements"/>
97 <expand macro="cmd_modules" /> 105 <expand macro="cmd_modules" />
98 106
99 <configfiles> 107 <configfiles>