A Nanome Plugin to calculate electrostatic potential map.
When running outside of Docker:
This plugin requires APBS-PDB2PQR
installed and add execution path to one of the following
- environment variables
APBS
andPDB2PQR
- environment variable
PATH
- in
esp_config.py
Installation instructions for APBS-PDB2PQR
can be found here
To run Electrostatic Potential in a Docker container:
$ cd docker
$ ./build.sh
$ ./deploy.sh -a <plugin_server_address> [optional args]
To run Electrostatic Potential with autoreload:
$ python3 -m pip install -r requirements.txt
$ python3 run.py -r -a <plugin_server_address> [optional args]
MIT