comparison export_to_spreadsheet.xml @ 6:f24c370e5ea4 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:35:54 +0000
parents d0178bdcd00e
children
comparison
equal deleted inserted replaced
5:d0178bdcd00e 6:f24c370e5ea4
1 <tool id="cp_export_to_spreadsheet" name="ExportToSpreadsheet" version="@CP_VERSION@+galaxy@VERSION_SUFFIX@"> 1 <tool id="cp_export_to_spreadsheet" name="ExportToSpreadsheet" version="@CP_VERSION@+galaxy@VERSION_SUFFIX@">
2 <description>export measurements into one or more files</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@">1</token> 5 <token name="@VERSION_SUFFIX@">2</token>
6 <xml name="metadata_sample_row" > 6 <xml name="metadata_sample_row" >
7 <param name="metadata_category" type="select" label="Select the metadata to use as the identifier"> 7 <param name="metadata_category" type="select" label="Select the metadata to use as the identifier">
8 <option value="FileName">File name</option> 8 <option value="FileName">File name</option>
9 9
10 <option value="Frame">Frame</option> 10 <option value="Frame">Frame</option>
23 23
24 </help> 24 </help>
25 </param> 25 </param>
26 </xml> 26 </xml>
27 </macros> 27 </macros>
28
29 <edam_operations>
30 <edam_operation>operation_3443</edam_operation>
31 </edam_operations>
32 <xrefs>
33 <xref type="bio.tools">CellProfiler</xref>
34 <xref type="biii">cellprofiler</xref>
35 </xrefs>
28 36
29 <expand macro="py_requirements"/> 37 <expand macro="py_requirements"/>
30 <expand macro="cmd_modules" /> 38 <expand macro="cmd_modules" />
31 39
32 <configfiles> 40 <configfiles>