lh3 / seqtk

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

Merging multiple fastq.gz files #183

Closed baigal628 closed 2 years ago

baigal628 commented 2 years ago

Hi! I am wondering does seqtk support merging multiple fastq.gz files instead of 2?

Thanks!

lh3 commented 2 years ago

Perhaps you are thinking about cat *.fastq.gz > merged.fq.gz?

baigal628 commented 2 years ago

Yes! Thank you!