<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I&#39;ve never tried but this might work too:<br>
<br>
refinement {<br>
  refine {<br>
    adp {<br>
      individual {<br>
        aniso_sel = chain A and (resseq 7:44 or resseq 61:149 or resseq 173:182 or resseq 202:254 or resseq 263:290)<br>
        isotropic = not $aniso_sel<br>
        anisotropic = $aniso_sel<br>
      }<br>
    }<br>
  }<br>
}<br></blockquote><div><br></div><div>Small change:</div><div><br></div><div>isotropic = not ($aniso_sel)</div><div><br></div><div>(Without the () the not only applies to the first part of the aniso_sel.)</div><div><br></div>
<div>Ralf</div><div><br></div></div>