bittremieux / spectrum_utils

Python package for efficient mass spectrometry data processing and visualization
https://spectrum-utils.readthedocs.io/
Apache License 2.0
138 stars 20 forks source link

Support for 0 mass X amino acids in annotation to enable gapped masses #19

Closed mwang87 closed 2 years ago

mwang87 commented 3 years ago

This might be subsumed into https://github.com/bittremieux/spectrum_utils/issues/18 as that should be part of the spec.

Currently, as a user, I fake this by replacing all X's with G and modify the gapped mass value as a faked PTM on the G.

bittremieux commented 2 years ago

Fixed in 1d95ff8 and preceding commits.