annotate fastqsolexa_to_fasta_qual.xml @ 0:b471da1d7303 draft default tip

Imported from capsule None
author devteam
date Mon, 19 May 2014 10:59:35 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
1 <tool id="fastqsolexa_to_fasta_qual" name="FASTQSOLEXA-to-FASTA-QUAL" version="1.0.0">
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
2 <description>extracts sequences and quality scores from FASTQSOLEXA data</description>
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
3 <command interpreter="python">fastqsolexa_to_fasta_qual.py $input1 $output1 $output2 $input1.extension</command>
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
4 <inputs>
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
5 <param name="input1" type="data" format="fastqsolexa" label="Fastqsolexa file"/>
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
6 </inputs>
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
7 <outputs>
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
8 <data name="output1" format="fasta"/>
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
9 <data name="output2" format="qualsolexa"/>
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
10 </outputs>
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
11 <tests>
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
12 <!-- NOTE: this tool generates 2 output files, but our functional tests currently only handle the last one generated -->
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
13 <test>
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
14 <param name="input1" value="1.fastqsolexa" ftype="fastqsolexa" />
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
15 <output name="output1" file="fastqsolexa_to_fasta_qual_out4.fasta" />
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
16 <output name="output2" file="fastqsolexa_to_fasta_qual_out4.qualsolexa" />
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
17 </test>
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
18 <test>
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
19 <param name="input1" value="2.fastqsolexa" ftype="fastqsolexa" />
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
20 <output name="output1" file="fastqsolexa_to_fasta_qual_out2.fasta" />
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
21 <output name="output2" file="fastqsolexa_to_fasta_qual_out2.qualsolexa" />
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
22 </test>
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
23 </tests>
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
24 <help>
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
25
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
26 .. class:: warningmark
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
27
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
28 IMPORTANT: This tool currently only supports data where the quality scores are integers or ASCII quality scores with base 64.
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
29
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
30 -----
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
31
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
32 **What it does**
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
33
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
34 This tool extracts sequences and quality scores from FASTQ data ( Solexa variant ), producing a FASTA dataset and a QUAL dataset.
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
35
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
36 -----
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
37
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
38 **Example1**
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
39
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
40 - Converting the following Solexa fastq data::
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
41
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
42 @seq1
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
43 GACAGCTTGGTTTTTAGTGAGTTGTTCCTTTCTTT
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
44 +seq1
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
45 hhhhhhhhhhhhhhhhhhhhhhhhhhPW@hhhhhh
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
46 @seq2
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
47 GCAATGACGGCAGCAATAAACTCAACAGGTGCTGG
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
48 +seq2
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
49 hhhhhhhhhhhhhhYhhahhhhWhAhFhSIJGChO
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
50
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
51 - will extract the following sequences::
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
52
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
53 >seq1
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
54 GACAGCTTGGTTTTTAGTGAGTTGTTCCTTTCTTT
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
55 >seq2
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
56 GCAATGACGGCAGCAATAAACTCAACAGGTGCTGG
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
57
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
58 - and quality scores::
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
59
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
60 >seq1
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
61 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 16 23 0 40 40 40 40 40 40
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
62 >seq2
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
63 40 40 40 40 40 40 40 40 40 40 40 40 40 40 25 40 40 33 40 40 40 40 23 40 1 40 6 40 19 9 10 7 3 40 15
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
64
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
65 **Example2**
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
66
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
67 - Converting the following Solexa fastq data::
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
68
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
69 @HANNIBAL_1_FC302VTAAXX:2:1:228:167
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
70 GAATTGATCAGGACATAGGACAACTGTAGGCACCAT
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
71 +HANNIBAL_1_FC302VTAAXX:2:1:228:167
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
72 40 40 40 40 35 40 40 40 25 40 40 26 40 9 33 11 40 35 17 40 40 33 40 7 9 15 3 22 15 30 11 17 9 4 9 4
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
73 @HANNIBAL_1_FC302VTAAXX:2:1:156:340
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
74 GAGTTCTCGTCGCCTGTAGGCACCATCAATCGTATG
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
75 +HANNIBAL_1_FC302VTAAXX:2:1:156:340
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
76 40 15 40 17 6 36 40 40 40 25 40 9 35 33 40 14 14 18 15 17 19 28 31 4 24 18 27 14 15 18 2 8 12 8 11 9
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
77
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
78 - will extract the following sequences::
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
79
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
80 >HANNIBAL_1_FC302VTAAXX:2:1:228:167
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
81 GAATTGATCAGGACATAGGACAACTGTAGGCACCAT
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
82 >HANNIBAL_1_FC302VTAAXX:2:1:156:340
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
83 GAGTTCTCGTCGCCTGTAGGCACCATCAATCGTATG
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
84
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
85 - and quality scores::
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
86
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
87 >HANNIBAL_1_FC302VTAAXX:2:1:228:167
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
88 40 40 40 40 35 40 40 40 25 40 40 26 40 9 33 11 40 35 17 40 40 33 40 7 9 15 3 22 15 30 11 17 9 4 9 4
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
89 >HANNIBAL_1_FC302VTAAXX:2:1:156:340
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
90 40 15 40 17 6 36 40 40 40 25 40 9 35 33 40 14 14 18 15 17 19 28 31 4 24 18 27 14 15 18 2 8 12 8 11 9
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
91
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
92 </help>
b471da1d7303 Imported from capsule None
devteam
parents:
diff changeset
93 </tool>