Re: [PyMOL] selection in python script

2002-06-02 Thread Warren L. DeLano
On Sat, 1 Jun 2002 kkli...@gate.sinica.edu.tw wrote: > Dear pymolers, > > I can select some residues in my protein in the command prompt > by saying for example > select prot = (VAL or PRO or GLY) There is a more concise way to write this: select prot, val+pro+gly/ > but now I hav

[PyMOL] selection in python script

2002-06-01 Thread kkliang
Dear pymolers, I can select some residues in my protein in the command prompt by saying for example select prot = (VAL or PRO or GLY) but now I have trouble translating this into python script. I tried many varieties including something like cmd.select( prot, (VAL or PRO or /