pymzml / pymzML

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

modified regex to work with id and index regardless of order #301

Closed tristan-ranff closed 2 years ago

tristan-ranff commented 2 years ago

mzml files in both formats can now be parsed: <spectrum id="controllerType=0 controllerNumber=1 scan=1" index="0" defaultArrayLength="1100">

<spectrum index="0" id="controllerType=0 controllerNumber=1 scan=1" defaultArrayLength="917">

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 5 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication