comparison filter_kw_val.xml @ 3:68cee865018e draft

planemo upload commit ce1b8c12b00aec52eb0f5f9c5a9e30ad7926f970-dirty
author proteore
date Wed, 16 Jan 2019 08:30:53 -0500
parents 52a7afd01c6d
children 2080e2a4f209
comparison
equal deleted inserted replaced
2:52a7afd01c6d 3:68cee865018e
1 <tool id="MQoutputfilter" name="Filter by keywords and/or numerical value" version="2018.12.18"> 1 <tool id="MQoutputfilter" name="Filter by keywords and/or numerical value" version="2019.01.16">
2 <description></description> 2 <description></description>
3 <requirements> 3 <requirements>
4 </requirements> 4 </requirements>
5 <stdio> 5 <stdio>
6 <exit_code range="1:" /> 6 <exit_code range="1:" />
91 </conditional> 91 </conditional>
92 </repeat> 92 </repeat>
93 <repeat name="value" title="Filter by numerical value" > 93 <repeat name="value" title="Filter by numerical value" >
94 <param name="ncol" type="text" value="c1" label="Column number on which to apply the filter" help='For example, fill in "c1" if the keywords you want to filter out are listed in the first column' /> 94 <param name="ncol" type="text" value="c1" label="Column number on which to apply the filter" help='For example, fill in "c1" if the keywords you want to filter out are listed in the first column' />
95 <conditional name="v" > 95 <conditional name="v" >
96 <param argument="Numerical Value" type="select" label="Select operator" > 96 <param name="val" type="select" label="Select operator" >
97 <option value="Equal">=</option> 97 <option value="Equal">=</option>
98 <option value="Higher">&gt;</option> 98 <option value="Higher">&gt;</option>
99 <option value="Equal or higher">&gt;=</option> 99 <option value="Equal or higher">&gt;=</option>
100 <option value="Lower">&lt;</option> 100 <option value="Lower">&lt;</option>
101 <option value="Equal or lower">&lt;=</option> 101 <option value="Equal or lower">&lt;=</option>