Generating Primary and Secondary Structure Models using VMD

Goals

Given a PDB file, we want to generate geometry files that can be read into perfly. For our demo, we had a sequence of PDB formatted .coor files generated by NAMD. By turning these into a sequence of .iv files, we can create an animation in perfly_ccv.

Tools

The tool I'm using is VMD from the Theoretical Biophysics Group at the University of Illinois at Urbana-Champaign. I'll be using the built-in tcl interpreter to automate generating geometry for each frame in the dynamics animation.

As it turns out, the other tools necessary for this to work have yet to be developed. We still need:

Progress

The tcl script for generating models in VMD is done. To use it, you have to modify a few values as described in the comments in the script. The arguments to the mol rep and mol color statements in the script can be set to any of the strings in the Coloring Method and Drawing Method drop down lists, respectively, in the Graphics dialog in VMD. The first arguments to the render statements specify the output file format and can be any of the strings from the Output Formats list on the Render dialog.

Todo List


Originally written on 05/10/2002.
Dave Harding