lh3 / seqtk

Toolkit for processing sequences in FASTA/Q formats
MIT License
1.38k stars 308 forks source link

subsample reads from an interleaved fastq file #162

Closed fgvieira closed 1 year ago

fgvieira commented 4 years ago

Dear all,

is it possible to subsample direclty from an interleaved fastq file?

I know I can sample both files separately with the same seed and then merge them, but it would be easier and cleaner to subsample the interleaved file directly.

thanks,

lh3 commented 4 years ago

Not possible. Sorry.