Re: [PyMOL] Is object enabled or disabled?

2013-10-29 Thread Christoffer Norn
Hi Jason and Takanori, This was exactly what I was looking for. Thanks for your help. Chris > On 29/10/2013, at 18.48, Jason Vertrees > wrote: > > Hi Chris, > > if objName in cmd.get_names(enabled_only=1): > print "objName is enabled" > > Cheers, > > -- Jason > >> On Tue, Oct 29, 2013 at 5:50 AM

[PyMOL] polygonal ring

2013-10-29 Thread Jerome BENOIT
Hello List, So far I use PyMOL to visualize polygonal chain through an expurged PDB data file when the chain is not ring. Now I would like to visualize chain rings: what is the best way to make PyMOL understand that the two end points coincide ? Thanks in advance, Jerome --

Re: [PyMOL] Is object enabled or disabled?

2013-10-29 Thread Jason Vertrees
Hi Chris, if objName in cmd.get_names(enabled_only=1): print "objName is enabled" Cheers, -- Jason On Tue, Oct 29, 2013 at 5:50 AM, Christoffer Norn wrote: > Hi All, > How can I, from the command line, get information on whether a object is > enabled or disabled? I need this to flip through

[PyMOL] Is object enabled or disabled?

2013-10-29 Thread Christoffer Norn
Hi All, How can I, from the command line, get information on whether a object is enabled or disabled? I need this to flip through thousands of designed proteins — and with this many proteins, mouse-clicking to enable/disable them becomes a bit cumbersome. Thanks, Chris -