wfondrie / depthcharge

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

Change `scan_id` dtype to string. #51

Closed wfondrie closed 4 months ago

wfondrie commented 4 months ago

Change the scan_id dtype for parsed mass spectra to be the full scan string. The original integer representation was nice, but failed for mzML files generated from .wiff files from Sciex instruments.

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 96.93%. Comparing base (b8be2e2) to head (7c72e67).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #51 +/- ## ========================================== + Coverage 96.66% 96.93% +0.27% ========================================== Files 24 24 Lines 959 947 -12 ========================================== - Hits 927 918 -9 + Misses 32 29 -3 ```

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