VMD-L Mailing List
From: Albers, Thomas (TALBERS_at_augusta.edu)
Date: Fri Feb 17 2017 - 14:47:07 CST
- Next message: João Ribeiro KS: "Hands-On Workshop on Computational Biophysics: April 17-21 in Urbana, IL"
- Previous message: konda003 .: "Delete water 5 Angstrom away of ligand"
- Next in thread: Vermaas, Joshua: "Re: measure surface usage"
- Reply: Vermaas, Joshua: "Re: measure surface usage"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Hello!
I am having problems getting the "measure surface" command to work properly and return only atoms that are close to the protein's surface.
% mol pdbload 1TNF
% set protein [atomselect top protein]
% set surf [measure surface $protein 1.5 3.0 2.0]
% $protein set beta 0
% foreach s $surf {set sel [atomselect top "index $s"]; $sel set beta 1; $sel delete}
You'd think that a reasonably tight spacing of grid points combined with a generous exclusion radius would return only atoms on the surface of the protein - however this isn't the case, many atoms inside the selection are picked as well. What would be a sensible set of parameters here?
Regards,
Thomas
- Next message: João Ribeiro KS: "Hands-On Workshop on Computational Biophysics: April 17-21 in Urbana, IL"
- Previous message: konda003 .: "Delete water 5 Angstrom away of ligand"
- Next in thread: Vermaas, Joshua: "Re: measure surface usage"
- Reply: Vermaas, Joshua: "Re: measure surface usage"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]