7
|
1 <tool id="select_product" name="select_product" version="0.6">
|
3
|
2 <description>define product names to sort on and flanking region</description>
|
7
|
3 <requirements> </requirements>
|
|
4 <stdio>
|
|
5 <exit_code range="1:" />
|
|
6 </stdio>
|
|
7
|
4
|
8 <command interpreter="python">
|
7
|
9 select_product.py -g $input_file -n $number -k $keys_1 -o $output_file
|
1
|
10 </command>
|
|
11
|
|
12 <inputs>
|
6
|
13 <param format="genbank" name="input_file" type="data" label="reference genbank file"/>
|
7
|
14 <param name="number" type="integer" value="50" label="flanking region"/>
|
|
15 <param name="keys_1" type="text" value="transposase" label="list of keys separated by comma of product names"/>
|
1
|
16 </inputs>
|
|
17
|
|
18
|
|
19 <outputs>
|
7
|
20 <data format="tabular" name="output_file">
|
1
|
21 </data>
|
|
22
|
|
23
|
|
24 </outputs>
|
|
25
|
|
26 <tests>
|
|
27 <!-- Empty -->
|
|
28 </tests>
|
|
29
|
|
30 <help>
|
|
31
|
|
32 .. class:: infomark
|
|
33
|
|
34 **What it does**
|
|
35
|
3
|
36
|
|
37 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
|
|
38
|
2
|
39
|
1
|
40 -------------
|
|
41
|
|
42 .. class:: infomark
|
|
43
|
|
44 **Tool Author**
|
|
45
|
|
46 Brigida Rusconi
|
|
47
|
|
48
|
|
49 </help>
|
|
50 </tool> |