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

Fix integer overflow bug in RMSMappingQuality #5435

Merged
merged 3 commits into from
Nov 28, 2018

Commits on Nov 19, 2018

  1. Fix integer overflow bug in RMSMappingQuality

    Updated RMS Mapping quality annotations to be of type long/Long instead
    of int/Integer. With int types, a large cohort could overflow
    Integer.MAX_VALUE when handling sum of squared mapping qualities. With
    long types this should not be a problem until we have off-world
    colonies. This resolves issue 5433.
    TedBrookings committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    9a3eca0 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2018

  1. Configuration menu
    Copy the full SHA
    0c00ee9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12c185d View commit details
    Browse the repository at this point in the history