comparison CAPS2gff.xml @ 0:21053f7f9ed1 draft

First upload of PCR Marker tools
author john-mccallum
date Thu, 14 Jun 2012 19:29:26 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:21053f7f9ed1
1 <?xml version="1.0"?>
2 <tool id="CAPS2gff" name="CAPS Output to GFF3">
3 <description>convert output of CAPS detection to gvf/gff3</description>
4 <command interpreter="bash">CAPS2gff.sh $inputFile $outputfile</command>
5 <inputs>
6 <param format="tabular" name="inputFile" type="data" label="Input CAPS File" help="tabular CAPS from find_CAPs tool" />
7 </inputs>
8 <outputs>
9 <data format="gff3" name="outputfile" />
10
11 </outputs>
12 <help>
13 This tool provides a simple conversion from CAPS 3 column output to GFF3
14
15 -----------------------
16
17 *If you use this tool please cite:*
18
19 A Toolkit For Bulk PCR-Based Marker Design From Next-Generation Sequence Data:
20 Application For Development Of A Framework Linkage Map In Bulb Onion (*Allium cepa* L.)
21 (2012)
22
23 Samantha Baldwin, Roopashree Revanna, Susan Thomson, Meeghan Pither-Joyce, Kathryn Wright,
24 Ross Crowhurst, Mark Fiers, Leshi Chen, Richard MacKnight, John A. McCallum
25
26
27
28
29
30 </help>
31 </tool>
32