Skip to content

`phredsort` is a cli tool for sorting sequences in a FASTQ file by their quality scores

License

Notifications You must be signed in to change notification settings

vmikk/phredsort

Repository files navigation

phredsort

DOI codecov

phredsort is a command-line tool for sorting sequences in a FASTQ file by their quality scores.

Usage

Basic usage:

# Read from `input.fastq.gz` and write to `output.fastq.gz`
phredsort -i input.fastq.gz -o output.fastq.gz

# Read from stdin and write to stdout
zcat input.fastq.gz | phredsort --in - --out - | less -S

phredsort help message