Mercurial > repos > devteam > fastqc
annotate rgFastQC.xml @ 11:db2dc6bc8f05 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastqc commit 168f7aeb0f9f38de6dec873f3cbf0c30014fdd72
author | iuc |
---|---|
date | Thu, 20 Apr 2017 11:06:17 -0400 |
parents | a00a6402d09a |
children | 484e86282f4b |
rev | line source |
---|---|
11
db2dc6bc8f05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastqc commit 168f7aeb0f9f38de6dec873f3cbf0c30014fdd72
iuc
parents:
10
diff
changeset
|
1 <tool id="fastqc" name="FastQC" version="0.68"> |
3 | 2 <description>Read Quality reports</description> |
3 <requirements> | |
8
06819360a9e2
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fastqc commit df4c0b0c6372e2984966e220fa42ecd8a3d370e8
devteam
parents:
7
diff
changeset
|
4 <requirement type="package" version="0.11.5">fastqc</requirement> |
3 | 5 </requirements> |
6 <stdio> | |
7 <exit_code range="1:" /> | |
8 <exit_code range=":-1" /> | |
9 <regex match="Error:" /> | |
10 <regex match="Exception:" /> | |
11 </stdio> | |
8
06819360a9e2
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fastqc commit df4c0b0c6372e2984966e220fa42ecd8a3d370e8
devteam
parents:
7
diff
changeset
|
12 <command><![CDATA[ |
10
a00a6402d09a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastqc commit 2bfbb5ae6b801e43355fdc3f964a5111fe3fe3a1
iuc
parents:
9
diff
changeset
|
13 python '${__tool_directory__}/rgFastQC.py' |
a00a6402d09a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastqc commit 2bfbb5ae6b801e43355fdc3f964a5111fe3fe3a1
iuc
parents:
9
diff
changeset
|
14 -i '$input_file' |
a00a6402d09a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastqc commit 2bfbb5ae6b801e43355fdc3f964a5111fe3fe3a1
iuc
parents:
9
diff
changeset
|
15 -d '${html_file.files_path}' |
a00a6402d09a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastqc commit 2bfbb5ae6b801e43355fdc3f964a5111fe3fe3a1
iuc
parents:
9
diff
changeset
|
16 -o '$html_file' |
a00a6402d09a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastqc commit 2bfbb5ae6b801e43355fdc3f964a5111fe3fe3a1
iuc
parents:
9
diff
changeset
|
17 -t '$text_file' |
a00a6402d09a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastqc commit 2bfbb5ae6b801e43355fdc3f964a5111fe3fe3a1
iuc
parents:
9
diff
changeset
|
18 -f '${input_file.ext}' |
a00a6402d09a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastqc commit 2bfbb5ae6b801e43355fdc3f964a5111fe3fe3a1
iuc
parents:
9
diff
changeset
|
19 -j '${input_file.name}' |
a00a6402d09a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastqc commit 2bfbb5ae6b801e43355fdc3f964a5111fe3fe3a1
iuc
parents:
9
diff
changeset
|
20 #if $contaminants.dataset and str($contaminants) > '' |
a00a6402d09a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastqc commit 2bfbb5ae6b801e43355fdc3f964a5111fe3fe3a1
iuc
parents:
9
diff
changeset
|
21 -c '$contaminants' |
a00a6402d09a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastqc commit 2bfbb5ae6b801e43355fdc3f964a5111fe3fe3a1
iuc
parents:
9
diff
changeset
|
22 #end if |
a00a6402d09a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastqc commit 2bfbb5ae6b801e43355fdc3f964a5111fe3fe3a1
iuc
parents:
9
diff
changeset
|
23 #if $limits.dataset and str($limits) > '' |
a00a6402d09a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastqc commit 2bfbb5ae6b801e43355fdc3f964a5111fe3fe3a1
iuc
parents:
9
diff
changeset
|
24 -l '$limits' |
a00a6402d09a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastqc commit 2bfbb5ae6b801e43355fdc3f964a5111fe3fe3a1
iuc
parents:
9
diff
changeset
|
25 #end if |
8
06819360a9e2
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fastqc commit df4c0b0c6372e2984966e220fa42ecd8a3d370e8
devteam
parents:
7
diff
changeset
|
26 ]]></command> |
3 | 27 <inputs> |
10
a00a6402d09a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastqc commit 2bfbb5ae6b801e43355fdc3f964a5111fe3fe3a1
iuc
parents:
9
diff
changeset
|
28 <param format="fastq,fastq.gz,fastq.bz2,bam,sam" name="input_file" type="data" label="Short read data from your current history" /> |
8
06819360a9e2
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fastqc commit df4c0b0c6372e2984966e220fa42ecd8a3d370e8
devteam
parents:
7
diff
changeset
|
29 <param name="contaminants" type="data" format="tabular" optional="true" label="Contaminant list" |
10
a00a6402d09a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastqc commit 2bfbb5ae6b801e43355fdc3f964a5111fe3fe3a1
iuc
parents:
9
diff
changeset
|
30 help="tab delimited file with 2 columns: name and sequence. For example: Illumina Small RNA RT Primer CAAGCAGAAGACGGCATACGA" /> |
3 | 31 <param name="limits" type="data" format="txt" optional="true" label="Submodule and Limit specifing file" |
10
a00a6402d09a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastqc commit 2bfbb5ae6b801e43355fdc3f964a5111fe3fe3a1
iuc
parents:
9
diff
changeset
|
32 help="a file that specifies which submodules are to be executed (default=all) and also specifies the thresholds for the each submodules warning parameter" /> |
3 | 33 </inputs> |
34 <outputs> | |
35 <data format="html" name="html_file" label="${tool.name} on ${on_string}: Webpage" /> | |
36 <data format="txt" name="text_file" label="${tool.name} on ${on_string}: RawData" /> | |
37 </outputs> | |
38 <tests> | |
39 <test> | |
40 <param name="input_file" value="1000gsample.fastq" /> | |
41 <param name="contaminants" value="fastqc_contaminants.txt" ftype="tabular" /> | |
42 <output name="html_file" file="fastqc_report.html" ftype="html" lines_diff="100"/> | |
43 <output name="text_file" file="fastqc_data.txt" ftype="txt" lines_diff="100"/> | |
44 </test> | |
45 <test> | |
46 <param name="input_file" value="1000gsample.fastq" /> | |
47 <param name="limits" value="fastqc_customlimits.txt" ftype="txt" /> | |
8
06819360a9e2
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fastqc commit df4c0b0c6372e2984966e220fa42ecd8a3d370e8
devteam
parents:
7
diff
changeset
|
48 <output name="html_file" file="fastqc_report2.html" ftype="html" compare="sim_size" delta="4096"/> |
06819360a9e2
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fastqc commit df4c0b0c6372e2984966e220fa42ecd8a3d370e8
devteam
parents:
7
diff
changeset
|
49 <output name="text_file" file="fastqc_data2.txt" ftype="txt" compare="sim_size"/> |
3 | 50 </test> |
9
3a458e268066
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fastqc commit 8918618a5ef7bdca55a31cd919efa593044a376e
devteam
parents:
8
diff
changeset
|
51 <test> |
10
a00a6402d09a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastqc commit 2bfbb5ae6b801e43355fdc3f964a5111fe3fe3a1
iuc
parents:
9
diff
changeset
|
52 <param name="input_file" value="1000gsample.fastq.gz" ftype="fastq.gz" /> |
a00a6402d09a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastqc commit 2bfbb5ae6b801e43355fdc3f964a5111fe3fe3a1
iuc
parents:
9
diff
changeset
|
53 <param name="contaminants" value="fastqc_contaminants.txt" ftype="tabular" /> |
a00a6402d09a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastqc commit 2bfbb5ae6b801e43355fdc3f964a5111fe3fe3a1
iuc
parents:
9
diff
changeset
|
54 <output name="html_file" file="fastqc_report.html" ftype="html" lines_diff="100"/> |
a00a6402d09a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastqc commit 2bfbb5ae6b801e43355fdc3f964a5111fe3fe3a1
iuc
parents:
9
diff
changeset
|
55 <output name="text_file" file="fastqc_data.txt" ftype="txt" lines_diff="100"/> |
a00a6402d09a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastqc commit 2bfbb5ae6b801e43355fdc3f964a5111fe3fe3a1
iuc
parents:
9
diff
changeset
|
56 </test> |
a00a6402d09a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastqc commit 2bfbb5ae6b801e43355fdc3f964a5111fe3fe3a1
iuc
parents:
9
diff
changeset
|
57 <test> |
a00a6402d09a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastqc commit 2bfbb5ae6b801e43355fdc3f964a5111fe3fe3a1
iuc
parents:
9
diff
changeset
|
58 <param name="input_file" value="1000gsample.fastq.bz2" ftype="fastq.bz2" /> |
9
3a458e268066
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fastqc commit 8918618a5ef7bdca55a31cd919efa593044a376e
devteam
parents:
8
diff
changeset
|
59 <param name="contaminants" value="fastqc_contaminants.txt" ftype="tabular" /> |
3a458e268066
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fastqc commit 8918618a5ef7bdca55a31cd919efa593044a376e
devteam
parents:
8
diff
changeset
|
60 <output name="html_file" file="fastqc_report.html" ftype="html" lines_diff="100"/> |
3a458e268066
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fastqc commit 8918618a5ef7bdca55a31cd919efa593044a376e
devteam
parents:
8
diff
changeset
|
61 <output name="text_file" file="fastqc_data.txt" ftype="txt" lines_diff="100"/> |
3a458e268066
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fastqc commit 8918618a5ef7bdca55a31cd919efa593044a376e
devteam
parents:
8
diff
changeset
|
62 </test> |
3 | 63 </tests> |
64 <help> | |
0 | 65 .. class:: infomark |
66 | |
67 **Purpose** | |
68 | |
69 FastQC aims to provide a simple way to do some quality control checks on raw | |
8
06819360a9e2
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fastqc commit df4c0b0c6372e2984966e220fa42ecd8a3d370e8
devteam
parents:
7
diff
changeset
|
70 sequence data coming from high throughput sequencing pipelines. |
0 | 71 It provides a modular set of analyses which you can use to give a quick |
8
06819360a9e2
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fastqc commit df4c0b0c6372e2984966e220fa42ecd8a3d370e8
devteam
parents:
7
diff
changeset
|
72 impression of whether your data has any problems of |
0 | 73 which you should be aware before doing any further analysis. |
74 | |
75 The main functions of FastQC are: | |
76 | |
10
a00a6402d09a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastqc commit 2bfbb5ae6b801e43355fdc3f964a5111fe3fe3a1
iuc
parents:
9
diff
changeset
|
77 - Import of data from BAM, SAM or FastQ/FastQ.gz files (any variant), |
0 | 78 - Providing a quick overview to tell you in which areas there may be problems |
79 - Summary graphs and tables to quickly assess your data | |
80 - Export of results to an HTML based permanent report | |
81 - Offline operation to allow automated generation of reports without running the interactive application | |
82 | |
83 ----- | |
84 | |
85 .. class:: infomark | |
86 | |
87 **FastQC** | |
88 | |
89 This is a Galaxy wrapper. It merely exposes the external package FastQC_ which is documented at FastQC_ | |
90 Kindly acknowledge it as well as this tool if you use it. | |
91 FastQC incorporates the Picard-tools_ libraries for sam/bam processing. | |
92 | |
93 The contaminants file parameter was borrowed from the independently developed | |
94 fastqcwrapper contributed to the Galaxy Community Tool Shed by J. Johnson. | |
1 | 95 Adaption to version 0.11.2 by T. McGowan. |
0 | 96 |
97 ----- | |
98 | |
99 .. class:: infomark | |
100 | |
101 **Inputs and outputs** | |
102 | |
8
06819360a9e2
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fastqc commit df4c0b0c6372e2984966e220fa42ecd8a3d370e8
devteam
parents:
7
diff
changeset
|
103 FastQC_ is the best place to look for documentation - it's very good. |
0 | 104 A summary follows below for those in a tearing hurry. |
105 | |
9
3a458e268066
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fastqc commit 8918618a5ef7bdca55a31cd919efa593044a376e
devteam
parents:
8
diff
changeset
|
106 This wrapper will accept a Galaxy fastq, fastq.gz, sam or bam as the input read file to check. |
0 | 107 It will also take an optional file containing a list of contaminants information, in the form of |
1 | 108 a tab-delimited file with 2 columns, name and sequence. As another option the tool takes a custom |
109 limits.txt file that allows setting the warning thresholds for the different modules and also specifies | |
110 which modules to include in the output. | |
0 | 111 |
1 | 112 The tool produces a basic text and a HTML output file that contain all of the results, including the following: |
0 | 113 |
114 - Basic Statistics | |
115 - Per base sequence quality | |
116 - Per sequence quality scores | |
117 - Per base sequence content | |
118 - Per base GC content | |
119 - Per sequence GC content | |
120 - Per base N content | |
121 - Sequence Length Distribution | |
122 - Sequence Duplication Levels | |
123 - Overrepresented sequences | |
124 - Kmer Content | |
125 | |
126 All except Basic Statistics and Overrepresented sequences are plots. | |
11
db2dc6bc8f05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastqc commit 168f7aeb0f9f38de6dec873f3cbf0c30014fdd72
iuc
parents:
10
diff
changeset
|
127 .. _FastQC: http://www.bioinformatics.babraham.ac.uk/projects/fastqc/ |
0 | 128 .. _Picard-tools: http://picard.sourceforge.net/index.shtml |
2 | 129 </help> |
130 <citations> | |
131 <citation type="bibtex"> | |
10
a00a6402d09a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastqc commit 2bfbb5ae6b801e43355fdc3f964a5111fe3fe3a1
iuc
parents:
9
diff
changeset
|
132 @unpublished{andrews_s, |
2 | 133 author = {Andrews, S.}, |
134 keywords = {bioinformatics, ngs, qc}, | |
135 priority = {2}, | |
136 title = {{FastQC A Quality Control tool for High Throughput Sequence Data}}, | |
137 url = {http://www.bioinformatics.babraham.ac.uk/projects/fastqc/} | |
138 } | |
139 </citation> | |
140 </citations> | |
0 | 141 </tool> |