annotate CAPS2gff.xml @ 6:f201e8c6e004 draft default tip

Uploaded
author ben-warren
date Mon, 07 Jul 2014 19:28:17 -0400
parents 21053f7f9ed1
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="CAPS2gff" name="CAPS Output to GFF3">
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
3 <description>convert output of CAPS detection to gvf/gff3</description>
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
4 <command interpreter="bash">CAPS2gff.sh $inputFile $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="tabular" name="inputFile" type="data" label="Input CAPS File" help="tabular CAPS from find_CAPs tool" />
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
7 </inputs>
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
8 <outputs>
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
9 <data format="gff3" name="outputfile" />
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
10
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 This tool provides a simple conversion from CAPS 3 column output to GFF3
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 -----------------------
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 *If you use this tool please cite:*
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 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
20 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
21 (2012)
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 Samantha Baldwin, Roopashree Revanna, Susan Thomson, Meeghan Pither-Joyce, Kathryn Wright,
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
24 Ross Crowhurst, Mark Fiers, Leshi Chen, Richard MacKnight, John A. McCallum
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
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 </help>
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
31 </tool>
21053f7f9ed1 First upload of PCR Marker tools
john-mccallum
parents:
diff changeset
32