Extending PARSE and AMBER FF for non-standard amino-acids #244
-
Hi, I am working on extending the forcefields in pdb2pqr for non-standard amino-acids. I read my structure in with PARSE and output AMBER naming. I am not using pdb2pqr for creating PQR files, I just want to protonate and optimize my protein and standardize the atom names. For example this protein contains a TYS amino-acid. For now I've managed to roughly create the XML and DAT files for it (excluding charge/radius) TYS.zip which I will merge into AA.xml and PARSE.dat, however I have some questions
Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
-
You are correct; you current have to add a new |
Beta Was this translation helpful? Give feedback.
-
Here are some answers to your questions above:
No, those aren't needed for protonation.
That seems like a good starting place.
I think that should work but am not 100% sure. That part of the code is very messy and it's been a long time since I've looked at it.
I agree: I think it is not necessary. |
Beta Was this translation helpful? Give feedback.
-
Thank you @stefdoerr for the amazing research on this! I just ran into this problem today with MSE. |
Beta Was this translation helpful? Give feedback.
Here are some answers to your questions above:
No, those aren't needed for protonation.
That seems like a good starting place.
I th…