pirovc / ganon

ganon2 classifies genomic sequences against large sets of references efficiently, with integrated download and update of databases (refseq/genbank), taxonomic profiling (ncbi/gtdb), binning and hierarchical classification, customized reporting and more
https://pirovc.github.io/ganon/
MIT License
86 stars 13 forks source link

Feature/code classify #241

Closed pirovc closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Merging #241 (4530a27) into dev (af00a99) will increase coverage by 9.27%. The diff coverage is 86.99%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##              dev     #241      +/-   ##
==========================================
+ Coverage   77.66%   86.93%   +9.27%     
==========================================
  Files          22       23       +1     
  Lines        2512     3292     +780     
==========================================
+ Hits         1951     2862     +911     
+ Misses        561      430     -131     
Impacted Files Coverage Δ
...classify/hierarchical_interleaved_bloom_filter.hpp 0.00% <0.00%> (ø)
src/ganon-build/include/ganon-build/Config.hpp 64.51% <60.37%> (+19.06%) :arrow_up:
...c/ganon-classify/include/ganon-classify/Config.hpp 70.19% <77.77%> (+20.19%) :arrow_up:
src/ganon/tax_util.py 81.25% <81.25%> (ø)
src/ganon/build_update.py 83.54% <83.56%> (+18.06%) :arrow_up:
src/ganon/classify.py 86.84% <85.29%> (-7.28%) :arrow_down:
src/ganon/config.py 79.43% <85.89%> (+1.47%) :arrow_up:
src/ganon-classify/GanonClassify.cpp 89.05% <86.00%> (+6.23%) :arrow_up:
src/ganon-classify/CommandLineParser.cpp 88.46% <87.09%> (+6.41%) :arrow_up:
src/ganon/ganon.py 88.88% <88.00%> (-5.06%) :arrow_down:
... and 9 more

... and 2 files with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more