Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

number overflow #61

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

Comments

Projects
None yet
1 participant
Contributor

wandai330 commented Jun 9, 2017

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