pyOpenMS is the Python wrapper for OpenMS, a C++ library for LC-MS data analysis and computational proteomics. Current version 3.5.0. Release cadence is approximately bi-annual.
pip install pyopenmsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Load an mzML file and count MS2 spectra.
Be patient; pre-built wheels are available on PyPI for many platforms. Use a virtual environment.
Use pyopenms types like StringList or std::vector wrappers when expected.
Run `pip install pyopenms` in your active Python environment. Ensure you are using Python 3.7+.
Install pyopenms via conda: `conda install -c conda-forge pyopenms`. This resolves shared library dependencies.