You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @sobolevnrm!
I used your last release to predict the protonation state of a pdb structure using the methods found in the MolecularContainer and Protonate classes. The reason I went this way is that I need to use a pythonic approach instead of relying on external binaries or servers.
See example below:
Judging by the output and the source code of the protonate method, it seems that the predicted pKas are not used in the protonation step. For instance, here is the predicted pKa for an Arginine in my structure:
ARG 44 A 12.40 0 % -0.12 145 0.00 0 0.00 XXX 0 X 0.00 XXX 0 X 0.00 GLU 41 A
ARG 44 A 0.00 XXX 0 X 0.00 XXX 0 X 0.01 GLU 43 A
After the protonation step, hydrogens are only added to the side chain carbons.
Can you please tell me if I am missing something here and how I could get the expected result?
Thanks!
The text was updated successfully, but these errors were encountered:
Very few force fields support titration state changes in arginine. In fact, there's a "bounty" to observe a neutral arginine in a real biomolecular system.
Hi @sobolevnrm!
I used your last release to predict the protonation state of a pdb structure using the methods found in the MolecularContainer and Protonate classes. The reason I went this way is that I need to use a pythonic approach instead of relying on external binaries or servers.
See example below:
Judging by the output and the source code of the protonate method, it seems that the predicted pKas are not used in the protonation step. For instance, here is the predicted pKa for an Arginine in my structure:
After the protonation step, hydrogens are only added to the side chain carbons.
Can you please tell me if I am missing something here and how I could get the expected result?
Thanks!
The text was updated successfully, but these errors were encountered: