![]() |
guzip paired fast.gz files
Hello,
I have a bunch of paired fastq.gz files, and I need to decompress them for further low quality data trimming. However gunzip command is not working on paired files. Any suggestions? this is the error output gzip: file.fastq.gz: unexpected end of file Thank you! |
Are you sure the files are gzipped (is spite of what the extension says)? What does
Code:
file one_file.fastq.gz |
Quote:
they are compressed.. These paired end files were obtained after PE Trimmomatics |
Try using "zcat" to see if it can display the file contents like:
zcat file.fastq.gz If it displays the file contents, then redirect the output to a new file like: zcat file.fastq.gz > new_file.fastq |
@kaskere: Were these files compressed using Windows zip program? You may need to use "-S .zip" option for gunzip.
|
All times are GMT -8. The time now is 04:41 AM. |
Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2021, vBulletin Solutions, Inc.