Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
= mzML
MzML is a standard data format for encoding mass spectrometry data. For more information see mzML the specification at http://psidev.info/index.php?q=node/257
This library is a non-validating, read-only mzML parser for mzML version 1.1.x
It is built on top of the nokogiri gem for XML parsing, which itself relies on the libxml2 C library. The library It is relatively fast
==USAGE:
require 'mzml'
mzml = MzML::Doc.open("test.mzXML")
# to iterate through spectra
mzml.each do |spectrum|
# ... do something interesting
end
# to get an Array of spectrum IDs
mzml.spectrum_list
# to fetch a specific spectrum, whose ID you already know
mzml.spectrum("controllerType=0 controllerNumber=1 scan=1")
You can also get chromatograms mzml.each_chromatogram mzml.chromatogram("TIC")
== Note on Patches/Pull Requests
== Copyright
Copyright (c) 2009 Angel Pizarro. See LICENSE for details.
FAQs
Unknown package
We found that mzml demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.