wfondrie / mokapot

Fast and flexible semi-supervised learning for peptide detection in Python
https://mokapot.readthedocs.io
Apache License 2.0
43 stars 15 forks source link

Fixed problem with parsing modifications from pepXML. #20

Closed wfondrie closed 3 years ago

wfondrie commented 3 years ago

Mods were not being parsed into the peptide string correctly. This PR fixes it.

codecov-io commented 3 years ago

Codecov Report

Merging #20 (7ca986f) into master (2aa978c) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #20      +/-   ##
==========================================
+ Coverage   81.04%   81.05%   +0.01%     
==========================================
  Files          15       15              
  Lines        1403     1404       +1     
==========================================
+ Hits         1137     1138       +1     
  Misses        266      266              
Impacted Files Coverage Δ
mokapot/parsers/pepxml.py 88.61% <100.00%> (+0.09%) :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 2aa978c...7ca986f. Read the comment docs.