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

7 Commits
 
 
 
 
 
 

Repository files navigation

Description

These scripts allow users 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 because they use getwd() (in R) and os.getcwd() (in Python) functions.
It is worth mentioning that users can freely edit strings to adjust scripts to convert various molecule files.


Dependencies

  1. Installed OpenBabel.

  2. Installed glue() package for R script:

    install.packages("glue")

References

  1. OpenBabel - OpenBabel Documentation

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