annotate fastx_quality_statistics.xml @ 4:cc0fd298cc17 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_quality_statistics commit fd099d17eceaa319fbfe429f4725328d88b18c9f
author iuc
date Thu, 10 Aug 2023 06:54:10 +0000
parents 59003d0543cd
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
cc0fd298cc17 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_quality_statistics commit fd099d17eceaa319fbfe429f4725328d88b18c9f
iuc
parents: 3
diff changeset
1 <tool id="cshl_fastx_quality_statistics" version="1.0.1+galaxy@VERSION_SUFFIX@" profile="22.05" name="Compute quality statistics">
2
7306ec78632a planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_quality_statistics commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 1
diff changeset
2 <description></description>
3
59003d0543cd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_quality_statistics commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 2
diff changeset
3 <macros>
59003d0543cd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_quality_statistics commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 2
diff changeset
4 <import>macros.xml</import>
59003d0543cd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_quality_statistics commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 2
diff changeset
5 </macros>
59003d0543cd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_quality_statistics commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 2
diff changeset
6 <expand macro="requirements" />
59003d0543cd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_quality_statistics commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 2
diff changeset
7 <command detect_errors="exit_code"><![CDATA[
59003d0543cd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_quality_statistics commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 2
diff changeset
8 @CATS@ fastx_quality_stats
59003d0543cd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_quality_statistics commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 2
diff changeset
9 -o '$output'
59003d0543cd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_quality_statistics commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 2
diff changeset
10 @FQQUAL@
59003d0543cd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_quality_statistics commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 2
diff changeset
11 ]]></command>
0
45f077341b24 Uploaded tool tarball.
devteam
parents:
diff changeset
12
2
7306ec78632a planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_quality_statistics commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 1
diff changeset
13 <inputs>
3
59003d0543cd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_quality_statistics commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 2
diff changeset
14 <expand macro="fastq_input" />
2
7306ec78632a planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_quality_statistics commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 1
diff changeset
15 </inputs>
7306ec78632a planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_quality_statistics commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 1
diff changeset
16 <outputs>
3
59003d0543cd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_quality_statistics commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 2
diff changeset
17 <data name="output" format="txt" metadata_source="input" />
2
7306ec78632a planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_quality_statistics commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 1
diff changeset
18 </outputs>
7306ec78632a planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_quality_statistics commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 1
diff changeset
19 <tests>
7306ec78632a planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_quality_statistics commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 1
diff changeset
20 <test>
7306ec78632a planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_quality_statistics commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 1
diff changeset
21 <param name="input" value="fastq_stats1.fastq" ftype="fastqsanger"/>
7306ec78632a planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_quality_statistics commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 1
diff changeset
22 <output name="output" file="fastq_stats1.out" />
7306ec78632a planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_quality_statistics commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 1
diff changeset
23 </test>
7306ec78632a planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_quality_statistics commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 1
diff changeset
24 </tests>
3
59003d0543cd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_quality_statistics commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 2
diff changeset
25 <help><![CDATA[
0
45f077341b24 Uploaded tool tarball.
devteam
parents:
diff changeset
26 **What it does**
45f077341b24 Uploaded tool tarball.
devteam
parents:
diff changeset
27
45f077341b24 Uploaded tool tarball.
devteam
parents:
diff changeset
28 Creates quality statistics report for the given Solexa/FASTQ library.
45f077341b24 Uploaded tool tarball.
devteam
parents:
diff changeset
29
45f077341b24 Uploaded tool tarball.
devteam
parents:
diff changeset
30 .. class:: infomark
45f077341b24 Uploaded tool tarball.
devteam
parents:
diff changeset
31
45f077341b24 Uploaded tool tarball.
devteam
parents:
diff changeset
32 **TIP:** This statistics report can be used as input for **Quality Score** and **Nucleotides Distribution** tools.
45f077341b24 Uploaded tool tarball.
devteam
parents:
diff changeset
33
45f077341b24 Uploaded tool tarball.
devteam
parents:
diff changeset
34 -----
45f077341b24 Uploaded tool tarball.
devteam
parents:
diff changeset
35
45f077341b24 Uploaded tool tarball.
devteam
parents:
diff changeset
36 **The output file will contain the following fields:**
45f077341b24 Uploaded tool tarball.
devteam
parents:
diff changeset
37
2
7306ec78632a planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_quality_statistics commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 1
diff changeset
38 * column = column number (1 to 36 for a 36-cycles read Solexa file)
0
45f077341b24 Uploaded tool tarball.
devteam
parents:
diff changeset
39 * count = number of bases found in this column.
45f077341b24 Uploaded tool tarball.
devteam
parents:
diff changeset
40 * min = Lowest quality score value found in this column.
45f077341b24 Uploaded tool tarball.
devteam
parents:
diff changeset
41 * max = Highest quality score value found in this column.
45f077341b24 Uploaded tool tarball.
devteam
parents:
diff changeset
42 * sum = Sum of quality score values for this column.
45f077341b24 Uploaded tool tarball.
devteam
parents:
diff changeset
43 * mean = Mean quality score value for this column.
2
7306ec78632a planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_quality_statistics commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 1
diff changeset
44 * Q1 = 1st quartile quality score.
7306ec78632a planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_quality_statistics commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 1
diff changeset
45 * med = Median quality score.
7306ec78632a planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_quality_statistics commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 1
diff changeset
46 * Q3 = 3rd quartile quality score.
7306ec78632a planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_quality_statistics commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 1
diff changeset
47 * IQR = Inter-Quartile range (Q3-Q1).
7306ec78632a planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_quality_statistics commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 1
diff changeset
48 * lW = 'Left-Whisker' value (for boxplotting).
7306ec78632a planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_quality_statistics commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 1
diff changeset
49 * rW = 'Right-Whisker' value (for boxplotting).
7306ec78632a planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_quality_statistics commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 1
diff changeset
50 * A_Count = Count of 'A' nucleotides found in this column.
7306ec78632a planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_quality_statistics commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 1
diff changeset
51 * C_Count = Count of 'C' nucleotides found in this column.
7306ec78632a planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_quality_statistics commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 1
diff changeset
52 * G_Count = Count of 'G' nucleotides found in this column.
7306ec78632a planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_quality_statistics commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 1
diff changeset
53 * T_Count = Count of 'T' nucleotides found in this column.
7306ec78632a planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_quality_statistics commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 1
diff changeset
54 * N_Count = Count of 'N' nucleotides found in this column.
0
45f077341b24 Uploaded tool tarball.
devteam
parents:
diff changeset
55
45f077341b24 Uploaded tool tarball.
devteam
parents:
diff changeset
56 For example::
45f077341b24 Uploaded tool tarball.
devteam
parents:
diff changeset
57
45f077341b24 Uploaded tool tarball.
devteam
parents:
diff changeset
58 1 6362991 -4 40 250734117 39.41 40 40 40 0 40 40 1396976 1329101 678730 2958184 0
45f077341b24 Uploaded tool tarball.
devteam
parents:
diff changeset
59 2 6362991 -5 40 250531036 39.37 40 40 40 0 40 40 1786786 1055766 1738025 1782414 0
45f077341b24 Uploaded tool tarball.
devteam
parents:
diff changeset
60 3 6362991 -5 40 248722469 39.09 40 40 40 0 40 40 2296384 984875 1443989 1637743 0
45f077341b24 Uploaded tool tarball.
devteam
parents:
diff changeset
61 4 6362991 -4 40 248214827 39.01 40 40 40 0 40 40 2536861 1167423 1248968 1409739 0
45f077341b24 Uploaded tool tarball.
devteam
parents:
diff changeset
62 36 6362991 -5 40 117158566 18.41 7 15 30 23 -5 40 4074444 1402980 63287 822035 245
2
7306ec78632a planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_quality_statistics commit a1517c9d22029095120643bbe2c8fa53754dd2b7
devteam
parents: 1
diff changeset
63
0
45f077341b24 Uploaded tool tarball.
devteam
parents:
diff changeset
64 ------
45f077341b24 Uploaded tool tarball.
devteam
parents:
diff changeset
65
45f077341b24 Uploaded tool tarball.
devteam
parents:
diff changeset
66 This tool is based on `FASTX-toolkit`__ by Assaf Gordon.
45f077341b24 Uploaded tool tarball.
devteam
parents:
diff changeset
67
45f077341b24 Uploaded tool tarball.
devteam
parents:
diff changeset
68 .. __: http://hannonlab.cshl.edu/fastx_toolkit/
3
59003d0543cd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_quality_statistics commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 2
diff changeset
69 ]]></help>
59003d0543cd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_quality_statistics commit bbb2e6b6769b03602a8ab97001f88fbec52080a1
iuc
parents: 2
diff changeset
70 <expand macro="citations" />
0
45f077341b24 Uploaded tool tarball.
devteam
parents:
diff changeset
71 <!-- FASTQ-Statistics is part of the FASTX-toolkit, by A.Gordon (gordon@cshl.edu) -->
45f077341b24 Uploaded tool tarball.
devteam
parents:
diff changeset
72 </tool>