Skip to main content

Simple program to quickly dock ligands using Autodock Vina

Project description

AutoDocker

Simple program to quickly dock ligands using Autodock Vina.

PyPI version Downloads

Installation:

pip install AutoDocker

Usage:

Prepare receptor PDBQT

AutoDocker.protpdb2pdbqt("receptor.pdb")

Run single docking calculation

AutoDocker.RunAutoDocker("receptor.pdb","ligand.sdf","config.txt","path-to-vina-executable")
OR
AutoDocker.RunVina("path-to-vina-executable","receptor.pdbqt","ligand.pdbqt","config.txt")

Run docking calculation for database (Only sdf format supported)

AutoDocker.RunAutoDocker("receptor.pdb","database.sdf","config.txt","path-to-vina-executable")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

AutoDocker-0.2.2.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

AutoDocker-0.2.2-py3-none-any.whl (3.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page