Back to Mover page.

LoopMoverFromCommandLine

Perturbs and/or refines a set of loops from a loop file. Also takes in fragment libraries from command line (-loops:frag_sizes , -loops:frag_files). Has kinematic, ccd and automatic protocols.

<LoopMoverFromCommandLine name="&string" loop_file="('loop.loops' &string)" protocol="(ccd &string)" perturb_score="(score4L &string)" refine_score="(score12 &string)" perturb="(0 &bool)" refine="(1 &bool)"/>
  • protocol: Only activated if hurry=0. Choose "automatic", "kinematic" or "ccd".If you set automatic, this mover becomes a wrapper around the 'modern' version of LoopRemodelMover which has all of the loop options defined within it. This is the recommended way of activating this mover. If you do that, then you get access to the following string options: relax (no,&string), refine (ccd is best), intermedrelax (no is default and is best), remodel (quick_ccd is best).
  • perturb_score: scorefunction to use for loop perturbation
  • refine_score: scorefunction to use for loop refinement
  • perturb: perturb loops for greater diversity?
  • refine: refine loops?
  • loop_file: loop file that should be in current working directory using minirosetta loop format.

For protocol="automatic" (Based on Loop Modeling Application and LoopRemodel):

<LoopMoverFromCommandLine name="&string" loop_file="('loop.loops' &string)" protocol="automatic" perturb_score="(score4L &string)" refine_score="(score12 &string)" perturb="(0 &bool)" refine="(no &string)" remodel="(quick_ccd &string)" relax="(no, &string)" intermedrelax="(no &string)"/>
  • refine:'no','refine_ccd','refine_kic'. This option controls the fullatom refinement stage of loop modeling.
  • remodel:'no','perturb_ccd','perturb_kic','quick_ccd','quick_ccd_moves','old_loop_relax'.
  • relax:'no','fastrelax','shortrelax','full relax'. Controls whether a full-structure relax occurs after loop modeling.
  • intermedrelax: Currently not used; eventually may provide for a full-pose relax between centroid and full atom modeling.

See Also