GLINT is a comprehensive PyMOL plugin designed for molecular glue discovery and protein-ligand interaction analysis. It provides specialized tools for analyzing ternary complexes, detecting G-motifs, identifying neo-epitopes, and structure-guided optimization workflows.
🔬 What are Molecular Glues?
Molecular glues are small molecules that induce or stabilize protein-protein interactions, typically between an E3 ubiquitin ligase and a target protein (neo-substrate), leading to targeted protein degradation.
|
|
|
|
🍎 macOS Installer (Recommended)
- Download
GLINT_Installer_0.3.0.dmgfrom Releases - Open the DMG and run the installer
- Follow the on-screen instructions
🚀 One-Shot Setup Script
bash install_glint.sh🪟 Windows Installation
- Download
GLINT_Installer_X.X.X.exefrom Releases - Double-click the
.exefile and follow the installation wizard - Restart PyMOL to load the plugin
🐧 Linux Installation
chmod +x install_glint.sh
./install_glint.sh- Launch PyMOL and load your protein structure
- Access GLINT Menu - Look for the "GLINT" menu in the menu bar
- Run Analysis - Navigate to the desired analysis tool
- View Results - Results are displayed in real-time with visualization options
# Load your ternary complex structure
load ternary_complex.pdb
# Access GLINT -> Ternary Complex Evaluation
# Set parameters:
# - E3 Chain: A
# - POI Chain: B
# - Ligand Resn: UNL
# Click "Run Full Evaluation"
# GLINT will automatically:
# - Calculate interface BSA using ternary complex formula
# - Extract ligand SMILES and compute molecular properties
# - Analyze geometric metrics (COG shift, angles, distances)
# - Calculate duality index for binding balance
# Export results via "Export" button- Installation Guide - Detailed installation instructions
- Tutorial - Step-by-step tutorials for all features
- API Reference - Complete API documentation
- One-click full evaluation - Run complete analysis with single button click
- Automatic ligand property calculation - SMILES extraction and molecular computation
- Enhanced BSA calculation - Using ternary complex formula with intermediate values
- Improved CSV export - Consistent with GUI display, includes timestamps
- Better error handling and user feedback
- Real-time progress updates
- Enhanced visualization options
- Improved documentation and tutorials
We welcome contributions! Please see our Contributing Guidelines for details.
This project is licensed under the MIT License - see the LICENSE file for details.
- PyMOL community for the excellent molecular visualization platform
- RDKit and OpenBabel for chemical informatics tools
- BioPython for structural biology utilities
- All contributors and users of GLINT
Made with ❤️ by the GLINT Team
