-
Notifications
You must be signed in to change notification settings - Fork 6
02. Quality Checking
Saranga Wijeratne edited this page Sep 18, 2018
·
1 revision
Check the quality scores in the fastq files.
ls Sample_reads
10_S10_L001_R1_001.fastq.gz
10_S10_L001_R2_001.fastq.gz
11_S11_L001_R1_001.fastq.gz
11_S11_L001_R2_001.fastq.gz
bash Scripts/2-fastqc_reports.sh
The above script will create Fastqc_Report
folder.
- Fastqc_Reports -The output folder
- .html - The quality summary of each sample
-
multiqc_report.html - The overall summary of the samples, created by
multiqc
.