Thanks for your reply,@jalemkul @Yogesh. I’ve given the four chains different IDs (i.e. A to AF) and added a TER group after each MET 6, in the PDB file. I run the same command as before:
gmx pdb2gmx -f 2y3j_hbond_edit3.pdb -o processed.gro -ignh -ter -water tip4p
Now I get the following error, where GROMACS doesn’t seem to read the different chain IDs:
GROMACS: gmx pdb2gmx, version 2020.1-Ubuntu-2020.1-1
Executable: /usr/bin/gmx
Data prefix: /usr
Working dir: /home/cwc53_unix/2Y3J_expanded_edit2
Command line:
gmx pdb2gmx -f 2y3j_hbond_edit3.pdb -o 2Y3J_processed_hbondedit3.gro -water tip4p -missing
Select the Force Field:
From ‘/usr/share/gromacs/top’:
1: AMBER03 protein, nucleic AMBER94 (Duan et al., J. Comp. Chem. 24, 1999-2012, 2003)
2: AMBER94 force field (Cornell et al., JACS 117, 5179-5197, 1995)
3: AMBER96 protein, nucleic AMBER94 (Kollman et al., Acc. Chem. Res. 29, 461-469, 1996)
4: AMBER99 protein, nucleic AMBER94 (Wang et al., J. Comp. Chem. 21, 1049-1074, 2000)
5: AMBER99SB protein, nucleic AMBER94 (Hornak et al., Proteins 65, 712-725, 2006)
6: AMBER99SB-ILDN protein, nucleic AMBER94 (Lindorff-Larsen et al., Proteins 78, 1950-58, 2010)
7: AMBERGS force field (Garcia & Sanbonmatsu, PNAS 99, 2782-2787, 2002)
8: CHARMM27 all-atom force field (CHARM22 plus CMAP for proteins)
9: GROMOS96 43a1 force field
10: GROMOS96 43a2 force field (improved alkane dihedrals)
11: GROMOS96 45a3 force field (Schuler JCC 2001 22 1205)
12: GROMOS96 53a5 force field (JCC 2004 vol 25 pag 1656)
13: GROMOS96 53a6 force field (JCC 2004 vol 25 pag 1656)
14: GROMOS96 54a7 force field (Eur. Biophys. J. (2011), 40, 843-856, DOI: 10.1007/s00249-011-0700-9)
15: OPLS-AA/L all-atom force field (2001 aminoacid dihedrals)
15
Using the Oplsaa force field in directory oplsaa.ff
going to rename oplsaa.ff/aminoacids.r2b
Opening force field file /usr/share/gromacs/top/oplsaa.ff/aminoacids.r2b
Reading 2y3j_hbond_edit3.pdb…
Read ‘CSD ENTRY 0001’, 8 atoms
Analyzing pdb file
Splitting chemical chains based on TER records or chain id changing.
WARNING: Chain identifier ‘0’ is used in two non-sequential blocks.
They will be treated as separate chains unless you reorder your file.
There are 2 chains and 0 blocks of water and 3 residues with 8 atoms
chain #res #atoms
1 ‘0’ 1 4
2 ‘0’ 2 4
All occupancy fields zero. This is probably not an X-Ray structure
Opening force field file /usr/share/gromacs/top/oplsaa.ff/atomtypes.atp
Reading residue database… (Oplsaa)
Opening force field file /usr/share/gromacs/top/oplsaa.ff/aminoacids.rtp
Opening force field file /usr/share/gromacs/top/oplsaa.ff/aminoacids.hdb
Opening force field file /usr/share/gromacs/top/oplsaa.ff/aminoacids.n.tdb
Opening force field file /usr/share/gromacs/top/oplsaa.ff/aminoacids.c.tdb
Back Off! I just backed up topol.top to ./#topol.top.1#
Processing chain 1 ‘0’ (4 atoms, 1 residues)
Problem with chain definition, or missing terminal residues.
This chain does not appear to contain a recognized chain molecule.
If this is incorrect, you can edit residuetypes.dat to modify the behavior.
8 out of 8 lines of specbond.dat converted successfully
Program: gmx pdb2gmx, version 2020.1-Ubuntu-2020.1-1
Source file: src/gromacs/gmxpreprocess/resall.cpp (line 557)
Fatal error:
Residue ‘B20’ not found in residue topology database
For more information and tips for troubleshooting, please check the GROMACS
website at http://www.gromacs.org/Documentation/Errors
I’m struggling to fix this, would you have any suggestions?