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.3 $ fastqc
Notes from the sysadmin during installation:
$ wget http://www.bioinformatics.babraham.ac.uk/projects/fastqc/fastqc_v0.11.3.zip unzip fastqc_v0.11.3.zip cd FastQC/ sudo mkdir /export/apps/fastqc/0.11.3 sudo cp -r . /export/apps/fastqc/0.11.3 sudo chmod +x /export/apps/fastqc/0.11.3/fastqc