-
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
Issue setting positions from AMBER rst7 file #11
Comments
Hi, Please could you send the .inpcrd and .prmtop files and I'll look into what's causing this error. Many thanks, Ollie |
grand_system.tgz |
Thanks for sending your input files, the issue is that Amber input files (.prmtop, .inpcrd, .rst7) are difficult to manipulate in OpenMM so when the ghost waters are added to the topology, this information isn't retained when the system is created as OpenMM re-reads the original .prmtop file - meaning the new water molecules aren't in the system, hence the error when you set the positions. The easiest solution here is to use a PDB file and a .xml file for your ligand and then to load them as in the examples - creating a The
There are functions within Let me know if you have any further issues. |
Thank you for these tips, I will try this. I did also try running the same grand code on a system built from a PDB and RDKit ligand (not via amber input files) and had the same error/issue. |
Would you be able to send input files and script for the PDB + ligand system that you tried previously? A protein-ligand system loaded as a PDB and XML file should work fine so would need to see the script to know what's going wrong here. |
Are there any other options for providing input to grand, rather than PDBFile (with conect records) + ligand XML? Is this likely for the same reason? It's a bit of a faff having to try to convert my systems to a XML, a .prepi and a .pdb file. Mostly because .prepi is a pretty old and unsupported format. Input files incase you want to try to recreate |
Hello,
I am trying to run grand on a protein-ligand complex I have previously prepared with openMM. I am trying to import the prmtop and rst7 files, but get the following error when trying to set positions from the rst7:
Would you be able to assist me in debugging this issue? I can provide the input prmtop and rst7 if needed.
My script is below:
The text was updated successfully, but these errors were encountered: