Skip to content

Herein, I introduce some mol2-to-pdbqt converters written in R and Python

Notifications You must be signed in to change notification settings

Adam-maz/mol2_to_pdbqt_converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

These scripts allow user to convert ligands with .mol2 extension to .pdbqt files, which are the input files for AutoDock Vina. Scripts must be stored in the same directory as .mol2 files, beacuse they use getwd() (in R) and os.getcwd() (in Python) function. It is worth mentioning that user can freely edit string to adjust scripts to convert various molecule files.

Dependecies:

  1. Installed OpenBabel
  2. Installed glue() packet for R script (install.packages("glue"))

References:

  1. OpenBabel- https://open-babel.readthedocs.io/en/latest/Command-line_tools/babel.html

About

Herein, I introduce some mol2-to-pdbqt converters written in R and Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published