GROMACS version:  2022.1
GROMACS modification: No
Here post your question:
Hello and thank you for considering this:):
For the below subsection:
Membrane Protein: KALP15 in DPPC
Step Three: Defining the Unit Cell & Adding Solvent
2. Pack the lipids around the protein
I input the below command:
gmx grompp -f minim_inflategro.mdp -c system_inflated.gro -p topol.top -r system_inflated.gro -o system_inflated_em.tpr
and received the following:
ERROR 1 [file strong_posre.itp, line 4414]:
Atom index (4410) in position_restraints out of bounds (1-4409).
This probably means that you have inserted topology section
“position_restraints”
in a part belonging to a different molecule than you intended to.
In that case move the “position_restraints” section to the right molecule.
PREVIOUSLY I HAD ADJUSTED MY TOPOL.TOP TO THE BELOW:
;
;	File ‘topol.top’ was generated
;	By user: joelsubach (501)
;	On host: Joels-MacBook-Air.local
;	At date: Sun Jun 12 20:26:45 2022
;
;	This is a standalone topology file
;
;	Created by:
;	                    :-) GROMACS - gmx pdb2gmx, 2022.1 (-:
;	
;	Executable:   /usr/local/bin/gmx
;	Data prefix:  /usr/local
;	Working dir:  /Users/joelsubach/Desktop/Panx1_i
;	Command line:
;	  gmx pdb2gmx -f GalaxyPanx1_Seq.pdb -o GalaxyPanx1_Seq.pdb_processed.gro -ignh -ter -water spc
;	Force field was read from the standard GROMACS share directory.
;
; Include forcefield parameters
#include “gromos53a6_lipid.ff/forcefield.itp”
; Include chain topologies
#include “topol_Protein_chain_A.itp”
#include “topol_Protein_chain_B.itp”
#include “topol_Protein_chain_C.itp”
#include “topol_Protein_chain_D.itp”
#include “topol_Protein_chain_E.itp”
#include “topol_Protein_chain_F.itp”
#include “topol_Protein_chain_G.itp”
; Strong position restraints for InflateGRO
#ifdef STRONG_POSRES
#include “strong_posre.itp”
#endif
; Include DPPC chain topology
#include “dppc.itp”
; Include water topology
#include “gromos53a6.ff/spc.itp”
#ifdef POSRES_WATER
; Position restraint for each water oxygen
[ position_restraints ]
;  i funct       fcx        fcy        fcz
1    1       1000       1000       1000
#endif
; Include topology for ions
#include “gromos53a6.ff/ions.itp”
[ system ]
; Name
Protein
[ molecules ]
; Compound        #mols
Protein_chain_A     1
Protein_chain_B     1
Protein_chain_C     1
Protein_chain_D     1
Protein_chain_E     1
Protein_chain_F     1
Protein_chain_G     1
DPPC                108
Please let me know if the problem is how i placed my strong position restraints and if so how would amend this?
Thanks:)
Joel
