Re: [PyMOL] label alternate conformations

2005-12-07 Thread Seth Harris
Hi Bob, Good to hear from you. I didn't know about "alt" as a selection, so in the end that gave the answer... Your example, which I find quite clever, didn't exactly match my goal, though, so just to clarify: Rather than distinguishing residues with alternate conformations from those "normal" on

Re: [PyMOL] label alternate conformations

2005-12-07 Thread Robert Immormino
This series of commands seems to do the job although a little sloppy. label alt a+"", "A%s-%s" % (resn, resi) label alt b+"", "B%s-%s" % (resn, resi) hide labels, alt "" Cheers, -bob On 12/7/05, Seth Harris wrote: > > Hi, > > I'm writing a small script to visit alternate conformations, steppin