-
Notifications
You must be signed in to change notification settings - Fork 214
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
Error in Preparing the ligand for hydrated docking tutorial example #64
Comments
Thank you for reporting this. I can reproduce on my end, will post here when fixed. |
Nitrogens with a +1 formal charge were incorrectly assigned the "NA" atom type. The correct type is "N". It's fixed now in commit 2ae097d. You can get the fixed version by following the instruction to install from source. Thanks again for reporting this. |
Hi, I had the same issue. But when I install the fixed version from source I get the following error instead:
Is there still an error in the code or am I doing something wrong? |
Fixed in forlilab/Meeko@7e25748 |
Yup, seems to work now. Cheers. |
When I do mk_prepare_ligand.py -i 1uw6_ligand.sdf -o 1uw6_ligand.pdbqt --pH 7.4 -w
I get -> RuntimeError: Cannot place water molecules on atom 7 of type NA with 4 neighbors.
It's error in code and if to add this key 4: (1, 3) in self._hb_config for key 'NA', it also have some problems (adding one extra water, for example: 5 water for protonated ammonia where 2 molecules of water have equal coordinates). For nicotine it's the same.
If it's possible, please check and fix it. Thanks!
The text was updated successfully, but these errors were encountered: