-
Notifications
You must be signed in to change notification settings - Fork 372
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix CollectHSMetrics - Don't use Coverage Cap on fold score (#1913)
* No coverage cap on Histogram ArrayList used for statistics on actual coverage metrics * Use hashmap for sparse array structure * Test coverage to ensure Fold80 & median coverage are not impacted by Coverage Cap - per documentation * Using histogram directly * Normalize Depth Array directly & test * Create unfiltered, capped array * Create unfiltered, uncapped histogram for output * Close TODO of normalizing array directly, to avoid the extra flip between array & histogram * Remove tests for normalizeDepthArray * Remove normalizeDepthArray * Build uncapped data for outputting histograms, keep capped data for theoretical stats, move calculation of min / max depth into base loading, ensure histograms are not sparsely populated * Remove longstream import * Clean up extra whitespace * Remove uncappedunfiltered, it's not needed * Clean up unneeded properties
- Loading branch information
Showing
2 changed files
with
58 additions
and
23 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