From: Arneh Babakhani (ababakha_at_mccammon.ucsd.edu)
Date: Tue Jul 17 2007 - 20:02:49 CDT

Once I've made a selection, how do I use the name of that selection in
making another selection??? Here's what I mean:

>Main< 137 % set Peptide [atomselect top "all protein"]
atomselect17053
>Main< 139 % set IndoleNitrogen [atomselect top "$Peptide and name NE1"]
atomselect: cannot parse selection text: atomselect17053 and name NE1
>Main< 140 % set IndoleNitrogen [atomselect top "@Peptide and name NE1"]
atomselect: cannot parse selection text: @Peptide and name NE1

How do I get it to parse the 'Peptide' selection??? Do I need brackets
somewhere?

Thanks,

Arneh