2
|
1 <tool id="select_product" name="select_product" version="0.2">
|
3
|
2 <description>define product names to sort on and flanking region</description>
|
1
|
3 <requirements>
|
|
4
|
|
5 </requirements>
|
|
6 <command iterpreter="python">
|
|
7 select_product.py
|
|
8 -g $input_file
|
|
9 -n $number
|
|
10 -k $keys
|
|
11 > output_file
|
|
12 </command>
|
|
13
|
|
14 <inputs>
|
|
15 <param format="gbk" name="input_file" type="data" label="reference genbank file"/>
|
|
16 <param name="number" type="integer" value="50" label="flanking region"/>
|
3
|
17 <param name="keys" type="text" label=" list of keys separated by comma of product names"/>
|
1
|
18 </inputs>
|
|
19
|
|
20
|
|
21 <outputs>
|
|
22 <data format="tabular" name="output_file" from_work_dir="output_file">
|
|
23 </data>
|
|
24
|
|
25
|
|
26 </outputs>
|
|
27
|
|
28 <tests>
|
|
29 <!-- Empty -->
|
|
30 </tests>
|
|
31
|
|
32 <help>
|
|
33
|
|
34 .. class:: infomark
|
|
35
|
|
36 **What it does**
|
|
37
|
3
|
38
|
|
39 Finds all CDS that match the key words provided in the comma separated argument -k in the product description adds a given number of bases on each side of the transcript for the exclusion set
|
|
40
|
2
|
41
|
1
|
42 -------------
|
|
43
|
|
44 .. class:: infomark
|
|
45
|
|
46 **Tool Author**
|
|
47
|
|
48 Brigida Rusconi
|
|
49
|
|
50
|
|
51 </help>
|
|
52 </tool> |