This is an old revision of the document!
A quality control tool for high throughput sequence data.
$ module avail fastqc
$ module load fastqc/0.11.5 $ fastqc
Notes from the sysadmin during installation:
$ cd /tmp $ wget http://www.bioinformatics.babraham.ac.uk/projects/fastqc/fastqc_v0.11.5.zip $ unzip fastqc_v0.11.5.zip $ cd FastQC/ $ sed -i 's#/usr/bin/perl#/usr/bin/env perl#' fastqc $ chmod +x fastqc $ sudo mkdir /export/apps/fastqc/0.11.5/ $ sudo cp -r . /export/apps/fastqc/0.11.5/