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

[WIP] Support for VITEK MS #217

Closed MKoesters closed 4 years ago

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

Codecov Report

Merging #217 into dev will increase coverage by 0.02%. The diff coverage is 82.75%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #217      +/-   ##
==========================================
+ Coverage   83.82%   83.85%   +0.02%     
==========================================
  Files          32       32              
  Lines        3661     3685      +24     
==========================================
+ Hits         3069     3090      +21     
- Misses        592      595       +3
Impacted Files Coverage Δ
tests/test_file_paths.py 100% <ø> (ø) :arrow_up:
pymzml/regex_patterns.py 100% <100%> (ø) :arrow_up:
pymzml/file_classes/standardMzml.py 70.71% <100%> (+1.03%) :arrow_up:
tests/file_io_standard_mzml_test.py 96.77% <100%> (+0.47%) :arrow_up:
pymzml/spec.py 74.76% <28.57%> (-0.34%) :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 4d74420...3b82f73. Read the comment docs.

MKoesters commented 4 years ago

Is now included in #224