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

File upload fails with incorrect error message #24

Open
FelixKrueger opened this issue Sep 16, 2023 · 3 comments
Open

File upload fails with incorrect error message #24

FelixKrueger opened this issue Sep 16, 2023 · 3 comments

Comments

@FelixKrueger
Copy link

I tried to upload a full size gzip compressed FastQ file (one that worked as a subset in a previous test). Librarian produced this error message:
Screenshot 2023-09-15 at 22 16 28

The file has 150bp long reads (untrimmed), is 23GB in size and contains 1,204,065,472 lines. It processes fine through FastQC, and is a fine file all-round.

@kartva
Copy link
Owner

kartva commented Sep 18, 2023

This might be a misconfiguration with the core FASTQ parser. You said that a subset of the file worked fine in a previous test; how does the subset differ from this file? Was the previously-tested subset the top n lines or something else?

@FelixKrueger
Copy link
Author

Indeed, the subset was the first 1 million lines of the same file, also gzip compressed

@kartva
Copy link
Owner

kartva commented Jan 20, 2024

Note: I suspect some sort of overflow issue in the interop code between JS and the WebAssembly.

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

2 participants