Contribute#
pyopenms docs#
Contribution to the pyOpenMS documentation is easy and we would love to expand it with you. To edit a tutorial page you can click on the “Edit on GitHub” link at the top right of each page. Once you changed (or added new) .rst files you can and open a pull request.
If you are unsure how to do that or want to discuss questions (e.g. your example workflow can be included on this webpage) contact the contact the OpenMS team today.
pyopenms sources#
pyopenms uses nanobind to wrap the OpenMS C++ library for Python. Below you will find information on how to build pyopenms from source and how to wrap new classes. You can of course also contribute classes and functionality in pure Python.