-
Notifications
You must be signed in to change notification settings - Fork 116
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
Weird coordinates and unable to add Hydrogens upon adding tyrosines #304
Comments
The latest dev code for PDBFixer requires the latest dev build for OpenMM. It requires a function that was added since the last release. |
Oh! Let me try getting both dev builds – sounds like that will resolve both of these issues! |
It might or might not fix the distorted ring. But if you just do a local energy minimization on the output structure, does that fix it? |
I imagine it would, but will need to test it. That said, I can envision use cases where one might want to avoid (relatively expensive) minimization process, even if it was just in vacuo. Is there a way to just do minimization on just the ring? |
You should assume anything coming out of PDBFixer needs energy minimization before it's ready to use. |
I've noticed the following weird behaviors with
pdbfixer
upon mutating to a Tyrosine. The first one is on the latest stable release, the other is on the latest dev build:First issue:
If I take an input PDB file and then run the following commands on a stable installation:
The commands run, but the coordinates for TYR173 look absolutely wrong. The extra bonds are probably just artifacts from pymol but it's putting the coordinates of the ring much closer together than normal. Screenshot below of "output tyrosine":
Second issue: Weirdly, upon running the above code block from issue 1 with the latest dev version (Basically, since non-standard residue mutations were added), the above command block fails at
fixer.addMissingHydrogens(7.0)
, giving the following stack trace:I also appear to be getting this issue as well on Tryptophans. Any insight as to what might be going on?
The text was updated successfully, but these errors were encountered: