Anna Syme

Click name ↑ to return to homepage

seqtk

https://github.com/lh3/seqtk

FastQ read stats - first line

seqtk fqchk reads.fastq | head

Subsample 10% of reads in a fastq file:

seqtk sample reads.fastq 0.1 > subsampled_reads.fastq