althonos / pyrodigal

Cython bindings and Python interface to Prodigal, an ORF finder for genomes and metagenomes. Now with SIMD!
https://pyrodigal.readthedocs.org
GNU General Public License v3.0
138 stars 5 forks source link

[ImgBot] Optimize images #7

Closed imgbot[bot] closed 2 years ago

imgbot[bot] commented 2 years ago

Beep boop. Your images are optimized!

Your image file size has been reduced by 15% 🎉

Details | File | Before | After | Percent reduction | |:--|:--|:--|:--| | /benches/connection_scoring/v1.0.0.svg | 71.74kb | 60.67kb | 15.42% | | /benches/connection_scoring/v0.7.2.svg | 70.64kb | 59.83kb | 15.30% | | /benches/connection_scoring/v0.6.4.svg | 98.16kb | 84.19kb | 14.23% | | | | | | | **Total :** | **240.54kb** | **204.70kb** | **14.90%** |

📝 docs | :octocat: repo | 🙋🏾 issues | 🏪 marketplace

~Imgbot - Part of Optimole family

codecov[bot] commented 2 years ago

Codecov Report

Merging #7 (dce0dec) into main (d6af859) will increase coverage by 9.92%. The diff coverage is n/a.

:exclamation: Current head dce0dec differs from pull request most recent head 0906ba5. Consider uploading reports for the commit 0906ba5 to get more accurate results

@@            Coverage Diff             @@
##             main       #7      +/-   ##
==========================================
+ Coverage   86.31%   96.24%   +9.92%     
==========================================
  Files           3       11       +8     
  Lines        2383      533    -1850     
==========================================
- Hits         2057      513    -1544     
+ Misses        326       20     -306     
Flag Coverage Δ
CPython 96.24% <ø> (+9.92%) :arrow_up:
Linux 96.24% <ø> (+9.92%) :arrow_up:
OSX 92.68% <ø> (?)
PyPy 94.99% <ø> (?)
Windows 96.24% <ø> (?)
v3.10 96.24% <ø> (+9.92%) :arrow_up:
v3.5 95.95% <ø> (+9.63%) :arrow_up:
v3.6 96.14% <ø> (+9.82%) :arrow_up:
v3.7 96.14% <ø> (?)
v3.8 96.24% <ø> (+9.92%) :arrow_up:
v3.9 96.24% <ø> (+9.92%) :arrow_up:

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

Impacted Files Coverage Δ
pyrodigal/__init__.py 100.00% <0.00%> (ø)
pyrodigal/_version.py
pyrodigal/_pyrodigal.pyx
pyrodigal/tests/test_orf_finder.py 100.00% <0.00%> (ø)
pyrodigal/tests/__init__.py 100.00% <0.00%> (ø)
pyrodigal/tests/test_gene.py 100.00% <0.00%> (ø)
pyrodigal/tests/test_sequence.py 100.00% <0.00%> (ø)
pyrodigal/tests/utils.py 100.00% <0.00%> (ø)
pyrodigal/tests/test_nodes.py 100.00% <0.00%> (ø)
pyrodigal/tests/test_training_info.py 100.00% <0.00%> (ø)
... and 3 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 be14169...0906ba5. Read the comment docs.