0
|
1 <?xml version="1.0"?>
|
|
2 <tool id="parse_primersearch_1" name="Parse Primer search">
|
|
3 <description>Parse EMBOSS primer search output to tabular </description>
|
|
4 <command interpreter="perl">parse_primersearch.pl $inputPrimersearchFile $outputfile </command>
|
|
5 <inputs>
|
|
6 <param format="primersearch" name="inputPrimersearchFile" type="data" label="Primersearch output file"/>
|
|
7 </inputs>
|
|
8 <outputs>
|
|
9
|
|
10 <data format="tabular" name="outputfile" />
|
|
11 </outputs>
|
|
12 <help>
|
|
13
|
|
14 .. class:: infomark
|
|
15
|
|
16 **TIP**
|
|
17
|
|
18 This tool parses EMBOSS primersearch_ output into columnar format suitable for use as interval
|
|
19
|
|
20
|
|
21
|
|
22 Columns are:
|
|
23
|
|
24 1. Primer set ID
|
|
25 2. Hit ID
|
|
26 3. Number of mismatches
|
|
27 4. Amplimer start
|
|
28 5. Amplimer end
|
|
29 6. Amplicon length
|
|
30
|
|
31
|
|
32 ----
|
|
33
|
|
34 **Example**
|
|
35
|
|
36 *output*
|
|
37
|
|
38 ::
|
|
39
|
|
40 ACP032 isotig07062 0 214 363 149
|
|
41 ACP223 isotig04647 0 362 574 212
|
|
42 ACP224 isotig04647 0 303 519 216
|
|
43 ACP225 isotig04647 0 153 355 202
|
|
44 ACP363 isotig10393 0 93 193 100
|
|
45 ACP394 isotig00271 0 894 986 92
|
|
46 ACP394 isotig00273 0 805 897 92
|
|
47 ACP440 isotig05277 0 506 601 95
|
|
48 ACP615 isotig00271 0 894 978 84
|
|
49 ACP615 isotig00273 0 805 889 84
|
|
50 AJK295 isotig06005 0 182 651 469
|
|
51
|
|
52
|
|
53 .. _primersearch: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/primersearch.html
|
|
54
|
|
55 -----------------------
|
|
56
|
|
57 *If you use this tool please cite:*
|
|
58
|
|
59 A Toolkit For Bulk PCR-Based Marker Design From Next-Generation Sequence Data:
|
|
60 Application For Development Of A Framework Linkage Map In Bulb Onion (*Allium cepa* L.)
|
|
61 (2012)
|
|
62
|
|
63 Samantha Baldwin, Roopashree Revanna, Susan Thomson, Meeghan Pither-Joyce, Kathryn Wright,
|
|
64 Ross Crowhurst, Mark Fiers, Leshi Chen, Richard MacKnight, John A. McCallum
|
|
65
|
|
66
|
|
67 </help>
|
|
68 </tool>
|