comparison track_objects.xml @ 1:1fd453cd757b draft

"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 7d7a519c3a2cc612d38695b335d0f6c75a099de3"
author bgruening
date Fri, 26 Feb 2021 14:11:48 +0000
parents 644e5e32a83c
children 972d2c365739
comparison
equal deleted inserted replaced
0:644e5e32a83c 1:1fd453cd757b
1 <tool id="cp_track_objects" name="TrackObjects" version="@CP_VERSION@" python_template_version="3.5"> 1 <tool id="cp_track_objects" name="TrackObjects" version="@CP_VERSION@+galaxy@VERSION_SUFFIX@" python_template_version="3.5">
2 <description> tracking objects throughout sequential frames of a series of images</description> 2 <description> tracking objects throughout sequential frames of a series of images</description>
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 <token name="@VERSION_SUFFIX@">0</token>
5 <xml name="common"> 6 <xml name="common">
6 <conditional name="con_filter_by_lifetime"> 7 <conditional name="con_filter_by_lifetime">
7 <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."> 8 <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.">
8 <option value="Yes">Yes</option> 9 <option value="Yes">Yes</option>
9 <option value="No">No</option> 10 <option value="No">No</option>