GROMACS version: GROMACS version: 2023.4-conda_forge
GROMACS modification: Yes/No
This my WorkFlow and at step 13 a got fatal error, would you please help me out to fix it
1.
grep -v HOH 1ao6.pdb > 1ao6_nowat.pdb
-
gmx pdb2gmx -f 1ao6_nowat.pdb -o 1ao6_processed.gro -ter
Select the Force Field:
1: CHARMM36 all-atom force field (July 2020)
Select the Water Model:
1: TIP3P TIP 3-point, recommended
Select start terminus type for SER-5
0: NH3+
Select end terminus type for ALA-582
0: COO-
Select start terminus type for SER-5
0: NH3+
Select end terminus type for ALA-582
0: COO- -
Avogadro program:
I first remove all H then add H
Convert GO.pdb to GO_H.mol2 -
Editing GO_H.mol2:
correct for Ligand name as exxplain in Gromacs tutorialGO_H_fix.mol2
-
perl sort_mol2_bonds.pl GO_H.mol2 GO_H_fix.mol2
-
Generate the GO Topology with CGenFF sever:
-
python cgenff_charmm2gmx_py3_nx2.py GO GO_H_fix.mol2 GO_H_fix.str charmm36-feb2021.ff
-
gmx editconf -f go_ini.pdb -o go.gro
-
Build the Complex.gro:
1ao6_processed.gro + go.gro = complex.gro -
Edit the topol.top:
; Include forcefield parameters
#include “./charmm36-feb2021.ff/forcefield.itp”
; Include ligand parameters
#include “go.prm”
; Include chain topologies
#include “topol_Protein_chain_A.itp”
#include “topol_Protein_chain_B.itp”
; Include ligand topology
#include “go.itp”
; Include water topology
#include “./charmm36-feb2021.ff/tip3p.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 “./charmm36-feb2021.ff/ions.itp”
[ system ]
; Name
SERUM ALBUMIN in water
[ molecules ]
; Compound #mols
Protein_chain_A 1
Protein_chain_B 1
GO 1
-
gmx editconf -f complex.gro -o newbox.gro -bt dodecahedron -d 1.0
-
gmx solvate -cp newbox.gro -cs spc216.gro -p topol.top -o solv.gro
-
gmx grompp -f ions.mdp -c solv.gro -p topol.top -o ions.tpr
Program: gmx grompp, version 2023.4-conda_forge
Source file: src/gromacs/gmxpreprocess/grompp.cpp (line 706)
Fatal error:
number of coordinates in coordinate file (solv.gro, 186458)
does not match topology (topol.top, 18351)
For more information and tips for troubleshooting, please check the GROMACS
website at Common errors when using GROMACS - GROMACS 2024.1 documentation