-
Notifications
You must be signed in to change notification settings - Fork 50
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
Covalent Docking #146
Comments
can you post the files? |
and list the missing atoms and incorrect bonds |
test.zip |
In a docking with flexible sidechains, the protein is split into two PDBQT files, one for the static atoms (suffixed with _rigid) and another for the movable sidechain atoms (suffixed with _flex). Unfortunately, we don't have a script to rebuild an entire protein updated with the docked positions of the sidechain, but that will be implemented soon and released in v0.6. Meanwhile, if you load the rigid part and the docked SDFs into a viewer, it's likely that the bonds between the flexible sidechain and the rest of the protein are missing because they are in different objects. |
Is there any other way to work around this problem? |
Two laborious ways come to mind:
|
test1.zip |
Hi @kunal19977835 |
Looks like Maestro is creating non existing bonds based on atom names. For example, the bond between backbone N and the H on the carboxylic acid is probably being hallucinated because both of these hydrogens are named "H". |
Hi @kunal19977835 When you import this structure in maestro, you will see the following problems with atom names:
You can also use Protein Preparation > View Problems to view these problems. The unexpected names are causing atom typing issue for maestro, because CYS is a standard residue and has a certain template in maestro. The quick way to fix it is to rename the atoms (maybe using other CYS in your system as a template, and definitely isolate the covalent conjugate as a new residue). |
How do I do that? |
I used meeko to align homocysteine as a ligand and bound it with 6th cysteine residue, then used covalent docking scripts from autodock. Rest the problem I’m facing I’ve reported earlier in this tread |
@kunal19977835 since this is an issue with Maestro, you could contact their support team. |
@kunal19977835 Do you think (in any import/export steps) meeko might have dropped the atom names? |
I don’t know, could be covalent bond scripts from autodock. Can you suggest me some work around to fix these? Like which software to use and how |
Hi @kunal19977835
To this:
cys_mod.pdb.txt Many software (Schrodinger, Amber) still use atom names for parameterization. It's important to have the correct atom names and residue names as required by the software. If your docking input were generated from Meeko and no further changes were done, I do think it's some part of Meeko that unintentionally dropped the atom names. Based on the DLG you posted, |
Thank you so much, I’ll try and get back to you if this works |
The structure is fixed thank you, can you guide me through steps to perform md simulation of this covalently docked ligand using gromacs. i am facing certain errors |
That's an excellent question, we have been working on that and will publish tutorials in the near future, but they are not ready yet. For sure we will cover openmm, and I think it should be possible to convert the input to gromacs. |
Is there a work around meanwhile I can work on, I have read that certain people are suggesting adding modified residues in the force fields along with defining sulphide bonds.But since I am. Novice i’m facing issues writing.rtp files and making necessary changes |
Hello @kunal19977835 Just a quick note: You don't have to use this docked conformation for parameter generation, or you must do some level of optimization before using it for simulation. The docked conformation appears to be very strained, and this could cause problems if your parameter derivation protocol uses the input geometry for atom typing or parameter verification. Another thing I noticed in the dlg file (which might partly explain the strained conformation..) is:
The 3-Mercaptopropionic acid part is completely flat in 3D and does not have flexible torsions. This may or may not be something you want, and might cause subsequent problems in parameter derivation |
I performed covalent docking using meeko and autodock, When I received the results the dlg file seems to be missing some atoms. I’m not able to create a file for md simulation because it shows incorrect bonds and atoms
The text was updated successfully, but these errors were encountered: