pyQms / pyqms

pyQms, generalized, fast and accurate mass spectrometry data quantification
MIT License
28 stars 9 forks source link

Store trivial_name for each row of evidence file #22

Closed JB-MS closed 4 years ago

JB-MS commented 4 years ago

This adds the storage of each trivial_name for each row in the evidence file. Code works as before but now one can dissect evidence RTs for different molecules with different elution times with the same formula, e.g. isomers of nucleosides.

codecov[bot] commented 4 years ago

Codecov Report

Merging #22 into master will increase coverage by 0.11%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #22      +/-   ##
==========================================
+ Coverage   78.87%   78.98%   +0.11%     
==========================================
  Files          28       28              
  Lines        2755     2770      +15     
==========================================
+ Hits         2173     2188      +15     
  Misses        582      582              
Impacted Files Coverage Δ
pyqms/results.py 54.19% <ø> (ø)
pyqms/adaptors.py 96.31% <100.00%> (+0.04%) :arrow_up:
tests/adaptor_parse_evidence_file_test.py 93.10% <100.00%> (+4.86%) :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 7609569...a8f4b00. Read the comment docs.