From: Goutham (gouthambs_at_gmail.com)
Date: Wed Mar 25 2009 - 16:54:33 CDT

Hey,
Is there a way to merge two atom-selections into one.
Say for a protein:

set sel1 [atomselect top "resid 1 to 5" ]
set sel2 [atomselect top "resid 10 to 15"]

Is there a way to merge both selections sel1 and sel2 into newsel. This
merged selection I want to write into a new pdbfile. Is there a way to do
this?

Thanks
Goutham