PDB plugin for PyMOL
This repository is based on PDBe’s PDB plugin for
PyMOL. The
original documentation
for the plugin is found on the
PyMOL Wiki.
The plugin has been updated to newer versions of PyMOL and Python. Here is
an overview of the download URLs for various versions:
To install the plugin for PyMOL 1.7 or later use the PyMOL menu:
For earlier versions of PyMOL install the plugin manually from the above URL.
If you find a bug feel free to open an issue for it. Please describe in as
much detail as possible how to reproduce what you see, e.g. which version of
PyMOL and Python you are using and all the steps you performed to lead to
your result. Also describe the output you are getting as well what you had
expected to get, i.e. why do you consider the current behavior an error.
If you want to help fix an issue in the code, feel free to send a pull request.
Please conform to the
Google Python style guide.
The code in this repository is auto-formatted with
yapf —style google and linted with
flake8.
Before starting to work on changes install required packages.
pip install -r requirements.txt
pre-commit install
Before committing or sending a pull request run the pre-commit checks and tests.
pre-commit run --all-files
tools/test