What problem does it solve?
This Skill automates the complex process of molecular docking, enabling researchers to predict how small molecules (ligands) bind to proteins and estimate their binding strength, accelerating drug discovery.
Core Features & Use Cases
- Receptor & Ligand Preparation: Converts PDB and SMILES/SDF into formats suitable for docking.
- Binding Site Definition: Identifies or allows manual specification of the docking search space.
- Docking Execution: Runs AutoDock Vina to generate multiple binding poses and their energies.
- Result Analysis: Extracts binding energies, allows RMSD calculation for validation, and visualizes results.
- Batch Screening: Enables high-throughput virtual screening of compound libraries.
- Use Case: A medicinal chemist wants to screen a library of 1000 compounds against a newly identified cancer target protein. This Skill can automate the docking of all compounds, rank them by predicted binding affinity, and identify the top potential drug candidates for further experimental testing.
Quick Start
Use the autodock-vina-docking skill to prepare the receptor from '1HPV.pdb', prepare the ligand from SMILES 'CC(C)(C)NC(=O)[C@@H]1CN(CCc2ccccc2)C[C@H]1O', and run docking with 10 poses.