Hi,

Is there a way to select residues from 2 different models using a single line of command?

 

For example, I want to select residues 230 and 260 of Model 0 and residues 232 and 262 of Model 1. I then want to display the side chains, color magenta, then color by heteroatom.

This is what my current (annoying) workflow is:

select #0:230,260

Actions à Color à Magenta

Actions à Color à By heteroatom

select #1:232,262

Actions à Color à Magenta

Actions à Color à By heteroatom

I know I can do the following instead:

disp #0:230,260

color magenta #0:230,260

color byhet #0:230,260

              Repeat for #1:232,262

…but it doesn’t really save any time.

 

I want to select all 4 residues at once without having to ctrl + shift + click on them all. Please tell me there’s a way!

 

Thank you,

Annie