A Nanome Plugin to run an RMSD calculation on multiple structures, and auto-align them.
To run RMSD in a Docker container:
$ cd docker
$ ./build.sh
$ ./deploy.sh -a <plugin_server_address> [optional args]
To run RMSD with autoreload:
$ python3 -m pip install -r requirements.txt
$ python3 run.py -r -a <plugin_server_address> [optional args]
MIT