Skip to content

Discngine/3decision_plugin_pymol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3decision PyMOL Plugin

A plugin to search and load structures from 3decision database into PyMOL.

Installation

Download

  1. Go to the Releases page
  2. Download 3decision_plugin_pymol.zip

Install in PyMOL

  1. Open PyMOL
  2. Go to Plugin → Plugin Manager
  3. Click on the Install New Plugin tab
  4. Click Choose file... and select the downloaded ZIP file
  5. Restart PyMOL

Usage

After installation, access the plugin via:

  • Menu: Plugin → 3decision

Development

Building the ZIP package

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages