Re: [PyMOL] Renaming sele to residue name

2014-05-05 Thread Thomas Holder
Hi I-Ji, the "sele" name is hard coded and cannot be changed. But you could write a wizard which automatically renames the selection immediately. Writing wizards is not trivial and require python scripting skills (but this would be a very simple wizard). Cheers, Thomas On 04 May 2014, at 17

Re: [PyMOL] using a pseudoatom for distance measurement

2014-05-05 Thread Sampson, Jared
Hi Mary - There are a couple problems here. First, you’re giving the pseudoatom command a positional argument out-of-order (and after keyword parameters). Keyword parameters can appear in any order, but only if you use the keyword. Otherwise, you must list them in the order specified by the