pymzml / pymzML

pymzML - an interface between Python and mzML Mass spectrometry Files
https://pymzml.readthedocs.io/en/latest/
MIT License
162 stars 92 forks source link

Fix bugs in build_index_from_scratch functionality #148

Closed MKoesters closed 5 years ago

MKoesters commented 5 years ago
codecov[bot] commented 5 years ago

Codecov Report

Merging #148 into master will increase coverage by 0.92%. The diff coverage is 78.94%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #148      +/-   ##
==========================================
+ Coverage   81.83%   82.76%   +0.92%     
==========================================
  Files          32       32              
  Lines        3397     3406       +9     
==========================================
+ Hits         2780     2819      +39     
+ Misses        617      587      -30
Impacted Files Coverage Δ
pymzml/regex_patterns.py 100% <100%> (ø) :arrow_up:
tests/file_io_standard_mzml_test.py 96.96% <100%> (+0.67%) :arrow_up:
pymzml/plot.py 73.3% <100%> (ø) :arrow_up:
pymzml/file_classes/standardMzml.py 67.81% <42.85%> (+8.85%) :arrow_up:

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 1e8c5d2...5200b62. Read the comment docs.