[PyMOL] R: Re: Re: labeling by a pseudoatom

2011-03-02 Thread rv...@libero.it
Hi Jason, sorry for last message .. To label a residue by an mdo command cmd.mdo(int frame, string command) I can pass as command one among these strings: 1) 'label %s, "%s %s"' % (..) works fine but prints a message (I don't want) to the output window 1+) 'label %s, "%s %s", quiet=1' %

Re: [PyMOL] R: Re: Re: labeling by a pseudoatom

2011-03-02 Thread Martin Hediger
Dear all thanks for the feedback. Indeed, after thinking for a second its totally clear why 'select identifyer, (resn asp and resn glu)' returns { }. So, speaking of syntax, '+' is OR and '&' is AND? Thanks again Martin Am 02.03.11 01:35, schrieb rv...@libero.it: > Hi Jason, > sorry for la

Re: [PyMOL] R: Re: Re: labeling by a pseudoatom

2011-03-02 Thread Tsjerk Wassenaar
Hi Martin, You're in the wrong thread! In addition, + is not OR. OR merges expressions, + 'merges' identifiers in an expression. Further, in the code you gave it said 'or'. It seems from this post you wrote 'and' in your script, signifying a mismatch between what you were doing and what you though