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

number overflow #61

Open
wandai330 opened this issue Jun 9, 2017 · 0 comments
Open

number overflow #61

wandai330 opened this issue Jun 9, 2017 · 0 comments

Comments

@wandai330
Copy link
Contributor

Many variables are defined as int, which can hold up to maximal about 2,000,000,000. The latest assays might have more than 5,000,000,000 sequences count.

There are needs to inspect code, and change variables type to int64_t as unsigned 64 bits integer.

We have experimented such overflow using fastq-multx

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

1 participant