<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
Hi Heather,
<div><br>
<div>I'm sorry for the trouble! &nbsp;There are two things that you'll need to do and then (hopefully) it should work. &nbsp;&nbsp;</div>
<div><br>
</div>
<div>First, you'll need the version of phenix that will be available tomorrow or later (because I had to fix a bug) and second, you'll need to make a very small change to the script below. &nbsp;In the first autobuild run you'll need to add the keyword &quot;input_map_file=xxxx.mtz&quot;
 where xxxx.mtz is any map coefficients file (it won't actually be used ).</div>
<div><br>
</div>
<div>Let me know if that doesn't do it!</div>
<div><br>
</div>
<div>-Tom T</div>
<div><br>
<div>
<div>On Dec 2, 2013, at 10:47 AM, Heather L Condurso wrote:</div>
<br class="Apple-interchange-newline">
<blockquote type="cite">
<div dir="ltr">
<div>
<div>Hi all,<br>
<br>
</div>
I am still having issues with Autobuild giving errors during the combine step.&nbsp; I've downloaded the latest build and hope that will solve the problem, but in the mean time I'm having an issue trying to combine the models.&nbsp;
<br>
<br>
</div>
I've been following the script:<br>
<br>
<pre style="">#!/bin/csh -f
#COMBINE_MODELS SCRIPT

if (-d PDS || -d AutoBuild_run_1_) then
 echo &quot;Please run in a directory without PDS or AutoBuild_run_1_&quot;
 exit 1
endif

echo &quot;Setting up combine models with a dummy run. NOTE:
multiple_models_group_number must be correct&quot;

phenix.autobuild fobs.mtz multiple_models=true seq_file=seq.dat
combine_only=true multiple_models_group_number=2
multiple_models_number=1 &gt; dummy_autobuild.log

echo &quot;Copying files to AutoBuild_run_1_/MULTIPLE_MODELS&quot;
mkdir AutoBuild_run_1_/MULTIPLE_MODELS
cp coords1.pdb AutoBuild_run_1_/MULTIPLE_MODELS/initial_model.pdb_1_1 
cp coords2.pdb AutoBuild_run_1_/MULTIPLE_MODELS/initial_model.pdb_1_2 
cp map_coeffs_1.mtz AutoBuild_run_1_/MULTIPLE_MODELS/initial_model.mtz_1_1
cp map_coeffs_2.mtz AutoBuild_run_1_/MULTIPLE_MODELS/initial_model.mtz_1_2

ls AutoBuild_run_1_/MULTIPLE_MODELS/

echo &quot;Running autobuild to combine files in
AutoBuild_run_1_/MULTIPLE_MODELS&quot;

phenix.autobuild combine_only=true seq_file=seq.dat carry_on=true run=1 &gt; autobuild_combine.log

# END OF COMBINE_MODELS SCRIPT #<br><br></pre>
<pre style="">Here are the two log files.  I used the expl_fobs_phases_freeR_flags.mtz as fobs.mtz and changed each overall_best.pdb and overall_best_refine_map_coeffs.mtz as the model and map to combine. <br>
<br><br></pre>
<pre style="">Thanks,<br></pre>
<pre style="">Heather <br></pre>
<br>
</div>
<span>&lt;dummy_autobuild.log&gt;</span><span>&lt;autobuild_combine.log&gt;</span>_______________________________________________<br>
phenixbb mailing list<br>
<a href="mailto:phenixbb@phenix-online.org">phenixbb@phenix-online.org</a><br>
http://phenix-online.org/mailman/listinfo/phenixbb<br>
</blockquote>
</div>
<br>
</div>
</div>
</body>
</html>