GROMACS version: :-) GROMACS - gmx editconf, 2022.4 (-:
GROMACS modification: Yes/No
Hello Gromacs community,
I am trying to run an implicit solvation on a complex with two proteins, two glycan, and two PEG. I have successfully created a topol.top and conf.gro for the protein and glycans. The PEGs are however large. I followed the protein-ligand tutorial, took individual PEGs and converted to mol2 and ran through CGenFF. I took the UNK_gmx.pdb and UNL_gmx.pdb generated from CGenFF and converted to gro and added to my gro file and corrected the number of atoms. Then from the top files created the itps and added to my top file (protein/glycan):
Command line:
; gmx pdb2gmx -f Fc_Pert_1K_delH.pdb -o conf.gro
; Force field was read from current directory or a relative path - path added.
;
; Include forcefield parameters
#include “./charmm36-jul2022.ff/forcefield.itp”
; Include chain topologies
#include “topol_Other_chain_C.itp”
#include “topol_Other_chain_D.itp”
#include “topol_Protein_chain_A.itp”
#include “topol_Protein_chain_B.itp”
; Include PEG topologies
#include “UNK.itp”
#include “UNL.itp”
[ system ]
; Name
Protein
[ molecules ]
; Compound #mols
Other_chain_C 1
Other_chain_D 1
Protein_chain_A 1
Protein_chain_B 1
UNK 1
UNL 1
But when I open the gro file, the PEGs are not in the right position like how I have them in the original PDB file, which they are covalently bonded to the glycans. Can someone help me please?
NOTE: I have also tried editconf with the converted gro PEG files to the box dimensions that are in the original protein/glycan gro file, but that made it worse.
All is appreciated, thank you,
Heather