fastqc

Quality control analysis tool for high throughput sequencing data

brewmacoslinux
Try with needOr install directly
Source

About

Quality control tool for high throughput sequence data

Commands

fastqc

Examples

Analyze a single FASTQ file and generate HTML report$ fastqc sample.fastq
Analyze multiple FASTQ files in batch mode$ fastqc *.fastq -o results/
Run analysis without opening browser, specify output directory$ fastqc -n sample.fastq.gz -o ./fastqc_results