bcgsc / mavis

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

Adopt cutesv error handling #320

Closed zhemingfan closed 2 years ago

zhemingfan commented 2 years ago

Addresses edge cases found in SV caller outputs:

codecov[bot] commented 2 years ago

Codecov Report

Merging #320 (9e64e59) into develop_v3 (59e0167) will decrease coverage by 0.01%. The diff coverage is 89.28%.

@@              Coverage Diff               @@
##           develop_v3     #320      +/-   ##
==============================================
- Coverage       86.45%   86.43%   -0.02%     
==============================================
  Files              55       55              
  Lines            9289     9306      +17     
  Branches         2398     2404       +6     
==============================================
+ Hits             8031     8044      +13     
- Misses            778      779       +1     
- Partials          480      483       +3     
Flag Coverage Δ
unittests 86.43% <89.28%> (-0.02%) :arrow_down:

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

Impacted Files Coverage Δ
src/mavis/summary/summary.py 54.92% <0.00%> (ø)
src/mavis/convert/vcf.py 94.11% <92.30%> (-0.66%) :arrow_down:
src/mavis/breakpoint.py 90.61% <100.00%> (-0.65%) :arrow_down:

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 9aa0415...9e64e59. Read the comment docs.