A plugin to search and load structures from 3decision database into PyMOL.
- Go to the Releases page
- Download
3decision_plugin_pymol.zip
- Open PyMOL
- Go to Plugin → Plugin Manager
- Click on the Install New Plugin tab
- Click Choose file... and select the downloaded ZIP file
- Restart PyMOL
After installation, access the plugin via:
- Menu: Plugin → 3decision
To create a distributable ZIP file for the plugin:
cd plugin_3decision
zip -r 3decision_plugin_pymol/tmp/3decision_plugin_pymol_test.zip 3decision_plugin_pymol -x "*.pyc" -x "*__pycache__*" -x "*.git*" -x "*/tmp/*"This excludes compiled Python files, cache directories, git files, and temporary files.