GROMACS version: 2023.2
GROMACS modification: No
I am testing running proteins with mutations through AlphaFold and then passing the PDBs to gromacs to run relaxation.
I originally attempted to run this without reducing the molecule, but that definitely didn’t work.
Next, I reduced the structure using GitHub - rlabduke/reduce: Reduce - tool for adding and correcting hydrogens in PDB files. This adds in the hydrogens excluding those for the N-terminus. I think have run pdb2gmx
using all of the different options for the force-fields (and TIP3 when applicable) but all result in the topology file adding 3 hydrogens to the N-term which do not appear in the reduced pdb.
I have tried running this with the -ignh
flag but it gives the same results.
Additionally, I have attempted to manually add hydrogens to the N-term for the reduced file but using that to generate the topology doesn’t work and neither does using the before topology with a modified pdb work for grompp.
Any assistance/guidance here would be greatly appreciated.
I have also included the bash script I am running below for additional context.
module load gromacs_gpu
reduce -BUILD testing/unrelaxed_model_1_pred_0.pdb > output_with_hydrogens.pdb
gmx pdb2gmx -f output_with_hydrogens.pdb -o output.gro -p output.top -ignh
gmx grompp -f em.mdp -c output_with_hydrogens.pdb -p output.top -o em.tpr
gmx mdrun -v -deffnm em