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

Adjusted handling of ms_spectra that do not contain ms_level inform… #196

Closed fu closed 4 years ago

fu commented 4 years ago

…ation

fu commented 4 years ago

Actually, second though, we might want to capture all other @properties functions as well, just in case ...

codecov[bot] commented 4 years ago

Codecov Report

Merging #196 into dev will increase coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #196      +/-   ##
==========================================
+ Coverage   79.96%   79.97%   +0.01%     
==========================================
  Files          33       33              
  Lines        3803     3805       +2     
==========================================
+ Hits         3041     3043       +2     
  Misses        762      762
Impacted Files Coverage Δ
pymzml/run.py 86.9% <ø> (ø) :arrow_up:
pymzml/spec.py 75.03% <100%> (+0.06%) :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 352e446...e782ccf. Read the comment docs.

MKoesters commented 4 years ago

Addresses #195