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

Performance/pyfaidx #297

Closed creisle closed 2 years ago

creisle commented 2 years ago

Breaking Changes

Improvements

Closes #295

codecov[bot] commented 2 years ago

Codecov Report

Merging #297 (f79c36f) into develop_v3 (3d86023) will decrease coverage by 0.05%. The diff coverage is 93.93%.

:exclamation: Current head f79c36f differs from pull request most recent head 70c597f. Consider uploading reports for the commit 70c597f to get more accurate results Impacted file tree graph

@@              Coverage Diff               @@
##           develop_v3     #297      +/-   ##
==============================================
- Coverage       87.14%   87.09%   -0.06%     
==============================================
  Files              53       53              
  Lines            8909     8841      -68     
  Branches         2311     2295      -16     
==============================================
- Hits             7764     7700      -64     
+ Misses            698      695       -3     
+ Partials          447      446       -1     
Flag Coverage Δ
unittests 87.09% <93.93%> (-0.06%) :arrow_down:

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

Impacted Files Coverage Δ
src/mavis/assemble.py 90.28% <ø> (-0.04%) :arrow_down:
src/mavis/tools/vcf.py 94.24% <ø> (-0.05%) :arrow_down:
src/mavis/validate/main.py 90.64% <ø> (-0.06%) :arrow_down:
src/mavis/validate/base.py 81.21% <66.66%> (+0.06%) :arrow_up:
src/mavis/annotate/file_io.py 75.28% <72.72%> (-3.74%) :arrow_down:
src/mavis/align.py 85.30% <100.00%> (-0.10%) :arrow_down:
src/mavis/annotate/base.py 83.80% <100.00%> (+0.11%) :arrow_up:
src/mavis/annotate/fusion.py 91.77% <100.00%> (+0.05%) :arrow_up:
src/mavis/annotate/genomic.py 88.01% <100.00%> (+0.04%) :arrow_up:
src/mavis/annotate/main.py 90.54% <100.00%> (+0.06%) :arrow_up:
... and 22 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 3d86023...70c597f. Read the comment docs.