motleystate / moonstone

Library to perform Metagenomics data analysis with Python
https://moonstone.readthedocs.io/en/latest/?badge=latest
MIT License
1 stars 0 forks source link

Built in visualization for taxonomy counts #72

Closed khillion closed 3 years ago

khillion commented 3 years ago

Description

Description of the Pull Request content. Especially give details for what changed since the description done in the related issue.

Changelogs

Issue(s)

Fixes #71

Definition of Done

codecov-commenter commented 3 years ago

Codecov Report

Merging #72 (bbb818e) into master (fddf1f3) will increase coverage by 0.21%. The diff coverage is 73.09%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #72      +/-   ##
==========================================
+ Coverage   57.78%   57.99%   +0.21%     
==========================================
  Files          59       60       +1     
  Lines        2307     2419     +112     
==========================================
+ Hits         1333     1403      +70     
- Misses        974     1016      +42     
Flag Coverage Δ
unittests 57.99% <73.09%> (+0.21%) :arrow_up:

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

Impacted Files Coverage Δ
moonstone/normalization/reads/downsize_dir.py 0.00% <0.00%> (ø)
moonstone/plot/graphs/bargraph.py 63.63% <45.00%> (-30.81%) :arrow_down:
moonstone/plot/counts.py 63.23% <56.14%> (-20.98%) :arrow_down:
moonstone/parsers/base.py 77.77% <57.14%> (-22.23%) :arrow_down:
moonstone/filtering/taxonomy_filtering.py 94.11% <86.66%> (-5.89%) :arrow_down:
moonstone/utils/colors.py 94.44% <94.44%> (ø)
moonstone/parsers/counts/taxonomy/base.py 100.00% <100.00%> (ø)
moonstone/parsers/counts/taxonomy/kraken2.py 100.00% <100.00%> (ø)
moonstone/parsers/counts/taxonomy/metaphlan.py 100.00% <100.00%> (ø)
moonstone/parsers/counts/taxonomy/qiime.py 100.00% <100.00%> (ø)
... and 5 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 fddf1f3...bbb818e. Read the comment docs.