fqkit

Manipulate and filter FASTQ sequence files from command line

cargomacoslinuxwindows
Try with needOr install directly
Source

About

fqkit: a simple and cross-platform program for fastq file manipulation

Commands

fqkit

Examples

count how many sequences are in a fastq file$ fqkit count file.fastq
extract sequences longer than a certain length$ fqkit filter -l 100 file.fastq > filtered.fastq
convert fastq file to fasta format$ fqkit fq2fa file.fastq > file.fasta
view quality statistics for sequences in fastq$ fqkit stats file.fastq
split fastq file into smaller chunks$ fqkit split -n 4 file.fastq