list index out of range

Hi, I am trying to load in an MD-ensemble, using a pdb and an X-plor file .dcd. For some reason, it gives me "IndexError: list index out of range". I generated the .dcd file myself (with Fortran). VMD program seems to have no problem with it. Is it a format problem? Is it a bug? Any suggestion? Thanks a lot! (I attach the files) paula

Just a reminder, please use the "Report a Bug" entry in the Help menu to report bugs or use the chimera-bugs@cgl.ucsf.edu mail alias. Also, whenever chimera detects a Python error, the Chimera Error dialog has a Report Bug button that will send very useful information about where the error occurred, so please use it if you can. And while I'm asking, please put your email address into the bug submission dialog so we can notify you when the bug has been fixed (or ask for more information if need be, some bugs are hard to reproduce). Thank you, Greg On Mon, 24 Oct 2005, Paula Petrone wrote:
I am trying to load in an MD-ensemble, using a pdb and an X-plor file .dcd. For some reason, it gives me "IndexError: list index out of range".
I generated the .dcd file myself (with Fortran). VMD program seems to have no problem with it. Is it a format problem? Is it a bug? Any suggestion?

Hi Paula, Chimera expects a PSF/DCD combo, not a PDB/DCD combo. The underlying package I use for DCD support, MD Tools for Python, does a good job of handling PSF files but its PDB file support leaves a lot to be desired, which is why the PDB part is omitted from Chimera. Nonetheless, I hacked up a couple of the MD Movie files to sort of handle your PDB file. I say "sort of" because I had to add CONECT records to your file or else all the trajectory bonds would be missing. I will probably work on making it possible to use a PDB file in general instead of a PSF file for the next release (or maybe the one after). So appended is two replacement files for your Chimera distribution (DCD.py and md_AtomGroup.py) and your PDB file with CONECT records added (x.pdb). DCD.py and md_AtomGroup.py should go in <your chimera install dir>/share/Trajectory/DCD and <install>/ share/Trajectory/DCD/MDToolsMarch97 respectively, replacing files of the same name. You may want to copy the originals somewhere because you will lose the ability to use PSF/DCD combinations after putting in these hacked versions. In case you need to add CONECT records to other PDB files, you can do this pretty easily in Chimera. After opening the PDB file in Chimera, use the command: pdbrun nouser conect cat > filename.pdb which will create filename.pdb in your Chimera startup directory (though "filename.pdb" could be a full path if you wanted it to go elsewhere). The above command will only work on Unix-based systems since "cat" is a Unix command. --Eric Eric Pettersen UCSF Computer Graphics Lab pett@cgl.ucsf.edu http://www.cgl.ucsf.edu On Oct 24, 2005, at 7:09 PM, Paula Petrone wrote:
Hi,
I am trying to load in an MD-ensemble, using a pdb and an X-plor file .dcd. For some reason, it gives me "IndexError: list index out of range".
I generated the .dcd file myself (with Fortran). VMD program seems to have no problem with it. Is it a format problem? Is it a bug? Any suggestion?
Thanks a lot! (I attach the files)
paula  
participants (3)
-
Eric Pettersen
-
Greg Couch
-
Paula Petrone