annotate fastx_nucleotides_distribution.xml @ 0:78a7d28f2a15 draft

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