bcgsc / mavis

Merging, Annotation, Validation, and Illustration of Structural variants
http://mavis.bcgsc.ca
GNU General Public License v3.0
72 stars 14 forks source link

Split read gathering methods into a separate module #328

Closed creisle closed 2 years ago

creisle commented 2 years ago

NOTE: no actual function changes, just moved methods

codecov[bot] commented 2 years ago

Codecov Report

Merging #328 (ad56ca3) into develop_v3 (9e64e59) will increase coverage by 0.03%. The diff coverage is 83.97%.

@@              Coverage Diff               @@
##           develop_v3     #328      +/-   ##
==============================================
+ Coverage       86.43%   86.47%   +0.03%     
==============================================
  Files              55       56       +1     
  Lines            9306     9315       +9     
  Branches         2404     2404              
==============================================
+ Hits             8044     8055      +11     
+ Misses            779      778       -1     
+ Partials          483      482       -1     
Flag Coverage Δ
unittests 86.47% <83.97%> (+0.03%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/mavis/validate/base.py 78.07% <ø> (-3.02%) :arrow_down:
src/mavis/validate/gather.py 83.88% <83.88%> (ø)
src/mavis/validate/main.py 90.53% <100.00%> (+0.05%) :arrow_up:
src/mavis/breakpoint.py 91.26% <0.00%> (+0.64%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2e8b271...ad56ca3. Read the comment docs.