magicDGS / ReadTools

A Universal Toolkit for Handling Sequence Data from Different Sequencing Platforms
https://magicdgs.github.io/ReadTools/
MIT License
6 stars 3 forks source link

Implement ProperStatWindowEngine #456

Closed magicDGS closed 6 years ago

magicDGS commented 6 years ago

Implementation and tests for the engine of the new experimental tool, which will compute statistics over window.

Closes #439

codecov[bot] commented 6 years ago

Codecov Report

Merging #456 into master will decrease coverage by 0.036%. The diff coverage is 90.164%.

Impacted file tree graph

@@               Coverage Diff               @@
##              master      #456       +/-   ##
===============================================
- Coverage     93.328%   93.292%   -0.036%     
- Complexity       940       960       +20     
===============================================
  Files             90        91        +1     
  Lines           2503      2564       +61     
  Branches         274       280        +6     
===============================================
+ Hits            2336      2392       +56     
- Misses           128       132        +4     
- Partials          39        40        +1
Impacted Files Coverage Δ Complexity Δ
...tils/read/stats/engine/ProperStatWindowEngine.java 90.164% <90.164%> (ø) 19 <19> (?)
.../read/stats/engine/ProperStatWindowCalculator.java 95.652% <0%> (+1.087%) 43% <0%> (+1%) :arrow_up: