-
Notifications
You must be signed in to change notification settings - Fork 211
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
Support for Mg²⁺ with Octahedral Coordination in AutoDock4Zn #368
Comments
Hi @n-vivek You could follow the AutoDockZn4 paper and derive your own parameters for Mg2+ (and for a specific coordination pattern, like octahedral in your case). Then for the detailed docking procedure, please take a look at the given example on Vina documentation: We would grately appreciate it if you are willing to invest time into parameter derivation and calibration. Before you do that, you could also just try retaining Mg2+ as an ion and see if the coordination can be naturally formed in docking calculations with the current parameters. Additionally (just my two cents, for what it's worth......): try including Mg2+ and water into the ligand, by dative bonds. To do this, you will need a certain version of Meeko for ligand preparation that is in develop (forlilab/Meeko#273). We have not approved and merged it yet. This way, the Mg2+ coordination sphere with ligand (and water) is formed before docking calculation. It can be a quick way for conformer generation, but based on the hypothesis that the coordination is correct in the input ligand structure. See a snapshot of retrospective docking I performed on a trial system: Let us know what you think ^^ |
Hi @rwxayheee ,
I’ll proceed with these approaches and let you know how it goes. If I encounter any specific challenges, I’ll reach out for further guidance. Thanks again for the support! Best regards, |
Hello,
I am working on docking studies using AutoDock4Zn, and my system involves magnesium ion (Mg²⁺) at the active site. Mg²⁺ in my case exhibits octahedral coordination, where:
Currently, the scripts and force field provided in AutoDock4Zn seem optimized for Zn²⁺ with tetrahedral coordination.
Specifically:
In prepare_gpf4zn.py, the appended non-bonded pair potentials (nbp_r_eps) are tailored for Zn²⁺, with interactions defined for atom types such as OA, SA, and HD interacting with Zn.
My GPF file is being generated with Zn-specific parameters (e.g., nbp_r_eps ... Zn), even though my system uses Mg²⁺.
My Question:
How can I modify the scripts and parameters to handle Mg²⁺ with octahedral coordination geometry?
Steps I’ve Taken:
Specific Help Needed:
Other Considerations:
Thank you for your support! I would appreciate guidance on ensuring that Mg²⁺ is modeled accurately in my docking studies.
Best regards,
N Vivek.
The text was updated successfully, but these errors were encountered: