We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fq lint
Hi,
It seems fq lint fails on large FASTQ file due to below error:
fq lint XXX_1.merged.fastq.gz XXX_2.merged.fastq.gz > XXX.fq_lint.log.txt
Command error: Error: I/O error Caused by: corrupt deflate stream
The file size is more than 50GB per file.
The text was updated successfully, but these errors were encountered:
Can you ensure your inputs are indeed not corrupt? I.e., gzip --verbose --test XXX_1.merged.fastq.gz XXX_2.merged.fastq.gz.
gzip --verbose --test XXX_1.merged.fastq.gz XXX_2.merged.fastq.gz
Sorry, something went wrong.
Yeah cannot really confirm this. I have run it on inputs as large as 75GB per file (PE mode) and it ran fine 🤷🏻
I have regenerated the gzipped files and tested with fq lint. The files were previously corrupted as you indicated as they passed fq lint this time.
No branches or pull requests
Hi,
It seems
fq lint
fails on large FASTQ file due to below error:fq lint XXX_1.merged.fastq.gz XXX_2.merged.fastq.gz > XXX.fq_lint.log.txt
The file size is more than 50GB per file.
The text was updated successfully, but these errors were encountered: