<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Ok. Thank you for pointing me to that.<div><br></div><div>--James</div><div><br></div><div><br><div><div>On Jul 9, 2009, at 11:33 AM, Tom Terwilliger wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi James,<div><br><div>Yes, say:</div><div><br></div><div>include_input_model=False</div><div><br></div><div>and it will do just what you said:</div><div><br></div><div><span class="Apple-style-span" style="font-family: verdana; font-size: 16px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; "><pre>      include_input_model= <span style="color: rgb(204, 0, 0); ">True</span> <span style="color: blue; ">The keyword include_input_model defines
                           whether the input model (if any) is to be crossed
                           with models that are derived from it, and the best
                           parts of each kept. It also defines whether the
                           input model is to be included in combination steps
                           during initial model-building. Note that if
                           multiple_models=True and include_input_model=True
                           then no initial cycle of randomization will be
                           carried out and the keyword
                           multiple_models_starting_resolution is ignored. In
                           most cases you should use include_input_model=True
                           If you want to generate maximum diversity with
                           multiple-models then you may wish to use
                           include_input_model=False. Also if you want to
                           decrease the amount of bias from your starting
                           model you may wish to use
                           include_input_model=False.</span></pre></span></div><div>-Tom T</div><div><br><div><div>On Jul 9, 2009, at 9:31 AM, James Whittle wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Ok. Good to know that I can do that. I did already try AutoBuild, and found that it got stuck.<div><br></div><div>I also have a partial, 100% identical, molecular replacement model of 1/3 the structure, so I may try giving that to AutoBuild as well to see if it can help.<div><br></div><div>Is there perhaps a means to tell AutoBuild not to re-build the partial model, only to refine it and work on the rest?</div><div><br></div><div>Thanks for your help!</div><div>--James</div><div><div><br></div><div><br></div><div><div><div>On Jul 9, 2009, at 11:12 AM, Tom Terwilliger wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi James,<div><br><div>Yes, that is correct.</div><div><br></div><div>However if you want...you can just go on to AutoBuild and build a new model from scratch and generate a set of free R flags there, supplying your data as data=mydata.sca. I would recommend this anyway because AutoBuild makes a much better model than AutoSol, and including the model from AutoSol doesn't necessarily help (and can make it worse if the AutoSol model is really incomplete, such as from secondary-structure-only model-building). I use the AutoSol model-building just to see if things are going well and then I throw that model away. &nbsp;This is also the default when you use "after_autosol=True" in AutoBuild and when you run the AutoBuild GUI after running AutoSol. It is convenient to use the data and freeR in in exptl_fobs_phases_freeR_flags_*.mtz from AutoSol but you don't have to.</div><div><br></div><div>The key of course is: &nbsp;once you refine a model and want to use that model further...you must use the set of free R flags used in that original refinement from then on. &nbsp;If you throw away that model and start from scratch you can also make a new set of free R flags. The hexdigest REMARK in your PDB file from phenix.refine helps you make sure that this is done correctly.</div><div><br></div><div>All the best,</div><div>Tom T</div><div><br><div><div>On Jul 9, 2009, at 8:35 AM, James Whittle wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Dear Tom:<div><br></div><div>Ok. Thanks for the quick response!</div><div><br></div><div>I should run then run AutoSol again to get this file, and it will have the HL coefficients in it?</div><div><br></div><div>--James</div><div><br></div><div><br><div><div>On Jul 9, 2009, at 10:13 AM, Tom Terwilliger wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi James,<div><br></div><div>As you are expecting, in AutoSol the file&nbsp;exptl_fobs_phases_freeR_flags_*.mtz normally contains the experimental Fobs and free R flags for refinement, along with phases and HL coefficients from the experimental phasing.&nbsp;</div><div><br></div><div>However if an anisotropy correction is applied to the data, then by default no refinement is done in AutoSol and no&nbsp;exptl_fobs_phases_freeR_flags_*.mtz file is created. &nbsp;This is to ensure that refinement is not carried out against anisotropy-corrected data (you want to refine against the original data, and have phenix.refine apply an anisotropy correction as part of refinement).</div><div><br></div><div>If you supply&nbsp;</div><div><br></div><div>input_refinement_file=my_data.sca&nbsp;</div><div><br></div><div>then my_data.sca will be used for refinement and an exptl_fobs_phases_freeR_flags_*.mtz will be created. &nbsp;Note that my_data.sca can be identical to your input data file if you want. &nbsp;I am guessing that in your case an anisotropy correction was applied to the data in this way. &nbsp;</div><div><br></div><div>I hope that helps!</div><div>-Tom T</div><div>ps. I am thinking of changing the default to make input_refinement_file automatically defined if an anisotropy correction is applied so that you don't have to do this...</div><div><br></div><div><div><div><div>On Jul 9, 2009, at 7:55 AM, whittle wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Dear all,<br><br>I have a question regarding the output of AutoSol.<br><br>I've run AutoSol, using the data directly from scalepack as a .sca file,<br>and would like to now begin refining the structure I've built.<br><br>There seems to be no exptl_fobs_phases_freeR_flags_*.mtz file in the<br>AutoSol directory. Isn't this the right file to use? Since it's not<br>there, is it proper to use the phaser_2.mtz file for phenix.refine?<br><br>--James<br><br>_______________________________________________<br>phenixbb mailing list<br><a href="mailto:phenixbb@phenix-online.org">phenixbb@phenix-online.org</a><br><a href="http://www.phenix-online.org/mailman/listinfo/phenixbb">http://www.phenix-online.org/mailman/listinfo/phenixbb</a><br></div></blockquote></div><br><div apple-content-edited="true"> <span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div><div><div><div><br>Thomas C. Terwilliger<br>Mail Stop M888<br>Los Alamos National Laboratory<br>Los Alamos, NM 87545<br><br>Tel:&nbsp; 505-667-0072&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; email: <a href="mailto:terwilliger@LANL.gov">terwilliger@LANL.gov</a><br>Fax: 505-665-3024&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SOLVE web site:&nbsp;<a href="http://solve.lanl.gov">http://solve.lanl.gov</a><br>PHENIX web site: http:<a href="http://www.phenix-online.org">www.phenix-online.org</a><br>ISFI Integrated Center for Structure and Function Innovation web&nbsp;site:&nbsp;<a href="http://techcenter.mbi.ucla.edu">http://techcenter.mbi.ucla.edu</a><br>TB Structural Genomics Consortium web site:&nbsp;<a href="http://www.doe-mbi.ucla.edu/TB">http://www.doe-mbi.ucla.edu/TB</a></div><div>CBSS Center for Bio-Security Science web site: <a href="http://www.lanl.gov/cbss">http://www.lanl.gov/cbss</a><br><br></div></div></div></div><br></div></div></span><br class="Apple-interchange-newline"> </div><br></div></div></div>_______________________________________________<br>phenixbb mailing list<br><a href="mailto:phenixbb@phenix-online.org">phenixbb@phenix-online.org</a><br><a href="http://www.phenix-online.org/mailman/listinfo/phenixbb">http://www.phenix-online.org/mailman/listinfo/phenixbb</a><br></blockquote></div><br></div></div></blockquote></div><br><div apple-content-edited="true"> <span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div><div><div><div><br>Thomas C. Terwilliger<br>Mail Stop M888<br>Los Alamos National Laboratory<br>Los Alamos, NM 87545<br><br>Tel:&nbsp; 505-667-0072&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; email: <a href="mailto:terwilliger@LANL.gov">terwilliger@LANL.gov</a><br>Fax: 505-665-3024&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SOLVE web site:&nbsp;<a href="http://solve.lanl.gov">http://solve.lanl.gov</a><br>PHENIX web site: http:<a href="http://www.phenix-online.org">www.phenix-online.org</a><br>ISFI Integrated Center for Structure and Function Innovation web&nbsp;site:&nbsp;<a href="http://techcenter.mbi.ucla.edu">http://techcenter.mbi.ucla.edu</a><br>TB Structural Genomics Consortium web site:&nbsp;<a href="http://www.doe-mbi.ucla.edu/TB">http://www.doe-mbi.ucla.edu/TB</a></div><div>CBSS Center for Bio-Security Science web site: <a href="http://www.lanl.gov/cbss">http://www.lanl.gov/cbss</a><br><br></div></div></div></div><br></div></div></span><br class="Apple-interchange-newline"> </div><br></div></div></div>_______________________________________________<br>phenixbb mailing list<br><a href="mailto:phenixbb@phenix-online.org">phenixbb@phenix-online.org</a><br><a href="http://www.phenix-online.org/mailman/listinfo/phenixbb">http://www.phenix-online.org/mailman/listinfo/phenixbb</a><br></blockquote></div><br></div></div></div></div>_______________________________________________<br>phenixbb mailing list<br><a href="mailto:phenixbb@phenix-online.org">phenixbb@phenix-online.org</a><br><a href="http://www.phenix-online.org/mailman/listinfo/phenixbb">http://www.phenix-online.org/mailman/listinfo/phenixbb</a><br></blockquote></div><br><div apple-content-edited="true"> <span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div><div><div><div><br>Thomas C. Terwilliger<br>Mail Stop M888<br>Los Alamos National Laboratory<br>Los Alamos, NM 87545<br><br>Tel:&nbsp; 505-667-0072&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; email: <a href="mailto:terwilliger@LANL.gov">terwilliger@LANL.gov</a><br>Fax: 505-665-3024&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SOLVE web site:&nbsp;<a href="http://solve.lanl.gov">http://solve.lanl.gov</a><br>PHENIX web site: http:<a href="http://www.phenix-online.org">www.phenix-online.org</a><br>ISFI Integrated Center for Structure and Function Innovation web&nbsp;site:&nbsp;<a href="http://techcenter.mbi.ucla.edu">http://techcenter.mbi.ucla.edu</a><br>TB Structural Genomics Consortium web site:&nbsp;<a href="http://www.doe-mbi.ucla.edu/TB">http://www.doe-mbi.ucla.edu/TB</a></div><div>CBSS Center for Bio-Security Science web site: <a href="http://www.lanl.gov/cbss">http://www.lanl.gov/cbss</a><br><br></div></div></div></div><br></div></div></span><br class="Apple-interchange-newline"> </div><br></div></div></div>_______________________________________________<br>phenixbb mailing list<br><a href="mailto:phenixbb@phenix-online.org">phenixbb@phenix-online.org</a><br>http://www.phenix-online.org/mailman/listinfo/phenixbb<br></blockquote></div><br></div></body></html>