Re: [PyMOL] Printing Protein Surface residues

2015-05-22 Thread Vinod Devaraji
Thank you all for your comments and suggestions . Regards On Fri, May 22, 2015 at 1:51 PM, Andreas Warnecke < 4ndreas.warne...@gmail.com> wrote: > Hej, > > Just a minor amendment: > > the line > > for obj in objectlist: cmd.get_area(selection='%s'%obj, load_b=1) > > will treat heteroatoms etc.

Re: [PyMOL] Printing Protein Surface residues

2015-05-22 Thread Andreas Warnecke
Hej, Just a minor amendment: the line for obj in objectlist: cmd.get_area(selection='%s'%obj, load_b=1) will treat heteroatoms etc. as part of the area calculation and may thus affect the calculation of available surface area. To ignore heteroatams, remove them before, or change the line to: