<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Hi Sam,<br>
      <br>
      if it is a crystallographic symmetry then you can just use
      phenix.geometry_minimization like this:<br>
      <br>
      phenix.geometry_minimization model.pdb<br>
      <br>
      If it is a non-crystallographic symmetry or/and you want to use
      some extra exotic restraints (such as secondary-structure, ncs
      restraints, etc), then using phenix.refine is a better option
      (better because there is no other way of doing it in Phenix.<br>
      <br>
      Step 1: fake the Fobs data:<br>
      <br>
      phenix.fmodel model.pdb high_res=5 type=real label=F-obs
      r_free=0.1<br>
      <br>
      Step 2: run phenix.refine without using x-ray data:<br>
      <br>
      phenix.refine model.pdb data.mtz wxc_scale=0 main.bulk_solv=false
      strategy=individual_sites main.number_of_mac=10<br>
      <br>
      If you need to use NCS, add to above: main.ncs=true
      ncs.type=cartesian<br>
      <br>
      You can do all this using the GUI.<br>
      <br>
      Also note that geoemtry terms in phenix.refine are not designed
      for simulations, they are very basic just enough to make
      refinement work well, and almost certainly not suitable to do
      simulations purely based on them. For example there is no
      electrostatic terms, which means if you don't carefully specify
      secondary structure restraints your model will unfold.. etc.<br>
      <br>
      Pavel<br>
      <br>
      On 3/5/13 1:48 PM, Sam Stampfer wrote:<br>
    </div>
    <blockquote
cite="mid:CAF_3vPc9h_WZE+0onyYXzfighBq5zfDjawB_8m8OEeZgf8_tPg@mail.gmail.com"
      type="cite">Dear Phenix Community,<br>
      <br>
      Is it possible to use phenix.refine to do simulated annealing and
      energy minimization of a hypothetical model? I am currently using
      pyrosetta relax for minimization; however, my hypothetical model
      is based on a homologous protein whose structure is a
      crystallographic trimer. I would like to preserve my model's
      symmetry, which I know is possible in phenix.refine but not in
      pyrosetta (the symmetry controls are only supported in regular
      rosetta, as far as I know).<br>
      <br>
      Is there a way to have phenix ignore x-ray data and just do energy
      minimization functions? How would I go about doing that? Would I
      need a file containing fake/dummy x-ray data?<br>
      <br>
      Thanks for your help!<br>
      <br>
      -Sam Stampfer<br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
phenixbb mailing list
<a class="moz-txt-link-abbreviated" href="mailto:phenixbb@phenix-online.org">phenixbb@phenix-online.org</a>
<a class="moz-txt-link-freetext" href="http://phenix-online.org/mailman/listinfo/phenixbb">http://phenix-online.org/mailman/listinfo/phenixbb</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>