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 stop/start tokens automatically to `AnnotatedSpectrumDataset` instances #53

Closed wfondrie closed 3 months ago

wfondrie commented 3 months ago

This PR adds stop and start tokens, which had been missing and messing up my small de novo task.

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 97.16%. Comparing base (3ca2297) to head (cf8c57b).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #53 +/- ## ========================================== + Coverage 97.15% 97.16% +0.01% ========================================== Files 24 24 Lines 948 953 +5 ========================================== + Hits 921 926 +5 Misses 27 27 ```

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