# HG changeset patch
# User devteam
# Date 1377010126 14400
# Node ID cef4256a0b26f4dd95944f316d604e3bcab132e9
Uploaded
diff -r 000000000000 -r cef4256a0b26 fastx_nucleotides_distribution.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/fastx_nucleotides_distribution.xml Tue Aug 20 10:48:46 2013 -0400
@@ -0,0 +1,53 @@
+
+
+
+ fastx_toolkit
+
+ fastx_nucleotide_distribution_graph.sh -t '$input.name' -i $input -o $output
+
+
+
+
+
+
+
+
+
+
+**What it does**
+
+Creates a stacked-histogram graph for the nucleotide distribution in the Solexa library.
+
+.. class:: infomark
+
+**TIP:** Use the **FASTQ Statistics** tool to generate the report file needed for this tool.
+
+-----
+
+**Output Examples**
+
+The following chart clearly shows the barcode used at the 5'-end of the library: **GATCT**
+
+.. image:: ${static_path}/fastx_icons/fastq_nucleotides_distribution_1.png
+
+In the following chart, one can almost 'read' the most abundant sequence by looking at the dominant values: **TGATA TCGTA TTGAT GACTG AA...**
+
+.. image:: ${static_path}/fastx_icons/fastq_nucleotides_distribution_2.png
+
+The following chart shows a growing number of unknown (N) nucleotides towards later cycles (which might indicate a sequencing problem):
+
+.. image:: ${static_path}/fastx_icons/fastq_nucleotides_distribution_3.png
+
+But most of the time, the chart will look rather random:
+
+.. image:: ${static_path}/fastx_icons/fastq_nucleotides_distribution_4.png
+
+------
+
+This tool is based on `FASTX-toolkit`__ by Assaf Gordon.
+
+ .. __: http://hannonlab.cshl.edu/fastx_toolkit/
+
+
+
+
diff -r 000000000000 -r cef4256a0b26 tool_dependencies.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml Tue Aug 20 10:48:46 2013 -0400
@@ -0,0 +1,6 @@
+
+
+
+
+
+