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

Add deconvolution functionality #141

Closed MKoesters closed 5 years ago

MKoesters commented 5 years ago

addresses #60

codecov[bot] commented 5 years ago

Codecov Report

Merging #141 into master will increase coverage by 1.12%. The diff coverage is 90%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #141      +/-   ##
==========================================
+ Coverage   81.83%   82.95%   +1.12%     
==========================================
  Files          32       32              
  Lines        3397     3468      +71     
==========================================
+ Hits         2780     2877      +97     
+ Misses        617      591      -26
Impacted Files Coverage Δ
tests/main_spec_test.py 98.97% <ø> (+0.1%) :arrow_up:
pymzml/plot.py 73.3% <100%> (ø) :arrow_up:
tests/ms2_spec_test.py 97.5% <100%> (+1.34%) :arrow_up:
pymzml/spec.py 75.35% <82.6%> (+4.95%) :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...c633c0e. Read the comment docs.