Thank you for your reply to my previous question. I wanted to ask another question about an error from a protein-membrane binding calculation. The GB calculations for the system finish properly but an error occurs when results are parsed to the output files:
[INFO ] Running calculations on normal system...
[INFO ] Beginning GB calculations with /condapath/bin/sander
[INFO ] calculating complex contribution...
100%|##########################################################################| 1/1 [elapsed: 11:06 remaining: 00:00]
[INFO ] calculating receptor contribution...
100%|##########################################################################| 1/1 [elapsed: 00:06 remaining: 00:00]
[INFO ] calculating ligand contribution...
100%|##########################################################################| 1/1 [elapsed: 11:06 remaining: 00:00]
[INFO ] Parsing results to output files...
[ERROR ] MMPBSA_Error
Some energy terms are undefined. Please, check the input structure and trajectory. Check this section the docs for more info
https://valdes-tresanco-ms.github.io/gmx_MMPBSA/dev/Q%26A/calculations/#possible-solutionsCheck the gmx_MMPBSA.log file to report the problem.
File "/condapath/myenv/bin/gmx_MMPBSA", line 8, in <module>
sys.exit(gmxmmpbsa())
File "/condapath2/lib/python3.8/site-packages/GMXMMPBSA/app.py", line 109, in gmxmmpbsa
app.parse_output_files()
File "/condapath2/lib/python3.8/site-packages/GMXMMPBSA/main.py", line 1215, in parse_output_files
self.calc_types.normal[key]['complex'].parse_from_file(self.pre + basename[i] % 'complex',
File "/condapath2/lib/python3.8/site-packages/GMXMMPBSA/amber_outputs.py", line 108, in parse_from_file
AmberOutput._read(self)
File "/condapath2/lib/python3.8/site-packages/GMXMMPBSA/amber_outputs.py", line 197, in _read
self._get_energies(output_file)
File "/condapath2/lib/python3.8/site-packages/GMXMMPBSA/amber_outputs.py", line 630, in _get_energies
self['BOND'][self.frame_idx] = conv_float(words[2])
File "/condapath2/lib/python3.8/site-packages/GMXMMPBSA/amber_outputs.py", line 603, in conv_float
GMXMMPBSA_ERROR('Some energy terms are undefined. Please, check the input structure and trajectory. Check this '
File "/condapath2/lib/python3.8/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:
Some energy terms are undefined. Please, check the input structure and trajectory. Check this section the docs for more info
https://valdes-tresanco-ms.github.io/gmx_MMPBSA/dev/Q%26A/calculations/#possible-solutionsCheck the gmx_MMPBSA.log file to report the problem.
Exiting. All files have been retained.
Do you know what could be causing the error? I assume that the problem is at least partially caused due to some failure in recognizing the phospholipid topologies (I am using a membrane of DOPC and DOPS) but do not know how to fix it.