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

Handle cases where the PROXI server responds with properly typed numerical values for attributes #55

Closed mobiusklein closed 2 years ago

mobiusklein commented 2 years ago

I noticed a service started to respond with integer and float values for attributes, which broke the attribute type coercion code. This fixes the issue, making the code work on both cases.