0
|
1 <tool id="filter_on_rank" name="RIQC-Filter on rank" version="1.0.2">
|
|
2 <description>Filter on the Rank field in the RankFilter output file</description>
|
|
3 <command interpreter="python">select_on_rank.py $input $output "$rank"</command>
|
|
4 <inputs>
|
|
5 <param format="tabular" name="input" type="data" label="Source file (RankFilter ouptut)"/>
|
|
6 <param format="tabular" help="Filter on (keep different values separate with a comma)" value ="1,2"
|
|
7 name="rank" type="text" label="Select Ranks to keep"/>
|
|
8 </inputs>
|
|
9 <outputs>
|
|
10 <data format="tabular" label="${tool.name} on ${on_string} selected ${rank}" name="output" />
|
|
11 </outputs>
|
|
12 <help>
|
|
13 This tool removes all entries with non selected rank values from the input file (supported input file is a RankFilter output file).
|
|
14 </help>
|
|
15 </tool>
|