forked from samtools/bcftools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
call: improve QUAL calculation (samtools#449)
- don't lose precision by summing 1+\epsilon for very small \epsilon - never output QUAL=0 - for the test case, sites with QUAL=0 previously now have QUAL>0 2 sites that were previously QUAL=999 now have lower QUAL. In constrained calling mode `-C` these sites that should be called non-ref with QUAL 999 are being forced into a ref call, so the QUAL value should be lowered in this case Resolves samtools#370 (comment) samtools/samtools#566
- Loading branch information
Showing
2 changed files
with
16 additions
and
14 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