-
Notifications
You must be signed in to change notification settings - Fork 9
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
Working directly with parm7 and coordinate files #18
Comments
Hi @amin-sagar |
Thanks @rwxayheee
However, at this point autogrid doesn't identify the atomtypes. Is there a way to guess/assign atomtypes which are suitable for autogrid? Best, |
@amin-sagar based on your issue on the espaloma repository I see you want to use parameters saved in the prmtop file. I think this would be a bit of work to do. A few notes:
|
Thanks @diogomart
If I could make espaloma or another tool to give atom types that the enhanced version of autogrid likes, then things should work. Best, |
Hi @amin-sagar, Yes, that's right! Here is the list of all the atom types supported in waterkit (ff14SB + GAFF2): https://github.com/forlilab/waterkit/blob/master/data/ff14SB_parameters.dat Not sure how important is this for you to use the partial charges from espaloma, but I added a script to generate the GAFF2 parameters (
The input molecule must have explicit hydrogen atoms, and the desired protonation state. A 3-letters code must also be provided, and corresponding to the residue name (resname) of the molecule in the input PDB file (receptor + small molecule). |
Thanks @jeeberhardt Best, |
Then one (quick and dirty) option would be to first get the GAFF2 atom types using the gasteiger charge method (which is almost instantaneous) instead of bcc, and then replace them by the partial charges obtained from espaloma.
I added the |
Thanks @jeeberhardt and sorry for the delay in my response.
This step works and I get a pdbqt file.
However, this gives
What could be causing this issue. Best, |
Hello.
Thanks for this awesome work.
I have a protein-ligand system parameterized with openff. I can save it as amber format parm7 or prmtop files. But, it's not very straightforward to save frcmod and lib files https://github.com/openforcefield/openff-toolkit/issues/304
Do you think there could be a way to work directly with parm7/prmtop files?
I would be really grateful for any suggestions.
Best,
Amin.
The text was updated successfully, but these errors were encountered: