Valdes-Tresanco-MS / gmx_MMPBSA

gmx_MMPBSA is a new tool based on AMBER's MMPBSA.py aiming to perform end-state free energy calculations with GROMACS files.
https://valdes-tresanco-ms.github.io/gmx_MMPBSA/
GNU General Public License v3.0
202 stars 63 forks source link

[Question]: Handling Protein-Ligand Complexes Embedded in Membranes with LPH Atoms #508

Open huaiaee opened 1 month ago

huaiaee commented 1 month ago

My Question is...

I am currently working on a project involving a protein-ligand complex that is embedded in a membrane and contains LPH atoms. I've noticed that my topology file seems to differ from the examples provided for both membrane proteins and ligands with LPH atoms. Could you please advise on how to properly handle this situation? Any guidance on adjusting the topology file or any specific parameters to consider would be greatly appreciated.

huaiaee commented 1 month ago

image This is my topology file

marioernestovaldes commented 1 month ago

There should be a topol.top or something similar (this is the topology file and it is the one that you should use with the -cp flag in the command line) that contains references to all these itp files

huaiaee commented 1 month ago

I seem to have misunderstood you; this is a comparison of two topology files. The one on the left is the example, and the one on the right is my file. Additionally, the parameters for the membrane protein and LPH atoms in the mmpbsa.in file also differ. How should this situation be handled? image

marioernestovaldes commented 1 month ago

Each system is unique in its own way and therefore the topologies tend to differ. In your case, you should follow the LPH tutorial to remove the LPH particles and then, use the membrane tutorial to get familiarized with the parameters used for membrane systems

huaiaee commented 1 month ago

Thank you for your answering, I will try it again