Mercurial > repos > bgruening > cp_measure_texture
comparison measure_texture.xml @ 6:b76841ee5560 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:34:24 +0000 |
parents | 80b200ae516b |
children |
comparison
equal
deleted
inserted
replaced
5:80b200ae516b | 6:b76841ee5560 |
---|---|
1 <tool id="cp_measure_texture" name="MeasureTexture" version="@CP_VERSION@+galaxy@VERSION_SUFFIX@"> | 1 <tool id="cp_measure_texture" name="MeasureTexture" version="@CP_VERSION@+galaxy@VERSION_SUFFIX@"> |
2 <description>quantify the roughness and smoothness of the textures</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@">0</token> | 6 <token name="@VERSION_SUFFIX@">1</token> |
7 <xml name="measureImgObj"> | 7 <xml name="measureImgObj"> |
8 <repeat name="rpt_obj_to_measure" title="new object" min="1"> | 8 <repeat name="rpt_obj_to_measure" title="new object" min="1"> |
9 | 9 |
10 <param name="obj_to_measure" label="Enter the names of the objects to measure" type="text" /> | 10 <param name="obj_to_measure" label="Enter the names of the objects to measure" type="text" /> |
11 </repeat> | 11 </repeat> |
12 </xml> | 12 </xml> |
13 </macros> | 13 </macros> |
14 | |
15 <edam_operations> | |
16 <edam_operation>operation_3443</edam_operation> | |
17 </edam_operations> | |
18 <xrefs> | |
19 <xref type="bio.tools">CellProfiler</xref> | |
20 <xref type="biii">cellprofiler</xref> | |
21 </xrefs> | |
14 | 22 |
15 <expand macro="py_requirements"/> | 23 <expand macro="py_requirements"/> |
16 <expand macro="cmd_modules" /> | 24 <expand macro="cmd_modules" /> |
17 | 25 |
18 <configfiles> | 26 <configfiles> |