Simple program to quickly dock ligands using Autodock Vina
Project description
AutoDocker
Simple program to quickly dock ligands using Autodock Vina.
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file AutoDocker-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: AutoDocker-0.3.0-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b61421ed251ee85c0b40c9a0f83e12f1e44d1e39e5fb7edd6729d0705a18df9f |
|
MD5 | c8851ef232d6e657185020557d59dc02 |
|
BLAKE2b-256 | 8fc10faaf1aff7e6e01876c3cf30c4ca68cad4e9af63023f8be5b3a79821170f |