pymzml / pymzML

pymzML - an interface between Python and mzML Mass spectrometry Files
https://pymzml.readthedocs.io/en/latest/
MIT License
163 stars 92 forks source link

Regex fix #15

Closed hroest closed 10 years ago

hroest commented 10 years ago

I fixed a bug in the spectrumIndexPattern regex, from

[scan=|nativeID="]

to

(scan=|nativeID=")

which is the correct behavior