annotate find_CAPS.xml @ 2:ea2117a7b363 draft

Uploaded CAPS marker design workflow for 454 Data
author john-mccallum
date Sun, 09 Sep 2012 23:16:56 -0400
parents 21053f7f9ed1
children b321e0517be3
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="CAPS_Marker_Design_2" name="CAPS Detection">
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
3 <description>identify SNPs that condition restriction polymorphisms</description>
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
4 <command interpreter="python">find_CAPS.py $inputFasta $inputSNPGff3File > $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="gff3" name="inputSNPGff3File" type="data" label="GFF3 file containing SNP data"/>
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
7 <param format="fasta" name="inputFasta" type="data" label="fasta source file" />
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="interval" 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 identifies SNPs that condition restriction polymorphisms.
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 Currently it utilizes a fixed list of robust enzymes known to work well in PCR buffers
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 AluI,ApaI,BamHI,BbrPI,BfrI,ClaI,DpnI,DraI,EcoRI,HaeIII,HindII,HinfI,HpaI,PvuII,RsaI,SacI,Sau3AI,SmaI,TaqI
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
22
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
23 It produces a tabular output in interval format
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
24
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
25 record ID, start, stop, feature ID,enzyme, phase (ie whether it cuts reference or variant sequence)
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
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
29
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 **Example**
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
32
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
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
35 *input GFF*
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 ::
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
38
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
39 JR843866 gsmapper SNP 63 63 . . . ID=JR843866:gsmapperSNP:63;Reference_seq=T;Variant_seq=C;Total_reads=22;Variant_reads=20
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
40 JR843866 gsmapper SNP 146 146 . . . ID=JR843866:gsmapperSNP:146;Reference_seq=T;Variant_seq=C;Total_reads=26;Variant_reads=10
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
41 JR843866 gsmapper SNP 258 258 . . . ID=JR843866:gsmapperSNP:258;Reference_seq=T;Variant_seq=G;Total_reads=4;Variant_reads=3
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
42 JR848320 gsmapper SNP 157 157 . . . ID=JR848320:gsmapperSNP:157;Reference_seq=C;Variant_seq=T;Total_reads=10;Variant_reads=10
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
43 JR848554 gsmapper SNP 54 54 . . . ID=JR848554:gsmapperSNP:54;Reference_seq=T;Variant_seq=G;Total_reads=5;Variant_reads=5
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
44 JR848554 gsmapper SNP 74 74 . . . ID=JR848554:gsmapperSNP:74;Reference_seq=C;Variant_seq=T;Total_reads=7;Variant_reads=7
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
45 JR848554 gsmapper SNP 123 123 . . . ID=JR848554:gsmapperSNP:123;Reference_seq=T;Variant_seq=A;Total_reads=11;Variant_reads=11
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
46 JR848554 gsmapper SNP 147 147 . . . ID=JR848554:gsmapperSNP:147;Reference_seq=T;Variant_seq=C;Total_reads=13;Variant_reads=13
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
47 JR848554 gsmapper SNP 161 161 . . . ID=JR848554:gsmapperSNP:161;Reference_seq=C;Variant_seq=T;Total_reads=13;Variant_reads=13
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 *output columnar data*
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
52
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
53 ::
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
54
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
55 JR843866 63 64 JR843866:gsmapperSNP:63 HaeIII variant
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
56 JR848320 157 158 JR848320:gsmapperSNP:157 TaqI variant
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
57 JR848320 157 158 JR848320:gsmapperSNP:157 HinfI variant
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
58 JR848554 162 163 JR848554:gsmapperSNP:162 TaqI variant
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
59 JR848554 162 163 JR848554:gsmapperSNP:162 ClaI variant
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
60 JR848554 306 307 JR848554:gsmapperSNP:306 TaqI variant
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
61 JR848554 652 653 JR848554:gsmapperSNP:652 TaqI variant
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
62
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
63
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
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
66
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
67 *If you use this tool please cite:*
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 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
70 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
71 (2012)
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
72
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
73 Samantha Baldwin, Roopashree Revanna, Susan Thomson, Meeghan Pither-Joyce, Kathryn Wright,
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
74 Ross Crowhurst, Mark Fiers, Leshi Chen, Richard MacKnight, John A. McCallum
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
75
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
76
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
77
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
78
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
79
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
80 </help>
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
81 </tool>