bug for negative residue numbers in charmmpsffile?
Posted: Fri Apr 01, 2016 1:45 pm
Hi:
Openmm-6.3.1 failed to read residues with negative numbers in my charmm psf file. It used to work fine in Openmm-6.2.0. I traced it back to a line
_resre = re.compile(r'(\d+)([a-zA-Z]*)')
in OpenMM-6.3.1-Linux/python/simtk/openmm/app/charmmpsffile.py
changing it to
OpenMM-6.3.1-Linux/python/simtk/openmm/app/charmmpsffile.py
seemed to have fixed the problem. Any particular reason to exclude negative residues?
Thanks!
Openmm-6.3.1 failed to read residues with negative numbers in my charmm psf file. It used to work fine in Openmm-6.2.0. I traced it back to a line
_resre = re.compile(r'(\d+)([a-zA-Z]*)')
in OpenMM-6.3.1-Linux/python/simtk/openmm/app/charmmpsffile.py
changing it to
OpenMM-6.3.1-Linux/python/simtk/openmm/app/charmmpsffile.py
seemed to have fixed the problem. Any particular reason to exclude negative residues?
Thanks!