-
Notifications
You must be signed in to change notification settings - Fork 15
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
Unable to generate GROMACS binary run input file #20
Comments
This is because the molecule name has a space in it. I thought I fixed this issue recently, but must have not updated the code in all the correct places. Hopefully an easy fix. For example:
When creating a system, I now name as |
Just to check. I assume that this system was previously solvated with BioSImSpace? The only place where I seem to have missed during the solvation, although I don't think this is used. Is this a recent file? Perhaps it was created a while ago and you are only just using it with GROMACS? |
I've updated the name in |
Yes - I think the |
(especially as the molecule type isn't a value that is read back into the system when you read from a gromacs topology file - it is just an identifier into the "database" of molecular topologies) |
Thanks very much for this.
Yes, this is an old input file generated with BioSimSpace a while ago which I've never used with GROMACS - I'll sort the names, thanks. |
The weird thing is that things were named as "BioSimSpace System" for a long time. I can only assume that |
I have some AMBER input files which can be loaded without issue by SOMD and AMBER, but cannot be used with GROMACS.
When I run:
This gives:
Please see the input.
Thanks.
The text was updated successfully, but these errors were encountered: