0
|
1 <tool id="igparse" name="igBLASTreport parser" version="0.2.0">
|
|
2 <description>Parse igBLASTn report (output format -m 3)</description>
|
|
3 <command>
|
1
|
4 perl igparse.pl $input $record | grep -v "D:" | cut -f2- > $output
|
0
|
5 </command>
|
|
6 <inputs>
|
|
7 <param name="input" type="data" format="text" label="igBLASTn report"/>
|
|
8 <param name="record" type="integer" value="0" label="Choose a single record or 0 for all">
|
|
9 <validator type="in_range" min="0" max="1000000" />
|
|
10 </param>
|
|
11 </inputs>
|
|
12 <outputs>
|
|
13 <data name="output" format="tabular" label="${input.name}-parsed" />
|
|
14 </outputs>
|
|
15 <help>
|
|
16 there is no help
|
|
17 </help>
|
|
18 </tool>
|