<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi Wulf,<br>
    <br>
    <blockquote
cite="mid:31DC129EE2FA4343997283E5633676C3C99295B8@Exchange03.helmholtz-hzi.de"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      <meta name="Generator" content="Microsoft Word 14 (filtered
        medium)">
      <style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.E-MailFormatvorlage17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
      <div class="WordSection1"><span lang="EN-US">I would like to
          unrestrain the distance between two atoms in a ligand � how
          can I do this? I found instructions for writing a
          remove_restraints_selections.params file in the phenix.refine
          manual, but it does not seem to address bond distances.</span></div>
    </blockquote>
    <br>
    bonds are not there indeed. Currently you can do it as following
    (admittedly rather ugly!)...<br>
    <br>
    Edit ligand CIF file to remove the definition of bond in question,
    then run refinement providing this CIF file. If CIF file is part of
    Phenix library, then<br>
    <br>
    a) Find its location:<br>
    <br>
    elbow.where_is_that_cif_file ATP<br>
    <br>
    you will see something like this<br>
    <br>
    /Users/pafonine/phenix_dev/modules/chem_data/mon_lib/a/ATP.cif<br>
    <br>
    b) Copy it to your place<br>
    <br>
    cp /Users/pafonine/phenix_dev/modules/chem_data/mon_lib/a/ATP.cif
    ATP_edited.cif<br>
    <br>
    Then edit ATP_edited.cif to remove the bond in question (I guess you
    would want to remove angle too) and give it to phenix.refine along
    with all other inputs.<br>
    <br>
    Let me know how this worked (or didn't) for you!<br>
    Pavel<br>
    <br>
  </body>
</html>