-
Notifications
You must be signed in to change notification settings - Fork 596
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix integer overflow bug in RMSMappingQuality (#5435)
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. Attribute getters placed in GATKProtectedVariantContextUtils.
- Loading branch information
1 parent
3941772
commit 349d423
Showing
3 changed files
with
113 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters