annotate convert_gsMapper_gff3.xml @ 0:21053f7f9ed1 draft

First upload of PCR Marker tools
author john-mccallum
date Thu, 14 Jun 2012 19:29:26 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
1 <?xml version="1.0"?>
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
2 <tool id="gsMapper_to_gff3_1" name="Convert gsMapper to gff3">
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
3 <description>Convert Roche gsMapper to GFF3</description>
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
4 <command interpreter="bash">gsmapper2gff.sh $inputGsFile $outputfile</command>
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
5 <inputs>
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
6 <param format="txt" name="inputGsFile" type="data" label="Roche gsMapper 454HCDiffs.txt or 454AllDiffs.txt file"/>
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
7
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
8 </inputs>
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
9 <outputs>
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
10 <data format="gff3" name="outputfile" />
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
11 </outputs>
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
12 <help>
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
13 .. class:: infomark
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
14
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
15 **TIP**
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
16
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
17 This tool parses Roche gsMapper read mapping output into GVF/GFF3 format
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
18
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
19
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
20 ----
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
21
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
22 **Example**
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
23
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
24 *input*
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
25
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
26 ::
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
27
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
28 >Reference Start End Ref Var Total Var Ref Var Coding Region Known # Fwd # Rev # Fwd # Rev
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
29 >Accno Pos Pos Nuc Nuc Depth Freq AA AA Frame Name SNP's w/ var w/ var Total Total
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
30 ______________________________
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
31
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
32 >1118212 673 673 A C 7 100% 6 1 6 1
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
33
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
34 Reads with Difference:
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
35 1118212 648+ GTTGGTCCACTATTACTCTCAGATT-ATTTCATAACAATAATGG----A-TAC-AA 696
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
36 **
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
37 FX289JP01DVQR7 53- GTTGGTCCACTATTACTCTCAGATTC-TTTCATAACAATAATGGGCTGA-TACTA 1
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
38 FX289JP02IJT2O (7) 82+ GTTGGTCCACTATTACTCTCAGATTC-TTTCATAACAATAATGG----A-TAC-AA 130
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
39 FX289JP01B8R7V 84+ GTTGGTCCACTATTACTCTCAGATTC-TTTCATAACAATA-TGG----A-TAC-AA 131
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
40 FX289JP02FX58L 68+ GTTGGTCCACTATTACTCTCAGATTC-TTTCATAACAATAATGG----AC-AC-AA 116
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
41 FX289JP02JXAX7 (7) 67+ GTTGGTCCACTATTACTCTCAGATTC-TTTCATAACAATAATGG----A-TAC-AA 115
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
42 FX289JP02JOOQZ (2) 69+ GTTGGTCCACTATTACTCTCAGATTC-TTTCATAACAATAATGG----A-TAC-AA 117
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
43 FX289JP02GPHPX 45+ GTTGGTCCACTATTACTCTCAGATTC-TTTCATAACAATAATGG----A-TAC-AA 93
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
44 **
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
45
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
46
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
47 *output*
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
48
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
49 ::
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
50
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
51 ##gff-version 3
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
52 1118212 gsMapper SNP 673 673 . . . ID=1118212:gsMapper:SNP:673;Reference_seq=A;Variant_seq=C;Total_reads=7;Variant_freq=100;
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
53 1118212 gsMapper SNP 730 730 . . . ID=1118212:gsMapper:SNP:730;Reference_seq=A;Variant_seq=G;Total_reads=13;Variant_freq=31;
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
54 1118212 gsMapper SNP 782 782 . . . ID=1118212:gsMapper:SNP:782;Reference_seq=T;Variant_seq=C;Total_reads=13;Variant_freq=92;
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
55 1118212 gsMapper SNP 1319 1319 . . . ID=1118212:gsMapper:SNP:1319;Reference_seq=G;Variant_seq=A;Total_reads=7;Variant_freq=100;
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
56
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
57 -----------------------
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
58
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
59 *If you use this tool please cite:*
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
60
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
61 A Toolkit For Bulk PCR-Based Marker Design From Next-Generation Sequence Data:
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
62 Application For Development Of A Framework Linkage Map In Bulb Onion (*Allium cepa* L.)
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
63 (2012)
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
64
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
65 Samantha Baldwin, Roopashree Revanna, Susan Thomson, Meeghan Pither-Joyce, Kathryn Wright,
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
66 Ross Crowhurst, Mark Fiers, Leshi Chen, Richard MacKnight, John A. McCallum
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
67
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
68
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
69 </help>
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
70 </tool>