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

Finding input for compute_vina_maps given a reference ligand #369

Open
and-tos opened this issue Dec 17, 2024 · 2 comments
Open

Finding input for compute_vina_maps given a reference ligand #369

and-tos opened this issue Dec 17, 2024 · 2 comments
Labels
question Further information is requested

Comments

@and-tos
Copy link

and-tos commented Dec 17, 2024

Is there a (python) tool in Vina to obtain the input for the compute_vina_maps method, i.e. center and boundaries of the docking box, given a reference ligand?

@diogomart
Copy link
Member

Yes, in mk_prepare_receptor.py (docs), the resulting box will include all the atoms in the file specified with --box_enveloping with a minimum distance, specified by --padding, between any atom and any face of the docking box. For example:

mk_prepare_receptor.py -i dna.cif -o receptor -j -p --box_enveloping some_atoms.pdb --padding 8

@diogomart diogomart added the question Further information is requested label Dec 17, 2024
@diogomart
Copy link
Member

Passing also -v will trigger writing a file with the box specs in vina's config format.

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

No branches or pull requests

2 participants