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

Add more aggressive name guessing for malformed but maybe recoverable non-standard data arrays #6

Closed mobiusklein closed 4 years ago

mobiusklein commented 4 years ago

This fixes #5.

This may be a breaking change for cases where non-standard data array is specified, but a userParam naming the array is present but does not end with "array". Previously, the name of the array would be "non-standard data array", but now it would be whatever the longest userParam is.