Re: [PyMOL] Select atom by ID

2010-08-12 Thread Jason Vertrees
Hi Martin, select myAtom, ID X where X is the integer identifier. Example, fetch 1foo, async=0 # select IDs 4-10 select someAA, ID 4-10 indicate someAA zoom someAA Cheers, -- Jason On Thu, Aug 12, 2010 at 4:07 PM, Martin Hediger wrote: > Dear all > I am looking for the correct syntax to sel

[PyMOL] Select atom by ID

2010-08-12 Thread Martin Hediger
Dear all I am looking for the correct syntax to select an atom by its ID. I am frequently confronted with needing to identify an atom only by its ID, since at that point I cant tell what position in a residues it takes. Is this possible with the PyMOL select command? Any replies are greatly app