Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
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
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
wandai330 commentedJun 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