Skip to content
New issue

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 fails on large files #36

Open
bounlu opened this issue Feb 7, 2024 · 3 comments
Open

fq lint fails on large files #36

bounlu opened this issue Feb 7, 2024 · 3 comments

Comments

@bounlu
Copy link

bounlu commented Feb 7, 2024

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.

@zaeleus
Copy link
Contributor

zaeleus commented Feb 7, 2024

Can you ensure your inputs are indeed not corrupt? I.e., gzip --verbose --test XXX_1.merged.fastq.gz XXX_2.merged.fastq.gz.

@apeltzer
Copy link

Yeah cannot really confirm this. I have run it on inputs as large as 75GB per file (PE mode) and it ran fine 🤷🏻

@bounlu
Copy link
Author

bounlu commented Feb 14, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants