<div dir="ltr">Thanks, I will try that, but quickly, I often use commas with selection and it works fine, what's the difference between the commas and the colons? </div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jan 30, 2019 at 4:03 PM Elaine Meng <<a href="mailto:meng@cgl.ucsf.edu">meng@cgl.ucsf.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Ahmad,<br>
The specification is wrong for two reasons:<br>
(1) need colon instead of comma, for example #1:.k:.e<br>
(2) you would need to either remove the space between the two models or put quotes around the whole thing like "#1:.k:.e #2:.k:.e"<br>
<br>
However, more important is that “combine” will include all the atoms in the whole models even if you only specify some chains. It says this in the second paragraph:<br>
<<a href="http://www.rbvi.ucsf.edu/chimera/docs/UsersGuide/midas/combine.html" rel="noreferrer" target="_blank">http://www.rbvi.ucsf.edu/chimera/docs/UsersGuide/midas/combine.html</a>><br>
<br>
So what you really wanted to do is to delete all the other atoms before you combine the two models, something like<br>
<br>
select #1:.k:.e #2:.k:.e<br>
delete ~sel<br>
combine #1,2<br>
<br>
(also make sure you really have models #1 and #2, since the first model is #0 and you might need to use #0 and #1 instead… check in the Model Panel, opened from Favorites menu)<br>
<br>
I hope this helps,<br>
Elaine<br>
-----<br>
Elaine C. Meng, Ph.D.<br>
UCSF Chimera(X) team<br>
Department of Pharmaceutical Chemistry<br>
University of California, San Francisco<br>
<br>
> On Jan 30, 2019, at 11:23 AM, Ahmad Khalifa <<a href="mailto:underoath006@gmail.com" target="_blank">underoath006@gmail.com</a>> wrote:<br>
> <br>
> I'm trying to combine a few chains from different models. I'm using: combine #1:.k,.e #2:.k,.e. I'm getting the above error, and I'm not sure why my selection isn't working! <br>
> <br>
> Regards.  <br>
<br>
</blockquote></div>