8000 GitHub - YumizSui/anchored_docking_workflow: An automated configuration code for anchored docking using AutoDock-GPU.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

An automated configuration code for anchored docking using AutoDock-GPU.

License

Notifications You must be signed in to change notification settings

YumizSui/anchored_docking_workflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

anchored_docking_workflow

An automated configuration script for anchored docking using AutoDock-GPU.

Note: This project is still under development.

Overview

This script provides a simplified setup for performing anchored docking as described in the AutoDock-GPU Anchored Docking Guide. By overlaying ligands that share a core, it functions as an alternative to core-constrained docking.

While this method may be useful for applications like relative binding free energy perturbation calculations, please note that it has not been experimentally validated.

Environment Setup

The requirements are the same as those listed in the Anchored Docking Guide.

Usage

As a test case, we provide an anchored docking tutorial for the Bace1 receptor.

Run the following command:

python anchored_docking.py \
    --template_file test/crystal_ligand.sdf \
    --input_file test/CAT-13f.sdf \
    --receptor_file test/Bace1_protein.pdb \
    --docking_dir test/output

  • green: receptor (Bace1)
  • cyan: template ligand (CAT-4j)
  • magenta: docked CAT-13f
  • yellow: CAT-13f Pose used in Wang-FEP-dataset

About

An automated configuration code for anchored docking using AutoDock-GPU.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0