annotate fastx_nucleotides_distribution.xml @ 0:cef4256a0b26

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