-
Notifications
You must be signed in to change notification settings - Fork 19
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
[BUG] Water molecule coordinates are setting to (0,0,0) #427
[BUG] Water molecule coordinates are setting to (0,0,0) #427
Comments
Hello there, Thanks for reporting. Could you please repost this issue at the BioSimSpace repository under the OpenBioSim organisation here. This is the new location for development work. This repository only exists in a legacy capacity to support outstanding feature branches that have not yet been ported. I'm not sure why the coordinates are being set to zero, but I imagine that the residue name is being changed to match the naming convention used for waters by GROMACS, which is |
I needed to modify a few things in your script in order to get things to work. (Directory names were wrong.) After this, I see the same thing for the coordinates, but I don't see the residue names changing. The coordinates are being parsed incorrectly because the formatting of your GRO file is incorrect for the crystal waters in isolation, but is fine when they are combined with the protein, i.e.: this is fine...
but this isn't...
If you fix the formatting of the After modifying the crystal water GRO file I get:
...and
These are identical, i,e,:
returns nothing. |
Sorry for the wrong naming. Ok, probably I made a mistake during the creation of the gro file. I made that one manually. The change in name is not in the gro file but in the topology. But I understand why sire changes the name of water inside the topology. It is fair enough. However, a problem raises in case we would like to give a different treatment to crystal water during minimization and equilibration (e.g. restraint them) or analysis. |
Closing since this is now tracked in OpenBioSim/biosimspace#148. |
Describe the bug
I am trying to simulate a protein-ligand complex. For that I have to take into account crystal waters. However, when I try to combine the
bss.Sysytem
protein with thebss.System
of the water the resultinggro
file change the coordinates of the water molecules (test1
). In addition, I see that the residue name in the topology also changes, fromCOF
toSOL
. Probably this issue is also related to #32. The curious thing is that if I create a combined configuration/topology (protein+water) and use the same procedure the coordinates are not lost (test2
).To Reproduce
Expected behavior
The coordinates do not change as well the residue name.
Input files
bug.zip
(please complete the following information):
cat /etc/*-release
:The text was updated successfully, but these errors were encountered: