Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use of mk_prepare_receptor.py instead of prepare_receptor in Vina basic docking #169

Open
xavgit opened this issue Sep 19, 2024 · 1 comment

Comments

@xavgit
Copy link

xavgit commented Sep 19, 2024

Hi,
it is possible to use mk_prepare_receptor.py instead of prepare_receptor
that is described in Vina basic docking?
The result is valid for the next steps?
If it is possible, which is the equivalent of the command
prepare_receptor -r 1iep_receptorH.pdb -o 1iep_receptor?

Thanks.

Saverio

@rwxayheee
Copy link
Contributor

rwxayheee commented Sep 19, 2024

Yes, if you only want a receptor PDBQT file you can do:

mk_prepare_receptor.py --pdb 1iep_receptorH.pdb -o 1iep_receptorH.pdbqt --skip_gpf

To see the help messages for other supported functions, just run:

mk_prepare_receptor.py

You can also generate the Vina box dimension with mk_prepare_receptor.py and use it as a config file for Vina. The following Colab example is a rewrite of the basic docking tutorial for PDB ID 1IEP:
https://colab.research.google.com/drive/1cHSl78lBPUc_J1IZxLgN4GwD_ADmohVU?usp=sharing#scrollTo=MwrwfQylp80i
The Meeko package used in the Colab is installed from develop branch of this repository. The usage of some options may be different from the released version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants