kevlar-dev / kevlar

Reference-free variant discovery in large eukaryotic genomes
https://kevlar.readthedocs.io
MIT License
40 stars 9 forks source link

Clean up get_abundances function #346

Closed standage closed 5 years ago

standage commented 5 years ago

The kevlar::simlike::get_abundances function was a bit verbose and has been updated for clarity. Now named spanning_kmer_abundances. Closes #330.

codecov[bot] commented 5 years ago

Codecov Report

Merging #346 into master will decrease coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #346      +/-   ##
==========================================
- Coverage   95.08%   95.06%   -0.01%     
==========================================
  Files          48       48              
  Lines        3046     3039       -7     
  Branches      572      570       -2     
==========================================
- Hits         2896     2889       -7     
  Misses        108      108              
  Partials       42       42
Impacted Files Coverage Δ
kevlar/simlike.py 96.23% <100%> (-0.12%) :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 519b595...d112f2a. Read the comment docs.