[Chimera-users] pseudo bond reader in command line

M. Elizabeth Stroupe mestroupe at bio.fsu.edu
Mon Feb 4 12:46:11 PST 2013


Yes - that helps a lot.  I think option B will be best.

I think this will get me the panels I need to make the movie….I may need some more guidance to put it all together, though!

My strategy is to build a scene, then record some frames, then build the next scene, then record frames (for at least 5 panels).  Can I do this in one script by using the line command "movie"?  Is there a better way?

Thank you so much for your quick response.

Beth

On Feb 4, 2013, at 2:58 PM, Elaine Meng wrote:

> Hi Beth,
> Although there is no command implementation of Pseudobond Reader, I think there are at least a couple ways to do what you want:
> 
> (A) Before running the movie script, use Pseudobond Reader, hide all the pseudobonds (and you could have a session saved at this point) and have the script re-show them.  Hiding, showing, and controlling their color and line style (e.g. dotted) can all be done with the "setattr" command.
> 
> (B) If you really wanted everything to be in a command script rather than an initial session, however, you could alternatively create the pseudobonds as distance monitors using the "distance" command.  As in method A, you could hide, show, and control appearance with "setattr."
> 
> The pseudobond group "distance monitor" and/or pseudobond group(s) created with Pseudobond Reader will be listed in the PseudoBond Panel (in menu under Tools... General Controls).  Click the group name on the left and "attributes..." on the right side of the PseudoBond Panel to see what things are available for changing with the command "setattr" -- the top section has group attributes ("g" in setattr command) and the bottom section has individual pseudobond attributes ("p") in setattr command. If you hover the mouse over something in that dialog, balloon help will show the attribute name to be used in the setattr command, as well as its possible values.
> <http://www.cgl.ucsf.edu/chimera/docs/UsersGuide/midas/setattr.html>
> 
> Example commands:
> 
> setattr g display 0
> (hide all pseudobond groups; 0=hide 1=show)
> 
> setattr p display 0 #0&protein
> (hide all pseudobonds between atoms of protein in model #0)
> 
> setattr p color orange sel
> (color pseudobonds between the currently selected atoms orange)
> 
> setattr g lineWidth 3
> setattr g lineType 2
> (make all pseudobond groups use line width 3, dashed lines)
> 
> setattr p label " "
> (replace distance monitor labels with blank... although the label attribute is not listed in the attributes panel opened from PseudoBond Panel, it is in the Selection Inspector, for example if you Ctrl-click to select a pseudobond and then click the green magnifying glass).
> 
> I hope this helps,
> Elaine
> ----------
> Elaine C. Meng, Ph.D. 
> UCSF Computer Graphics Lab (Chimera team) and Babbitt Lab
> Department of Pharmaceutical Chemistry
> University of California, San Francisco
> 
> On Feb 4, 2013, at 11:27 AM, M. Elizabeth Stroupe wrote:
> 
>> Hi,
>> I am trying to make a figure with pseudo bonds - the figure is fairly complicated and it will be a frame in a movie of related shots, so I need to call the pseudo bonds in from the command line.
>> 
>> How do I read in a text file that defines the pseudo bonds (as if from the pseudo bond reader) and then alter their attributes (to make them into dotted rather solid lines)?
>> 
>> Thanks much,
>> Beth
> 
> 





More information about the Chimera-users mailing list