Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 375 Bytes

File metadata and controls

21 lines (14 loc) · 375 Bytes

The installation and usage of FastQC

1. About

Quality control checks on raw sequence data coming from high throughput sequencing pipelines.

2. Installation

 wget https://www.bioinformatics.babraham.ac.uk/projects/fastqc/fastqc_v
0.12.1.zip

unzip fastqc_v0.12.1.zip 

3. Usage

mkdir fastqc_results
fastqc raw_reads.fastq -o fastqc_results/