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

Adding support for millisecond retention time unit #288

Closed mwang87 closed 2 years ago

mwang87 commented 2 years ago

It is valid to have millisecond for retention time units as shizmadzu instruments report this. Small code update to allow for this.

<scanList count="1">
  <scan>
    <cvParam cvRef="MS" accession="MS:1000016" name="scan start time" value="1583100" unitCvRef="UO" unitAccession="UO:0000028" unitName="millisecond"/>
  </scan>
</scanList>
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 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information