GROMACS version:2023
GROMACS modification: Yes/No
Hello,
I am a new user and tried to run a simple md simulation according to the protein ligand complex tutorial of gromacs. I edited the 3HTB pdb file, as the tutorial mentions.
Specifically, i run:
- grep JZ4 3HTB_clean.pdb
- grep -v HETATM 3HTB_clean > 3htb_processed.pdb
- gmx pdb2gmx -f 3htb_processed.pdb -o 3htb_processed.gro
Then i choose CHARMM all-atom force field (which i downloaded and extracted to /gromacs/share/gromacs/top/) according to the tutorial, but i keep getting Fatal Errors such as:
Fatal error:
atom C1 not found in buiding block 1MET while combining tdb and rtp
Fatal error:
Atom type H1 (residue MET) not found in atomtype database
Fatal error:
Residue ‘HID’ not found in residue topology database
I keep editting atomtypes.atp and aminoacids.rtp at the specific force field, but i wonder what am i doing wrong.
Thank you very much for your time