Mercurial > repos > bgruening > cp_identify_primary_objects
comparison identify_primary_objects.xml @ 6:87d4d92d7487 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:32:24 +0000 |
parents | b6eec6087271 |
children |
comparison
equal
deleted
inserted
replaced
5:b6eec6087271 | 6:87d4d92d7487 |
---|---|
1 <tool id="cp_identify_primary_objects" name="IdentifyPrimaryObjects" version="@CP_VERSION@+galaxy@VERSION_SUFFIX@"> | 1 <tool id="cp_identify_primary_objects" name="IdentifyPrimaryObjects" version="@CP_VERSION@+galaxy@VERSION_SUFFIX@"> |
2 <description>identify biological objects of interest</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="ipo_common"> | 7 <xml name="ipo_common"> |
8 <param name="input_from_nat" type="text" label="Enter the name of the input image (from NamesAndTypes)"> | 8 <param name="input_from_nat" type="text" label="Enter the name of the input image (from NamesAndTypes)"> |
9 <expand macro="text_validator" /> | 9 <expand macro="text_validator" /> |
10 </param> | 10 </param> |
11 <param name="name_to_be_identified" type="text" label="Enter the name of the primary objects to be identified"> | 11 <param name="name_to_be_identified" type="text" label="Enter the name of the primary objects to be identified"> |
189 <br> - Otsu: This approach calculates the threshold separating the two classes of pixels (foreground and background) by minimizing the variance within the each class. | 189 <br> - Otsu: This approach calculates the threshold separating the two classes of pixels (foreground and background) by minimizing the variance within the each class. |
190 ]]> | 190 ]]> |
191 </help> | 191 </help> |
192 </xml> | 192 </xml> |
193 </macros> | 193 </macros> |
194 | |
195 <edam_operations> | |
196 <edam_operation>operation_3443</edam_operation> | |
197 </edam_operations> | |
198 <xrefs> | |
199 <xref type="bio.tools">CellProfiler</xref> | |
200 <xref type="biii">cellprofiler</xref> | |
201 </xrefs> | |
194 | 202 |
195 <expand macro="py_requirements"/> | 203 <expand macro="py_requirements"/> |
196 <expand macro="cmd_modules" /> | 204 <expand macro="cmd_modules" /> |
197 <configfiles> | 205 <configfiles> |
198 <inputs name="inputs" /> | 206 <inputs name="inputs" /> |