Mercurial > repos > bgruening > cp_track_objects
diff track_objects.xml @ 2:972d2c365739 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:44 +0000 |
parents | 1fd453cd757b |
children |
line wrap: on
line diff
--- a/track_objects.xml Fri Feb 26 14:11:48 2021 +0000 +++ b/track_objects.xml Sun Nov 05 09:31:44 2023 +0000 @@ -1,8 +1,8 @@ <tool id="cp_track_objects" name="TrackObjects" version="@CP_VERSION@+galaxy@VERSION_SUFFIX@" python_template_version="3.5"> - <description> tracking objects throughout sequential frames of a series of images</description> + <description>with CellProfiler</description> <macros> <import>macros.xml</import> - <token name="@VERSION_SUFFIX@">0</token> + <token name="@VERSION_SUFFIX@">1</token> <xml name="common"> <conditional name="con_filter_by_lifetime"> <param name="filter_by_lifetime" type="select" label="Filter objects by lifetime?" help = "Select Yes if you want objects to be filtered by their lifetime, i.e., total duration in frames. This is useful for marking objects which transiently appear and disappear, such as the results of a mis-segmentation."> @@ -212,6 +212,13 @@ </xml> </macros> + <edam_operations> + <edam_operation>operation_3443</edam_operation> + </edam_operations> + <xrefs> + <xref type="bio.tools">CellProfiler</xref> + <xref type="biii">cellprofiler</xref> + </xrefs> <expand macro="py_requirements"/> <command detect_errors="exit_code"> <![CDATA[ @@ -446,4 +453,4 @@ ]]> </help> <expand macro="citations"/> -</tool> \ No newline at end of file +</tool>