annotate fastx_toolkit-0.0.6/galaxy/tools/fastx_toolkit/fastx_nucleotides_distribution.xml @ 3:997f5136985f draft default tip

Uploaded
author xilinxu
date Thu, 14 Aug 2014 04:52:17 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
997f5136985f Uploaded
xilinxu
parents:
diff changeset
1 <tool id="cshl_fastx_nucleotides_distribution" name="Nucleotides Distribution">
997f5136985f Uploaded
xilinxu
parents:
diff changeset
2 <description>chart</description>
997f5136985f Uploaded
xilinxu
parents:
diff changeset
3 <command>fastx_nucleotide_distribution_graph.sh -t '$input.name' -i $input -o $output</command>
997f5136985f Uploaded
xilinxu
parents:
diff changeset
4
997f5136985f Uploaded
xilinxu
parents:
diff changeset
5 <inputs>
997f5136985f Uploaded
xilinxu
parents:
diff changeset
6 <param format="txt" name="input" type="data" label="Statistics Text File (output of 'FASTX Statistics' tool)" />
997f5136985f Uploaded
xilinxu
parents:
diff changeset
7 </inputs>
997f5136985f Uploaded
xilinxu
parents:
diff changeset
8
997f5136985f Uploaded
xilinxu
parents:
diff changeset
9 <outputs>
997f5136985f Uploaded
xilinxu
parents:
diff changeset
10 <data format="png" name="output" metadata_source="input" />
997f5136985f Uploaded
xilinxu
parents:
diff changeset
11 </outputs>
997f5136985f Uploaded
xilinxu
parents:
diff changeset
12 <help>
997f5136985f Uploaded
xilinxu
parents:
diff changeset
13
997f5136985f Uploaded
xilinxu
parents:
diff changeset
14 **What it does**
997f5136985f Uploaded
xilinxu
parents:
diff changeset
15
997f5136985f Uploaded
xilinxu
parents:
diff changeset
16 Creates a stacked-histogram graph for the nucleotide distribution in the Solexa library.
997f5136985f Uploaded
xilinxu
parents:
diff changeset
17
997f5136985f Uploaded
xilinxu
parents:
diff changeset
18 .. class:: infomark
997f5136985f Uploaded
xilinxu
parents:
diff changeset
19
997f5136985f Uploaded
xilinxu
parents:
diff changeset
20 **TIP:** Use the **FASTQ Statistics** tool to generate the report file needed for this tool.
997f5136985f Uploaded
xilinxu
parents:
diff changeset
21
997f5136985f Uploaded
xilinxu
parents:
diff changeset
22 -----
997f5136985f Uploaded
xilinxu
parents:
diff changeset
23
997f5136985f Uploaded
xilinxu
parents:
diff changeset
24 **Output Examples**
997f5136985f Uploaded
xilinxu
parents:
diff changeset
25
997f5136985f Uploaded
xilinxu
parents:
diff changeset
26
997f5136985f Uploaded
xilinxu
parents:
diff changeset
27
997f5136985f Uploaded
xilinxu
parents:
diff changeset
28 The following chart clearly shows the barcode used at the 5'-end of the library: **GATCT**
997f5136985f Uploaded
xilinxu
parents:
diff changeset
29
997f5136985f Uploaded
xilinxu
parents:
diff changeset
30 .. image:: ./static/fastx_icons/fastq_nucleotides_distribution_1.png
997f5136985f Uploaded
xilinxu
parents:
diff changeset
31
997f5136985f Uploaded
xilinxu
parents:
diff changeset
32
997f5136985f Uploaded
xilinxu
parents:
diff changeset
33
997f5136985f Uploaded
xilinxu
parents:
diff changeset
34
997f5136985f Uploaded
xilinxu
parents:
diff changeset
35
997f5136985f Uploaded
xilinxu
parents:
diff changeset
36
997f5136985f Uploaded
xilinxu
parents:
diff changeset
37
997f5136985f Uploaded
xilinxu
parents:
diff changeset
38 In the following chart, one can almost 'read' the most abundant sequence by looking at the dominant values: **TGATA TCGTA TTGAT GACTG AA...**
997f5136985f Uploaded
xilinxu
parents:
diff changeset
39
997f5136985f Uploaded
xilinxu
parents:
diff changeset
40 .. image:: ./static/fastx_icons/fastq_nucleotides_distribution_2.png
997f5136985f Uploaded
xilinxu
parents:
diff changeset
41
997f5136985f Uploaded
xilinxu
parents:
diff changeset
42
997f5136985f Uploaded
xilinxu
parents:
diff changeset
43
997f5136985f Uploaded
xilinxu
parents:
diff changeset
44
997f5136985f Uploaded
xilinxu
parents:
diff changeset
45
997f5136985f Uploaded
xilinxu
parents:
diff changeset
46
997f5136985f Uploaded
xilinxu
parents:
diff changeset
47
997f5136985f Uploaded
xilinxu
parents:
diff changeset
48
997f5136985f Uploaded
xilinxu
parents:
diff changeset
49 The following chart shows a growing number of unknown (N) nucleotides towards later cycles (which might indicate a sequencing problem):
997f5136985f Uploaded
xilinxu
parents:
diff changeset
50
997f5136985f Uploaded
xilinxu
parents:
diff changeset
51 .. image:: ./static/fastx_icons/fastq_nucleotides_distribution_3.png
997f5136985f Uploaded
xilinxu
parents:
diff changeset
52
997f5136985f Uploaded
xilinxu
parents:
diff changeset
53
997f5136985f Uploaded
xilinxu
parents:
diff changeset
54
997f5136985f Uploaded
xilinxu
parents:
diff changeset
55
997f5136985f Uploaded
xilinxu
parents:
diff changeset
56
997f5136985f Uploaded
xilinxu
parents:
diff changeset
57
997f5136985f Uploaded
xilinxu
parents:
diff changeset
58
997f5136985f Uploaded
xilinxu
parents:
diff changeset
59
997f5136985f Uploaded
xilinxu
parents:
diff changeset
60 But most of the time, the chart will look rather random:
997f5136985f Uploaded
xilinxu
parents:
diff changeset
61
997f5136985f Uploaded
xilinxu
parents:
diff changeset
62 .. image:: ./static/fastx_icons/fastq_nucleotides_distribution_4.png
997f5136985f Uploaded
xilinxu
parents:
diff changeset
63
997f5136985f Uploaded
xilinxu
parents:
diff changeset
64 </help>
997f5136985f Uploaded
xilinxu
parents:
diff changeset
65 </tool>
997f5136985f Uploaded
xilinxu
parents:
diff changeset
66 <!-- FASTQ-Nucleotides-Distribution is part of the FASTX-toolkit, by A.Gordon (gordon@cshl.edu) -->