Re: [PyMOL] selecting certain residues within X angs of a point/residue

2012-11-15 Thread Thomas Holder
Hi John, here is something to start with: # put everything in state 1 (convert states to objects) split_states capsid delete capsid # specify the fixed residue select fixedresidue, capsid_0001 and chain D and resi 30 # select residues of interest within given radius select s1, chain A+B+C and r

[PyMOL] selecting certain residues within X angs of a point/residue

2012-11-15 Thread Jonathan Grimes
i am wanting to highlight a number of residues on a virus capsid. i have 60 states (objects), and wanted to only select particular residues (say resi 23,45,46 from 3 chains across all 60 objects) that are within say 20A or 40A from a fixed point (or residue). could i get advice on