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

Update plot function #241

Closed StSchulze closed 4 years ago

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

Codecov Report

Merging #241 into dev will increase coverage by 0.02%. The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #241      +/-   ##
==========================================
+ Coverage   84.15%   84.17%   +0.02%     
==========================================
  Files          32       32              
  Lines        3698     3703       +5     
==========================================
+ Hits         3112     3117       +5     
  Misses        586      586              
Impacted Files Coverage Δ
pymzml/spec.py 77.15% <54.54%> (+0.16%) :arrow_up:
pymzml/plot.py 73.14% <80.00%> (-0.17%) :arrow_down:
tests/ms2_spec_test.py 98.21% <100.00%> (+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 5eaf345...c201ae4. Read the comment docs.

JB-MS commented 4 years ago

I think you need orca and electron installed, at least on OSX. Is this different now or do we need to add something more to explain installation etc.?