Re: [PyMOL] what color was used?

2015-02-28 Thread H. Adam Steinberg
Thank you Matt! > On Feb 27, 2015, at 4:24 PM, Matthew Baumgartner wrote: > > Hi Adam, > You can retrieve them using the iterate method. > See: http://pymolwiki.org/index.php/Color#Getting_Atom_Colors > > > HTH, > Matt Baumgartner >

Re: [PyMOL] How to delete specific chains

2015-02-28 Thread Jordan Willis
much easier with ‘remove’ > reinitialize > fetch 1Z92, type=pdb1 > as cartoon > bg_color white > > color red, ss h > color yellow, ss s > color green, ss l+" > > remove /1Z92//A On Feb 28, 2015, at 12:28 AM, Brenton Horne wrote: > Hi, > > I've got this pml code: > delete all > fetch 1Z92, ty

[PyMOL] How to delete specific chains

2015-02-28 Thread Brenton Horne
Hi, I've got this pml code: |delete all|| ||fetch 1Z92, type=pdb1|| ||as cartoon|| ||bg_color white|| || ||color red, ss h|| ||color yellow, ss s|| ||color green, ss l+"|| || ||delete /1Z92//A| But it doesn't delete chain A as I'd like it to. Any ideas of how I can