gmarcais / Jellyfish

A fast multi-threaded k-mer counter
Other
460 stars 136 forks source link

Gzipped fastq files #186

Open keenhl opened 2 years ago

keenhl commented 2 years ago

Can Jellyfish read gzipped fastq files and, if not, can uncompressed fastq be piped into Jellyfish.

Thanks,

gregorysprenger commented 1 year ago

You need to use zcat to read gzipped fastq files to be used with jellyfish. It is explained in the documentation.