UnimodDB is a library for providing a SQLite interface to the Unimod database of protein modifications.
unimoddb
can be installed from PyPI.
unimoddb
is written using Python 3 and should be compatible with most
operating systems. The package has been tested on
- Windows 10
- MacOS 10.15
- Ubuntu 18.04 LTS
- Install Python 3 (>= version 3.6).
- Install the latest version of the
unimoddb
library usingpip
:
pip install unimoddb
unimoddb
is released under the terms of the MIT license.