wfondrie / depthcharge

A deep learning toolkit for mass spectrometry
https://wfondrie.github.io/depthcharge/
Apache License 2.0
59 stars 18 forks source link

Add support for unsigned masses in otherwise valid Proforma peptides. #52

Closed wfondrie closed 3 months ago

wfondrie commented 3 months ago

I ran into an issue parsing something like LASM[15.9969]AK which is valid Proforma aside form the sign of the mass not being specified. This PR assumes it is positive.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.15%. Comparing base (8519369) to head (7f8f1bc).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #52 +/- ## ========================================== + Coverage 96.93% 97.15% +0.21% ========================================== Files 24 24 Lines 947 948 +1 ========================================== + Hits 918 921 +3 + Misses 29 27 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.