comparison tile.xml @ 2:443638c10c61 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:31:03 +0000
parents 878bafb411dd
children
comparison
equal deleted inserted replaced
1:878bafb411dd 2:443638c10c61
1 <tool id="cp_tile" name="Tile" version="@CP_VERSION@+galaxy@VERSION_SUFFIX@" python_template_version="3.5"> 1 <tool id="cp_tile" name="Tile" version="@CP_VERSION@+galaxy@VERSION_SUFFIX@" python_template_version="3.5">
2 <description> tiles images together to form large montage 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@">0</token>
6 <xml name="cycles"> 6 <xml name="cycles">
7 <conditional name="con_calc_no_row"> 7 <conditional name="con_calc_no_row">
46 <option value="No">No</option> 46 <option value="No">No</option>
47 </param> 47 </param>
48 </xml> 48 </xml>
49 49
50 </macros> 50 </macros>
51 <edam_operations>
52 <edam_operation>operation_3443</edam_operation>
53 </edam_operations>
54 <xrefs>
55 <xref type="bio.tools">CellProfiler</xref>
56 <xref type="biii">cellprofiler</xref>
57 </xrefs>
51 <expand macro="py_requirements"/> 58 <expand macro="py_requirements"/>
52 <command detect_errors="exit_code"> 59 <command detect_errors="exit_code">
53 <![CDATA[ 60 <![CDATA[
54 python '$__tool_directory__/tile.py' -p '$input_pipeline' -i '$input_json' 61 python '$__tool_directory__/tile.py' -p '$input_pipeline' -i '$input_json'
55 ]]> 62 ]]>