firasmidani / fastq-quality-scoring

compute distribution of quality scores at each nucleotide base in a FASTQ file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

author Firas Said Midani

e-mail firas.midani@duke.edu

date 2016.01.08

A repository for computing distribution of quality scores at each nucleotide base in FASTQ file. Pipeline intended for usage with SLURM (Simple Linux Utility for Resource Management).

Usage*

sbatch compute_quality_score.py [full path to FASTQ file] [full path to scripts folder in repository] [number of parallel jobs] [maximum length of sequence in FASTQ file]

* Currently, to encourage provenance, the driver script (compute_quality_scores.py) should be copies and called in the parent directory of each sequencing run. Thus, parameters must be hardcoded in the driver script.

ACKNOWLEDGEMENTS

About

compute distribution of quality scores at each nucleotide base in a FASTQ file.


Languages

Language:Python 53.7%Language:Perl 35.8%Language:Shell 10.6%