
Hello, Does anyone know what script command could be used to output an "attribute assignment file" in Chimera, specifically for the areaSAS attribute? I am trying to show how the solvent accessible surface area on various residues changes over the frames of a multitrajectory PDB file. To do this I am trying to write a small script in "MD movie" that computes the solvent accessible surface for each frame, then outputs the areaSAS values. I was previously able to do this by loading in all the PDB geometries at once, then using the "Render attributes by ..." dialog, but this method does not scale well to very large proteins (the program runs out of memory trying to compute all the surfaces at once). Thus I am trying to do this task sequentially with a script. Thanks much! Julius