Replies: 8 comments 6 replies
-
Please, attach the gmx_MMPBSA.log file to check the error log |
Beta Was this translation helpful? Give feedback.
-
Hi there,
The log file is attached.
Thanks
Ali
…On Tue, Jan 7, 2025 at 3:03 PM Mario Sergio Valdés Tresanco < ***@***.***> wrote:
Please, attach the gmx_MMPBSA.log file to check the error log
—
Reply to this email directly, view it on GitHub
<#559 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BBFWKEAOT2MY3UNSD5F6FOT2JQ6JVAVCNFSM6AAAAABUYJ637GVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNZWGU3TEMA>
.
You are receiving this because you authored the thread.Message ID:
<Valdes-Tresanco-MS/gmx_MMPBSA/repo-discussions/559/comments/11765720@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
I've got stuck though I followed all your instructions. Still I see an error (gmx editconf failed when querying com_traj.xtc). So, I send all files. Please check it out. FYI I have a receptor (Protein #4f3l) and 30 identical ligands (PCB 77; containing halogen (Cl)). I generated the topology using Charmm-Gui and performed the MD simulation by Gromacs. I also edited the LIG.itp file in toppar directory and removed all LP atoms plus exclusions and possible pairs related to LP atoms. As well, I followed your instruction to splitat the Ligand (30 ligands contain 120 LP atoms that I groped all 120 LPs (group number 797) and using 13&!797 made a new group for ligand without LPs (group #798 named lig). Then I used 1|798 (Protein-lig) followed by "del 17-797" . Finally I have 18 groups ... the rest of the procedure performed according to your instruction. I attached the Zip file including all necessary files. |
Beta Was this translation helpful? Give feedback.
-
MD.xtc file through Google derive links |
Beta Was this translation helpful? Give feedback.
-
com_traj.xtc file |
Beta Was this translation helpful? Give feedback.
-
This is a problem that requires consideration of multiple ligands, as the number of ligands interacting with the PAS-B region of the protein is crucial for comparison with other types of ligands. |
Beta Was this translation helpful? Give feedback.
-
I tried it with one ligand, and it worked. However, as I mentioned, your code fails when there are multiple ligands. I'm trying to use another forcefield (AMBER) over topology generation and check if your code works for multiple ligands |
Beta Was this translation helpful? Give feedback.
-
Do you think it works if I manage to generate the same complex without LPs? I mean the complex that is made for MD simulation and not that one is made over your instruction (by removing the generated LPs) |
Beta Was this translation helpful? Give feedback.
-
I've used Gromacs for MD simulation of Ligand(PCB)-Protein(4f3l). There are 30 ligands with one protein. I generated topology by CHARMM_GUI. I'm going to calculate the free energy of the structure by gmx_MMPBSA. I followed the instruction for the structures with LP pseudo-atoms. However I face a problem here:
gmx_MMPBSA -O -i mmpbsa.in -cs str_noLP.pdb -ci index.ndx -cg 1 17 -ct com_traj.xtc -cp topol.top -o FINAL_RESULTS_MMPBSA.dat -eo FINAL_RESULTS_MMPBSA.csv
[gapsoo-Precision-7920-Tower:15647] shmem: mmap: an error occurred while determining whether or not /tmp/ompi.gapsoo-Precision-7920-Tower.1000/jf.0/3927703552/shared_mem_cuda_pool.gapsoo-Precision-7920-Tower could be created.
[gapsoo-Precision-7920-Tower:15647] create_and_attach: unable to create shared memory BTL coordinating structure :: size 134217728
[INFO ] Starting gmx_MMPBSA 1.6.4
[INFO ] Command-line
gmx_MMPBSA -O -i mmpbsa.in -cs str_noLP.pdb -ci index.ndx -cg 1 17 -ct com_traj.xtc -cp topol.top -o FINAL_RESULTS_MMPBSA.dat -eo FINAL_RESULTS_MMPBSA.csv
[INFO ] Checking mmpbsa.in input file...
[INFO ] Checking mmpbsa.in input file...Done.
[INFO ] Checking external programs...
[INFO ] cpptraj found! Using /home/gapsoo/anaconda3/envs/MMPBSA/bin/cpptraj
[INFO ] tleap found! Using /home/gapsoo/anaconda3/envs/MMPBSA/bin/tleap
[INFO ] parmchk2 found! Using /home/gapsoo/anaconda3/envs/MMPBSA/bin/parmchk2
[INFO ] sander found! Using /home/gapsoo/anaconda3/envs/MMPBSA/bin/sander
[INFO ] Using GROMACS version > 5.x.x!
[INFO ] gmx found! Using /usr/local/gromacs/bin/gmx
[INFO ] Checking external programs...Done.
[INFO ] Building AMBER topologies from GROMACS files...
[INFO ] Get PDB files from GROMACS structures files...
[INFO ] Making gmx_MMPBSA index for complex...
[INFO ] Normal Complex: Saving group Protein_lig (1_17) in _GMXMMPBSA_COM_index.ndx file as _GMXMMPBSA_COM.pdb
[ERROR ] MMPBSA_Error
/usr/local/gromacs/bin/gmx editconf failed when querying com_traj.xtc
Check the gmx_MMPBSA.log file to report the problem.
File "/home/gapsoo/anaconda3/envs/MMPBSA/bin/gmx_MMPBSA", line 8, in
sys.exit(gmxmmpbsa())
File "/home/gapsoo/anaconda3/envs/MMPBSA/lib/python3.10/site-packages/GMXMMPBSA/app.py", line 98, in gmxmmpbsa
app.make_prmtops()
File "/home/gapsoo/anaconda3/envs/MMPBSA/lib/python3.10/site-packages/GMXMMPBSA/main.py", line 681, in make_prmtops
self.FILES.mutant_receptor_prmtop, self.FILES.mutant_ligand_prmtop) = maketop.buildTopology()
File "/home/gapsoo/anaconda3/envs/MMPBSA/lib/python3.10/site-packages/GMXMMPBSA/make_top.py", line 123, in buildTopology
self.gmx2pdb()
File "/home/gapsoo/anaconda3/envs/MMPBSA/lib/python3.10/site-packages/GMXMMPBSA/make_top.py", line 320, in gmx2pdb
GMXMMPBSA_ERROR('%s failed when querying %s' % (' '.join(comprog), self.FILES.complex_trajs[0]))
File "/home/gapsoo/anaconda3/envs/MMPBSA/lib/python3.10/site-packages/GMXMMPBSA/exceptions.py", line 171, in init
raise exc('\n\n' + msg + '\n\nCheck the gmx_MMPBSA.log file to report the problem.')
MMPBSA_Error:
/usr/local/gromacs/bin/gmx editconf failed when querying com_traj.xtc
Check the gmx_MMPBSA.log file to report the problem.
Exiting. All files have been retained.
Beta Was this translation helpful? Give feedback.
All reactions