Repository 'fastq_quality_boxplot'
hg clone https://toolshed.g2.bx.psu.edu/repos/devteam/fastq_quality_boxplot

Changeset 0:e359ce20fbd9 (2013-09-25)
Next changeset 1:f95284aa2946 (2014-07-21)
Commit message:
Uploaded tool tarball.
added:
fastq_quality_boxplot.xml
tool_dependencies.xml
b
diff -r 000000000000 -r e359ce20fbd9 fastq_quality_boxplot.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/fastq_quality_boxplot.xml Wed Sep 25 14:59:09 2013 -0400
b
@@ -0,0 +1,57 @@
+<tool id="cshl_fastq_quality_boxplot" name="Draw quality score boxplot" version="1.0.0">
+ <description></description>
+    <requirements>
+        <requirement type="package" version="0.0.13">fastx_toolkit</requirement>
+    </requirements>
+ <command>fastq_quality_boxplot_graph.sh -t '$input.name' -i $input -o $output</command>
+
+ <inputs>
+ <param format="txt" name="input" type="data" label="Statistics report file"  help="output of 'FASTQ Statistics' tool" />
+ </inputs>
+
+ <outputs>
+ <data format="png" name="output" metadata_source="input" />
+ </outputs>
+<help>
+
+**What it does**
+
+Creates a boxplot graph for the quality scores in the library.
+
+.. class:: infomark
+
+**TIP:** Use the **FASTQ Statistics** tool to generate the report file needed for this tool.
+
+-----
+
+**Output Examples**
+
+* Black horizontal lines are medians
+* Rectangular red boxes show the Inter-quartile Range (IQR) (top value is Q3, bottom value is Q1)
+* Whiskers show outlier at max. 1.5*IQR
+
+
+An excellent quality library (median quality is 40 for almost all 36 cycles):
+
+.. image:: ${static_path}/fastx_icons/fastq_quality_boxplot_1.png
+
+
+A relatively good quality library (median quality degrades towards later cycles):
+
+.. image:: ${static_path}/fastx_icons/fastq_quality_boxplot_2.png
+
+A low quality library (median drops quickly):
+
+.. image:: ${static_path}/fastx_icons/fastq_quality_boxplot_3.png
+
+------
+
+This tool is based on `FASTX-toolkit`__ by Assaf Gordon.
+
+ .. __: http://hannonlab.cshl.edu/fastx_toolkit/
+
+
+
+</help>
+<!-- FASTQ-Quality-Boxplot is part of the FASTX-toolkit, by A.Gordon (gordon@cshl.edu) -->
+</tool>
\ No newline at end of file
b
diff -r 000000000000 -r e359ce20fbd9 tool_dependencies.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml Wed Sep 25 14:59:09 2013 -0400
b
@@ -0,0 +1,6 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <package name="fastx_toolkit" version="0.0.13">
+        <repository changeset_revision="ec66ae4c269b" name="package_fastx_toolkit_0_0_13" owner="devteam" toolshed="http://toolshed.g2.bx.psu.edu" />
+    </package>
+</tool_dependency>