Skip to content

Calculation of Biomolecular Dimensions for AutoDock VINA Docking and Other Operations

Notifications You must be signed in to change notification settings

TheBiomics/TheMolCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Biomolecular Calculator

Calculation of Biomolecular Dimensions

Usage

Using script for pdbs in a directory to create vina config files in bulk

# Single File In a Directory for Specific residues (residues are optional, if not provided it will work for whole the structure)
python /path/to/vina.py -b /path/to/base/directory -s xyz.pdb -res ALA ASN TRP

# Using File Name pattern(s) or using multiple files, both will work
python /path/to/vina.py -b /path/to/base/directory -s *.pdb *xyz.pdb m*.pdb -res ALA ASN TRP

# Giving Spacing
python /path/to/vina.py -b /path/to/base/directory -s *.pdb *xyz.pdb m*.pdb -res HETATM -spc 10

Check Options or parameters

python /path/to/vina.py -h python /path/to/vina.py --help

Setting different VINA Option

python /path/to/vina.py [OTHER OPTIONS] --exhaustiveness 15 --cpu 2

Features for calculating grid for autodock VINA

  • Calculates grid size of a given PDB
  • Using coordinates
  • Adding spacing around the coordinates
  • Calculates grid around selected residues
  • Fitting the coordinates
  • Adding spacing around the coordinates

Ref and downloades

Notes

  • Created using Python 3.9.5, not tested with other versions of python
  • For any other calculation, feel free to comment

About

Calculation of Biomolecular Dimensions for AutoDock VINA Docking and Other Operations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages