I mean to do MD simulation of a protein containing a cofactor and a ligand.
I know for ligand I need to have itp to insert in topology file.
But I need to know how I should describe to Gromacs to consider the cofactor as a part of the protein, not as an external molecule.
Do I have to create another itp for cofactor?
I apperciate your responses in advance,
Many thanks,
Best
Hi,
as far as I understand, you would like to have one topology describing protein+cofactor, you can try to use pdb2gmx with the option -merge
Best regards
Alessandra
Dear alevilla,
Thanks for your response and kindness.
Could you please explain it to me more?
I mean, should I introduce atoms of cofactor to Gromacs force field? or by using -merge can Gromacs distinguish cofactor atoms by itself?
I am working with Gromos53a6.
I apperciate your responses in advance.
Best regards,
MO
Coenzymes are usually nonprotein organic molecules. These molecule are not implement in the standard way in the force field, thus it can be not automatically recognized by gmx pdb2gmx.
Thus first you have to get the parameter the coenzyme. You can follow a similar procedure as you did for the ligand (if the ligand was a nonprotein).
Once you have a itp file for the coenzyme. you can include it in topology file. The itp files have to be included in the same order as the molecules appear in the coordinate file.
Nothing in GROMACS cares about whether you call something protein or not, except pdb2gmx, which is only using that nomenclature for checking consistency in a chain.
A non-covalent molecule should generally be parametrized separately and #included later.
A covalent entity should be added as a new residue in the force field and appropriately defined (only case that matters for point 1).