Nanome plugin to load Cryo-EM maps and display them in Nanome as surfaces
The plugin is built on top of Computational Crystallography Toolbox (cctbx)
To run Cryo-EM in a Docker container:
$ cd docker
$ ./build.sh
$ ./deploy.sh [run_args]
Use the following environment variables to configure the plugin:
NTS_HOST
- Sets the Plugin Server host
NTS_PORT
- Sets the Plugin Server port
NTS_KEY
- Specifies a key file or key string to use to connect to NTS
PLUGIN_NAME
- Optional custom name to display in the Nanome stacks Menu
PLUGIN_VERBOSE
- Enable verbose mode, to display Logs.debug
VAULT_URL
- URL to use for Vault Integration
VAULT_API_KEY
- API Key access Vault.
MAX_MAP_SIZE
- Maximum size of map to load (in MB). Default: 350MB)
MIT