-
Notifications
You must be signed in to change notification settings - Fork 2
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
Amine protons #25
Comments
However, when I rename the atoms
|
I am pasting here the PDB, just 10 residues is enough to reproduce the error. Do you think MCSCE can be more versatile on this matter? Think that PDBs will have millions of forms :-x
|
In this case the issue is that the proline residue does not have amide proton, but the input structure has amide hydrogen for proline (residue 10), so MCSCE does not know what force field parameter to use for that atom. Maybe I should also provide a warning/error message in the beginning. As for the HN atom name, it is not a standard in PDB format and therefore there is no corresponding records in the force field parameter file either. I think the users should modify the atom names, and I can provide a clearer error message for this as well. |
I have a PDB that has
HN
instead ofH
for the amine protons. It fails when getting the data from the forcefield.gets the error:
Do you think it is possible to add an option also for these atoms, for example repeating the info, or is it best the user modifies the atom name beforehand?
The text was updated successfully, but these errors were encountered: