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

Feature/custom regex for index parsing #224

Closed MKoesters closed 4 years ago

MKoesters commented 4 years ago

Fix bugs when parsing files with non numerical id

codecov[bot] commented 4 years ago

Codecov Report

Merging #224 into dev will increase coverage by 0.16%. The diff coverage is 69.84%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #224      +/-   ##
==========================================
+ Coverage   83.99%   84.15%   +0.16%     
==========================================
  Files          32       32              
  Lines        3673     3698      +25     
==========================================
+ Hits         3085     3112      +27     
+ Misses        588      586       -2     
Impacted Files Coverage Δ
pymzml/spec.py 76.98% <29.41%> (+1.88%) :arrow_up:
pymzml/file_classes/standardMzml.py 69.60% <76.66%> (-0.08%) :arrow_down:
pymzml/file_interface.py 93.54% <100.00%> (+0.21%) :arrow_up:
pymzml/regex_patterns.py 100.00% <100.00%> (ø)
pymzml/run.py 86.04% <100.00%> (-3.43%) :arrow_down:
tests/main_reader_test.py 99.37% <100.00%> (-0.02%) :arrow_down:
tests/ms2_spec_test.py 98.14% <100.00%> (+0.14%) :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 a00b0ce...11d5741. Read the comment docs.