comparison save_images.xml @ 6:27edbb90ab2b 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:05 +0000
parents 33f4fa1413fb
children
comparison
equal deleted inserted replaced
5:33f4fa1413fb 6:27edbb90ab2b
1 <tool id="cp_save_images" name="SaveImages" version="@CP_VERSION@+galaxy@VERSION_SUFFIX@"> 1 <tool id="cp_save_images" name="SaveImages" version="@CP_VERSION@+galaxy@VERSION_SUFFIX@">
2 <description>or movie files</description> 2 <description>with CellProfiler</description>
3 3
4 <macros> 4 <macros>
5 <import>macros.xml</import> 5 <import>macros.xml</import>
6 <token name="@VERSION_SUFFIX@">1</token> 6 <token name="@VERSION_SUFFIX@">2</token>
7 <xml name="file_format"> 7 <xml name="file_format">
8 <param name="file_format" label="Saved the format to save the image(s)" type="select"> 8 <param name="file_format" label="Saved the format to save the image(s)" type="select">
9 <help> 9 <help>
10 <![CDATA[ 10 <![CDATA[
11 - Only tiff supports saving as 16-bit or 32-bit. tiff is a "lossless" file format. 11 - Only tiff supports saving as 16-bit or 32-bit. tiff is a "lossless" file format.
33 <option value="16-bit integer">16-bit integer</option> 33 <option value="16-bit integer">16-bit integer</option>
34 <option value="32-bit floating point">32-bit floating point</option> 34 <option value="32-bit floating point">32-bit floating point</option>
35 </param> 35 </param>
36 </xml> 36 </xml>
37 </macros> 37 </macros>
38
39 <edam_operations>
40 <edam_operation>operation_3443</edam_operation>
41 </edam_operations>
42 <xrefs>
43 <xref type="bio.tools">CellProfiler</xref>
44 <xref type="biii">cellprofiler</xref>
45 </xrefs>
38 46
39 <expand macro="py_requirements"/> 47 <expand macro="py_requirements"/>
40 <expand macro="cmd_modules" /> 48 <expand macro="cmd_modules" />
41 49
42 <configfiles> 50 <configfiles>