GROMACS version:2025.2
GROMACS modification: Yes/No
The .tpr file generated by gromacs 2025.2 gave error while I am trying to analyze in ucsf chimra. I am sharing the error messages and ask for your suggestions to resolve this issue, Thank You.
using memory mapping
VERSION 2025.2
using floats
version 137, generation 28
33648 atoms
Protein in water
mol name: Protein_chain_A
3423 atoms
222 residues
mol name: CR
5 atoms
6 residues
IndexError Exception in Tk callback
Function: <function command at 0x7be006d65c08> (type: <type ‘function’>)
Module: <module ‘chimera.baseDialog’ from ‘/opt/UCSF/Chimera64-1.19/share/chimera/baseDialog.pyc’> (line: 447)
Args: ()
Traceback (innermost last):
File “/opt/UCSF/Chimera64-1.19/lib/python2.7/site-packages/Pmw/Pmw_1_3_3/lib/PmwBase.py”, line 1747, in call
return apply(self.func, args)
File “/opt/UCSF/Chimera64-1.19/share/chimera/baseDialog.py”, line 449, in command
getattr(s, buttonFuncName(txt))()
File “/opt/UCSF/Chimera64-1.19/share/chimera/baseDialog.py”, line 704, in OK
self.Apply()
File “/opt/UCSF/Chimera64-1.19/share/Trajectory/EnsembleLoader.py”, line 92, in Apply
self.callback)
File “/opt/UCSF/Chimera64-1.19/share/Trajectory/formats/Gromacs/init.py”, line 68, in loadEnsemble
startFrame, endFrame, callback)
File “/opt/UCSF/Chimera64-1.19/share/Trajectory/formats/Gromacs/init.py”, line 79, in loadEnsemble
ensemble = Gromacs(topology, trajectory, startFrame, endFrame)
File “/opt/UCSF/Chimera64-1.19/share/Trajectory/formats/Gromacs/Gromacs.py”, line 26, in init
self.topology = TprTopology(topology)
File “/opt/UCSF/Chimera64-1.19/share/Trajectory/formats/Gromacs/Gromacs.py”, line 104, in init
self._readTopology(version)
File “/opt/UCSF/Chimera64-1.19/share/Trajectory/formats/Gromacs/Gromacs.py”, line 500, in _readTopology
self.resNames.append(symbols[self.xdr.unpack_uint()])
IndexError: list index out of range
IndexError: list index out of range
File “/opt/UCSF/Chimera64-1.19/share/Trajectory/formats/Gromacs/Gromacs.py”, line 500, in _readTopology
self.resNames.append(symbols[self.xdr.unpack_uint()])
See reply log for Python traceback.