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