From: Ting Wang (twang_at_ucdavis.edu)
Date: Thu Jul 06 2006 - 16:46:44 CDT

Hi ,

I want to list the residues which are within a certain distance with another residues, but I can get only the atom list by using the following script:

set sel [atomselect top "protein and within 3 of resname SCH"]
$sel list

Thanks for any suggestion.

Ting