mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 22:06:53 +08:00
37 lines
930 B
XML
37 lines
930 B
XML
<tool id="solid_qual_boxplot" name="Quality Boxplot" version="1.0.0">
|
|
<description>for SOLiD data</description>
|
|
|
|
<command>qualsolid_boxplot_graph.sh -t '$input.name' -i $input -o $output</command>
|
|
|
|
<inputs>
|
|
<param format="txt" name="input" type="data" label="Statistics report file (output of 'Quality Statistics for SOLiD data' 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 **Quality Statistics for SOLiD data** tool to generate the report file needed for this tool.
|
|
|
|
-----
|
|
|
|
**Output Example**
|
|
|
|
* 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
|
|
|
|
|
|
.. image:: ../static/images/solid_qual.png
|
|
|
|
|
|
</help>
|
|
</tool>
|