Member Site › Forums › Rosetta 3 › Rosetta 3 – Applications › Rosetta relax problem
- This topic has 2 replies, 2 voices, and was last updated 8 years, 8 months ago by Anonymous.
-
AuthorPosts
-
-
March 10, 2016 at 5:41 am #2420Anonymous
Hi, I recently got an electron map at 3.8 angstrom resolution. And I have built a protein structure by hand in COOT. Then I refined this structure in PHENIX.real_space_refine package. After refinement, I found that the ramachadran favored percentage was not good. So I followed the simple relax tutorial and did the simple relax refinement to improve the ramachadran. However, during refinement procedure, it appeared that
” core.optimization.Minimizer: (1) WARNING: LBFGS MAX CYCLES 200 EXCEEDED, BUT FUNC NOT CONVERGED! “
How can I modify the parameter to converge the minimization process?
The following is my relax parameter:
mpirun -np 8 $ROSETTA3/main/source/bin/rosetta_scripts.linuxgccrelease
-database $ROSETTA3/main/database/
-in::file: 1A_1F_ref3fit.pdb
-parser::protocol realx.xml
-ignore_unrecognized_res
-edensity::mapreso 3.8
-edensity::cryoem_scatterers
-crystal_refine
-out::suffix _relax
-default_max_cycles 200
The xml file is :
<ROSETTASCRIPTS>
<SCOREFXNS>
<dens weights=talaris2013_cart>
<Reweight scoretype=elec_dens_fast weight=25.0/>
</dens>
</SCOREFXNS>
<MOVERS>
<SetupForDensityScoring name=setupdens/>
<LoadDensityMap name=loaddens mapfile=”1A_F.mrc”/>
<FastRelax name=relaxcart scorefxn=dens repeats=1 cartesian=1/>
</MOVERS>
<PROTOCOLS>
<Add mover=setupdens/>
<Add mover=loaddens/>
<Add mover=relaxcart/>
</PROTOCOLS>
<OUTPUT scorefxn=dens/>
</ROSETTASCRIPTS>
-
April 29, 2016 at 3:41 pm #11551Anonymous
The “WARNING: LBFGS MAX CYCLES 200 EXCEEDED, BUT FUNC NOT CONVERGED! ” message is somewhat common, and nothing to be too concerned about. Generally speaking, you’ll go through multiple rounds of modification and minimization, and even if you don’t converge on earlier rounds, you should refine things further in subsequent rounds. It’s a cost/benefit trade-off: you could run more cycles, but it will take more time and not result in substantially better structures – 200 cycles gets “close enough”.
The key thing is to examine the output structure and make sure that the the structures look good.
-
May 5, 2016 at 6:27 am #11564Anonymous
Thanks for your help. I have refined my structures several times, and it indeed helped to improve my structure.
Best wishes.
-
-
AuthorPosts
- You must be logged in to reply to this topic.