A Nanome Plugin to add bonds and secondary structures to complexes. Useful for Nanome Quest, as those features are not available natively.
To run Structure Prep in a Docker container:
$ cd docker
$ ./build.sh
$ ./deploy.sh -a <plugin_server_address> [optional args]
To run Structure Prep with autoreload:
$ python3 -m pip install -r requirements.txt
$ python3 run.py -r -a <plugin_server_address> [optional args]
MIT