comparison relate_objects.xml @ 6:48102a685037 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:27:30 +0000
parents 3a3033222f61
children
comparison
equal deleted inserted replaced
5:3a3033222f61 6:48102a685037
1 <tool id="cp_relate_objects" name="RelateObjects" version="@CP_VERSION@+galaxy@VERSION_SUFFIX@"> 1 <tool id="cp_relate_objects" name="RelateObjects" version="@CP_VERSION@+galaxy@VERSION_SUFFIX@">
2 <description>assign relationships parent-children between 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="distToOtherParents"> 6 <xml name="distToOtherParents">
7 <conditional name="con_other_parent_dist"> 7 <conditional name="con_other_parent_dist">
8 <param name="calc_dist_to_others" label="Calculate distances to other parents?" display="radio" type="select"> 8 <param name="calc_dist_to_others" label="Calculate distances to other parents?" display="radio" type="select">
9 <option value="Yes">Yes</option> 9 <option value="Yes">Yes</option>
10 <option value="No">No</option> 10 <option value="No">No</option>
18 </when> 18 </when>
19 <when value="No" /> 19 <when value="No" />
20 </conditional> 20 </conditional>
21 </xml> 21 </xml>
22 </macros> 22 </macros>
23
24 <edam_operations>
25 <edam_operation>operation_3443</edam_operation>
26 </edam_operations>
27 <xrefs>
28 <xref type="bio.tools">CellProfiler</xref>
29 <xref type="biii">cellprofiler</xref>
30 </xrefs>
23 31
24 <expand macro="py_requirements"/> 32 <expand macro="py_requirements"/>
25 <expand macro="cmd_modules" /> 33 <expand macro="cmd_modules" />
26 34
27 <configfiles> 35 <configfiles>