Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s-andrews/FastQC
A quality control analysis tool for high throughput sequencing data
https://github.com/s-andrews/FastQC
Last synced: 3 months ago
JSON representation
A quality control analysis tool for high throughput sequencing data
- Host: GitHub
- URL: https://github.com/s-andrews/FastQC
- Owner: s-andrews
- License: gpl-3.0
- Created: 2017-12-21T11:48:51.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-10T10:01:08.000Z (10 months ago)
- Last Synced: 2024-06-21T18:15:46.987Z (5 months ago)
- Language: Java
- Size: 11.1 MB
- Stars: 406
- Watchers: 13
- Forks: 80
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-Bioinformatics - FastQC - A quality control tool for high throughput sequence data. [ [web](http://www.bioinformatics.babraham.ac.uk/projects/fastqc) ] (Next Generation Sequencing / Sequence Processing)
README
# FastQC
FastQC is a program designed to spot potential problems in high througput sequencing datasets. It runs a set of analyses on one or more raw sequence files in fastq or bam format and produces a report which summarises the results.![FastQC Screenshot](http://www.bioinformatics.babraham.ac.uk/projects/fastqc/fastqc.png)
FastQC will highlight any areas where this library looks unusual and where you should take a closer look. The program is not tied to any specific type of sequencing technique and can be used to look at libraries coming from a large number of different experiment types (Genomic Sequencing, ChIP-Seq, RNA-Seq, BS-Seq etc etc).
This project page contains the source code for the application and is only really useful only to people wanting to develop new functionality or trace bugs in FastQC. If you just want to run the program then you want to go to the [**project web page**](http://www.bioinformatics.babraham.ac.uk/projects/fastqc/) where you can download the compiled pacakges for Windows, OSX and Linux.