Hello everyone, I' trying to simulate a system with multiple chains. According to the PDB entry, there is a single disulfide bond connecting two of the chains. Unfortunately, 'pdb2gmx' with '-ss' only allows formation of ss bonds within the same molecule.
I tried doing it manually via the following: (1) erase the hydrogens it added to the sulfur groups from the gro (after 'pdb2gmx') (2) re-numbering manually (by a script) the atom number (since i deleted two atoms) (3) connect the sulfur groups in the topology file (i.e. the itp files of each chain)
the first two part were easy, but once i changed the atom numbers in the gro file, i can no longer work with the itps because their atom number are now incorrect, and so i'm back to the starting point.
I saw this question on the GROMACS mailing list, however it was not fully answered:
https://www.mail-archive.com/[email protected]/msg50307.html
Looking at the GROMACS documentation at the following link: http://www.gromacs.org/Documentation/How-tos/Making_Disulfide_Bonds
was not helpful either, because it only states what i'm already aware of.
There was a similar question in ReserchGate, and i followed some of the answers, but it didn't solve the issue.
Something tells me there must be an easier fix or perhaps i'm missing something. Thanks.