levitsky / pyteomics

Pyteomics is a collection of lightweight and handy tools for Python that help to handle various sorts of proteomics data. Pyteomics provides a growing set of modules to facilitate the most common tasks in proteomics data analysis.
http://pyteomics.readthedocs.io
Apache License 2.0
105 stars 34 forks source link

Address broader ProForma colon ambiguity #101

Closed mobiusklein closed 1 year ago

mobiusklein commented 1 year ago

Fixes #100

This refactors how : characters are treated more broadly to address the issue in #100, moving the responsibility to the modification resolver, not the modification tag. It is an extension of #99.