diff options
author | Petar Petrov <petar.petrov@student.oulu.fi> | 2015-03-27 07:57:59 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-03-27 07:57:59 +0700 |
commit | 25b5e0f23027f4b9bb01e66d742aa4ca3a9ca2e5 (patch) | |
tree | d54633bef24ed303f6cbcb4597f3779bb0406352 /academic/fastqc/README | |
parent | b58f460047df0774b19d1308131523aaa520cfa2 (diff) |
academic/fastqc: Added (quality control tool).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/fastqc/README')
-rw-r--r-- | academic/fastqc/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/academic/fastqc/README b/academic/fastqc/README new file mode 100644 index 000000000000..ef3be171ac64 --- /dev/null +++ b/academic/fastqc/README @@ -0,0 +1,17 @@ +FastQC: A quality control tool for high throughput sequence data + +FastQC aims to provide a simple way to do some quality control checks +on raw sequence data coming from high throughput sequencing pipelines. +It provides a modular set of analyses which you can use to give a +quick impression of whether your data has any problems of which you +should be aware before doing any further analysis. + +The main functions of FastQC are + +- Import of data from BAM, SAM or FastQ files (any variant) +- Providing a quick overview to tell you in which areas there may be + problems +- Summary graphs and tables to quickly assess your data +- Export of results to an HTML based permanent report +- Offline operation to allow automated generation of reports without + running the interactive application |