• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Configuration/H03-May-2022-

Help/H03-May-2022-

Templates/H03-May-2022-9670

net/sourceforge/iharder/base64/H03-May-2022-

org/apache/commons/math3/H03-May-2022-

uk/ac/babraham/FastQC/H03-May-2022-

LICENSEH A D21-Dec-201718 KiB340281

README.mdH A D21-Dec-20171 KiB95

fastqcH A D03-May-202215.2 KiB433286

run_fastqc.batH A D26-Apr-2018104 21

README.md

1# FastQC
2FastQC 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.
3
4![FastQC Screenshot](http://www.bioinformatics.babraham.ac.uk/projects/fastqc/fastqc.png)
5
6FastQC 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).
7
8This 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.
9