The attached image illustrates the kind of situation this would address - where one wants to show secondary structure in cartoon, but pick out a loop or structural feature of interest in backbone or CA+sidechains, with no ugly discontinuities between the all-atom and ribbon representations.
This would allow seamless mixing of nice looking cartoon representation and nice looking backbone or C-alpha+sidechains representation, which I don’t believe is possible at the moment.
Cheers,
Oliver.
Also, in case anyone finds it useful, the following alias applied to a selection or model will generate the CA+sidechains representation depicted below:
#Show CA trace with sidechains
#Usage: ca_and_sidechains #model_id (or selection/atom-spec)
alias ^ca_and_sidechains sel $1; namesel tmp; ~ribbon tmp; ~disp tmp; sel tmp&@CA&protein; repr stick sel; disp sel; setattr m stickScale 1.00
tmp; sel side chain/base.without CA/C1'&tmp; repr stick sel; disp sel; setattr b radius 0.1 sel; color orange tmp; color byhet tmp; sel @CAA
|@CB; namesel tmp2; sel tmp&tmp2; repr stick sel; setattr b radius 0.1 sel; sel @CD,N&:pro&tmp; disp sel; repr stick sel; setattr b radius 0..
1 sel; ~sel