-
Notifications
You must be signed in to change notification settings - Fork 5
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
Two hydrogen atoms with the same atom name appear in the same residue #12
Comments
Hello, thank you for hydride! It's nice to work with! I would like to report that I've encountered the same problem with heteroresidue. I protonated the structure 4AOC with the command:
and it resulted in: HETATM C C1 . A1Q B 2 1131 . 1131 A1Q B C1 ? -6.216 22.324 -7.128 1 8972 It's one of the first proteins with heteroresidue that I protonated, so it's probably a more common problem. |
I can confirm the problem, thanks. The reason is that the residue contains both |
Hello, I would like to respectfully ask if and possibly in what timeframe a fix for this issue and also [#14] is planned? I would like to use hydride for a PDB database related project and they are asking me for a date when it will be ready. If you don't have enough time for that, I can try to help with this issue. Thank you for your reply! |
I assume I will fix them within the next two weeks. Is this sufficient? |
That's perfectly sufficient. Thank you! |
Unfortunately I have to admit, I will not be able to finish my work on this issue this week due to a busy last week. The new ETA would be end of next week. I am sorry for the inconvenience. |
In case a residue to be hydrogenated has an additional heavy atom or a missing heavy atom,
AtomNameLibrary.generate_hydrogen_names()
does not ensure unique hydrogen atom names.Example:
Output:
This bug should only appear rarely, as residues with missing/additional heavy atoms usually do not make sense in the first place. Still the hydrogen atom names should be unique per residue.
The text was updated successfully, but these errors were encountered: