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

Feature/stdz logging #299

Closed creisle closed 2 years ago

creisle commented 2 years ago

Improvements

Note: the purpose of changing the logging is to remove code bloat and make it look more like other python projects and therefore less confusing for new devs

codecov[bot] commented 2 years ago

Codecov Report

Merging #299 (fefc095) into develop_v3 (02c108f) will decrease coverage by 0.08%. The diff coverage is 89.70%.

Impacted file tree graph

@@              Coverage Diff               @@
##           develop_v3     #299      +/-   ##
==============================================
- Coverage       87.14%   87.06%   -0.09%     
==============================================
  Files              52       52              
  Lines            8839     8787      -52     
  Branches         2295     2290       -5     
==============================================
- Hits             7703     7650      -53     
  Misses            691      691              
- Partials          445      446       +1     
Flag Coverage Δ
unittests 87.06% <89.70%> (-0.09%) :arrow_down:

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

Impacted Files Coverage Δ
src/mavis/tools/breakdancer.py 89.47% <0.00%> (-0.53%) :arrow_down:
src/mavis/validate/evidence.py 93.96% <ø> (-0.04%) :arrow_down:
src/mavis/blat.py 85.25% <25.00%> (-0.07%) :arrow_down:
src/mavis/annotate/file_io.py 76.83% <66.66%> (ø)
src/mavis/align.py 85.25% <71.42%> (-0.15%) :arrow_down:
src/mavis/annotate/variant.py 89.35% <75.00%> (ø)
src/mavis/overlay.py 75.30% <75.00%> (ø)
src/mavis/cluster/main.py 79.83% <76.92%> (+0.16%) :arrow_up:
src/mavis/validate/base.py 81.12% <77.77%> (-0.04%) :arrow_down:
src/mavis/tools/vcf.py 94.24% <80.00%> (-0.05%) :arrow_down:
... and 25 more

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 4af62d2...fefc095. Read the comment docs.