Thank you very much!   I was making it indeed incorrect. The one you showed works just fine.<br><br>Thank you,<br><br><br><br><div class="gmail_quote">On Tue, Nov 20, 2012 at 3:54 PM, Nathaniel Echols <span dir="ltr">&lt;<a href="mailto:nechols@lbl.gov" target="_blank">nechols@lbl.gov</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Tue, Nov 20, 2012 at 6:41 AM, Mikalai Lapkouski <span dir="ltr">&lt;<a href="mailto:gort105@gmail.com" target="_blank">gort105@gmail.com</a>&gt;</span> wrote:<br>
<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

     Right, the problem is that these three atoms form carboxyl group of Glu, and if I put them (I tried this option) in one occupancy constrained group, occupancies are  still refined individually with the sum between three atoms =1. From chemistry point of view I think carboxyl group leaves as one entity, so occupancy should be the same between all three atoms. Is there another way how to constrain it between three atoms if it is not the case of alt conformation?<br>


</blockquote></div><br></div><div>I suspect you&#39;re specifying the selections incorrectly - each constrained group should have a single selection which includes all atoms in a group that you want to keep together, and not multiple selections (one per atom).  If you&#39;re using parameter files, this means doing this:</div>


<div><br></div><div>refinement.refine.occupancies {</div><div>  constrained_group {</div><div>    selection = chain A and resseq 40 and (name CD or name OE1 or name OE2)</div><div>  }</div><div>}</div><div><br></div><div>


and not:</div><div><br></div><div><div>refinement.refine.occupancies {</div><div>  constrained_group {</div><div>    selection = chain A and resseq 40 and name CD1</div><div><div>    selection = chain A and resseq 40 and name OE1</div>


</div><div><div>    selection = chain A and resseq 40 and name OE2</div></div><div>  }</div><div>}</div></div><div><br></div><div>I tried the first version here and it appears to work as expected.</div><div><br></div><div>


-Nat</div>
<br>_______________________________________________<br>
phenixbb mailing list<br>
<a href="mailto:phenixbb@phenix-online.org">phenixbb@phenix-online.org</a><br>
<a href="http://phenix-online.org/mailman/listinfo/phenixbb" target="_blank">http://phenix-online.org/mailman/listinfo/phenixbb</a><br>
<br></blockquote></div><br>