I have ONT direct RNA sequencing data consisting of 958 fastq.gz files per sample. I need to merge all of these files into a single file. When attempting to combine them using the command zcat PAW*.fastq.gz > fld.fastq.gz, I encountered an error indicating that the files are not in gzip format. However, the files were basecalled by the ONT machine and have the .gz extension.
How can I resolve this issue and ensure that the files are in the correct gzip format? I tried to unzip them using gunzip but again error says the same