![]() |
Rosetta Protocols
2014.35
|
Relax a pose using Frank Dimaio's smooth centroid statistics. Currently under optimization. More...
#include <CentroidRelax.hh>
Classes | |
struct | parameters |
Container for ramp settings. More... | |
Public Member Functions | |
CentroidRelax () | |
CentroidRelax (MoveMapOP mm) | |
CentroidRelax (MoveMapOP mm, ScoreFunctionOP cen_scorefxn_in) | |
virtual | ~CentroidRelax () |
virtual string | get_name () const |
Each derived class must specify its name. The class name. More... | |
virtual protocols::moves::MoverOP | clone () const |
Return a clone of the Mover object. More... | |
void | set_defaults () |
void | set_rounds (Size rounds) |
void | set_use_increased_vdw_radii (bool use) |
use larger VDW radii for atoms - bb for now - default True (Courtesy of Frank Dimaio) More... | |
void | set_use_rama2b (bool use) |
Sets to use Rama2b instead of Rama - default True. More... | |
void | set_ramp_rama (bool use) |
Ramp Rama according to centroid relax parameters. More... | |
void | set_ramp_vdw (bool use) |
Ramp VDW according to centroid relax parameters. More... | |
void | set_score_function (ScoreFunctionOP cen_score) |
Sets main scorefunction used for centroid minimization. More... | |
void | set_fa_score_function (ScoreFunctionOP fa_score) |
Sets fullatom scorefunction - only used for scoring the full atom pose before and after protocol. More... | |
void | set_min_type (string min) |
Sets the minimizer type. More... | |
void | set_cartesian (bool cart) |
Sets to use the cartesian minimizer. More... | |
void | do_final_repack (bool repack_sc) |
If a fullatom pose is passed, should we repack sidechains according to movemap? More... | |
virtual void | apply (Pose &pose) |
Applies the protocol, See notes. More... | |
![]() | |
RelaxProtocolBase (core::scoring::ScoreFunctionOP) | |
RelaxProtocolBase (std::string const &movername="RelaxProtocol") | |
RelaxProtocolBase (std::string const &movername, core::scoring::ScoreFunctionOP) | |
~RelaxProtocolBase () | |
virtual protocols::moves::MoverOP | fresh_instance () const |
Generates a new Mover object freshly created with the default ctor. More... | |
void | apply_disulfides (core::pose::Pose &pose) |
void | set_defaults () |
void | set_default_minimization_settings () |
void | set_default_coordinate_settings () |
void | set_default_movemap () |
core::kinematics::MoveMapOP | get_movemap () |
const core::scoring::ScoreFunctionCOP | get_scorefxn () const |
core::pack::task::TaskFactoryOP const & | get_task_factory () const |
bool | cartesian () const |
std::string | min_type () const |
Size | max_iter () const |
bool | dry_run () const |
bool | constrain_relax_to_native_coords () const |
bool | constrain_relax_to_start_coords () const |
bool | constrain_coords () const |
bool | explicit_ramp_constraints () const |
bool | ramp_down_constraints () const |
bool | constrain_relax_segments () const |
void | set_movemap (core::kinematics::MoveMapOP movemap) |
void | set_scorefxn (core::scoring::ScoreFunctionOP scorefxn) |
void | set_task_factory (core::pack::task::TaskFactoryOP task_factory) |
void | cartesian (bool newval) |
void | min_type (std::string min_type) |
void | max_iter (Size max_iter) |
void | dry_run (bool setting) |
void | constrain_relax_to_native_coords (bool constrain_relax_to_native_coords) |
void | constrain_relax_to_start_coords (bool constrain_relax_to_start_coords) |
void | constrain_coords (bool constrain_coords) |
void | constrain_relax_segments (bool constrain_relax_segments) |
void | ramp_down_constraints (bool ramp_down_constraints) |
![]() | |
Mover () | |
virtual | ~Mover () |
virtual MoverSP | create () |
virtual void | apply (core::io::serialization::PipeMap &pmap) |
virtual void | parse_state (SerializableState const &state) |
virtual void | parse_def (utility::lua::LuaObject const &def, utility::lua::LuaObject const &score_fxns, utility::lua::LuaObject const &tasks, MoverCacheSP cache) |
virtual void | save_state (SerializableState &state) |
Mover (std::string const &type_name) | |
sets the type for a mover; name_ has been removed (2010/05/14) More... | |
Mover (Mover const &other) | |
Mover & | operator= (Mover const &other) |
assignment operator More... | |
virtual core::Real | last_proposal_density_ratio () |
std::string const & | type () const |
void | set_type (std::string const &setting) |
std::string | get_current_tag () const |
A tag is a unique identifier used to identify structures produced by this Mover. get_current_tag() returns the tag, and set_current_tag( std::string tag ) sets the tag. This functionality is not intended for use with the 2008 job distributor. More... | |
void | set_current_tag (std::string const &new_tag) |
virtual void | set_input_pose (PoseCOP pose) |
setter for poses contained for rms More... | |
virtual void | set_native_pose (PoseCOP pose) |
setter for native poses contained for rms -— we should get rid of this method? it is widely used, but a bit unsafe More... | |
PoseCOP | get_input_pose () const |
PoseCOP | get_native_pose () const |
virtual void | test_move (Pose &pose) |
: Unit test support function. Apply one move to a given pose. Allows extra test specific functions to be called before applying More... | |
void | type (const std::string &type_in) |
virtual void | parse_my_tag (TagCOP tag, basic::datacache::DataMap &data, Filters_map const &filters, Movers_map const &movers, Pose const &pose) |
Called by MoverFactory when constructing new Movers. Takes care of the specific mover's parsing. More... | |
std::string | get_type () const |
MoverStatus | get_last_move_status () const |
end parser interface, start Job Distributor interface///////////// More... | |
void | reset_status () |
resets status to SUCCESS, meant to be used before an apply(). The job distributor (august 08 vintage) uses this to ensure non-accumulation of status across apply()s. More... | |
virtual core::pose::PoseOP | get_additional_output () |
Mechanism by which a mover may return multiple output poses from a single input pose. More... | |
virtual void | clear_info () |
Strings container can be used to return miscellaneous info (as std::string) from a mover, such as notes about the results of apply(). The job distributor (Apr 09 vintage) will check this function to see if your protocol wants to add string info to the Job that ran this mover. One way this can be useful is that later, a JobOutputter may include/append this info to an output file. More... | |
virtual Strings & | info () |
non-const accessor More... | |
virtual Strings const & | info () const |
const accessor More... | |
virtual bool | reinitialize_for_each_job () const |
Inform the Job Distributor (August '08 vintage) whether this object needs to be freshly regenerated on each use. More... | |
virtual bool | reinitialize_for_new_input () const |
Inform the Job Distributor (August '08 vintage) whether this object needs to be regenerated when the input pose is about to change, (for example, if the Mover has special code on the first apply() that is only valid for that one input pose). More... | |
void | set_current_job (protocols::jobdist::BasicJobCOP job) |
jobdist::BasicJobCOP | get_current_job () const |
virtual void | show (std::ostream &output=std::cout) const |
Outputs details about the Mover, including current settings. More... | |
Private Member Functions | |
void | read_default_parameters () |
Load the default parameters from the default file. More... | |
void | setup_class_movemap_and_constraints (Pose &pose) |
used internally to setup extra stuff for movemap. More... | |
void | setup_increased_vdw_radii () |
increase VDW radii for backbone to help geometry and decrease rmsd More... | |
Relax a pose using Frank Dimaio's smooth centroid statistics. Currently under optimization.
Minimize a centroid representation of a pose. Ramp VDW/Rama or both.
May tweak structure by up to ~2.5 A without constraints. Use custom constraints or coordinate constraints through relax options for best results. Using starting coordinate constraints, structure is tweaked by ~.3/.4 A Use increased VDW radii option for bb to improve bb-geometry when not using constraints
protocols::relax::CentroidRelax::CentroidRelax | ( | ) |
References core::scoring::ScoreFunctionFactory::create_score_function(), option, score, set_defaults(), and set_score_function().
Referenced by clone().
protocols::relax::CentroidRelax::CentroidRelax | ( | MoveMapOP | mm | ) |
protocols::relax::CentroidRelax::CentroidRelax | ( | MoveMapOP | mm, |
ScoreFunctionOP | cen_scorefxn_in | ||
) |
|
virtual |
|
virtual |
Applies the protocol, See notes.
Setting ramp_rama and ramp_vdw to false switches to the BASIC protocol which is rounds of the centroid minmover
Implements protocols::moves::Mover.
References protocols::simple_moves::SwitchResidueTypeSetMover::apply(), protocols::simple_moves::ReturnSidechainMover::apply(), protocols::simple_moves::PackRotamersMover::apply(), protocols::simple_moves::MinMover::apply(), protocols::moves::MonteCarlo::boltzmann(), protocols::relax::RelaxProtocolBase::cartesian(), protocols::simple_moves::MinMover::cartesian(), cen_scorefxn_, core::pack::task::TaskFactory::create_packer_task(), def_parameters, fa_scorefxn_, core::kinematics::MoveMap::get_chi(), core::pose::Pose::is_centroid(), core::pose::symmetry::is_symmetric(), protocols::relax::CentroidRelax::parameters::min_params, protocols::relax::RelaxProtocolBase::min_type(), movemap_, rama, rama2b, protocols::relax::CentroidRelax::parameters::rama_params, rama_type_, ramp_rama_, ramp_vdw_, protocols::moves::MonteCarlo::recover_low(), repack_sc_, core::pack::task::PackerTask::restrict_to_repacking(), rounds_, set_ramp_rama(), set_ramp_vdw(), setup_class_movemap_and_constraints(), setup_increased_vdw_radii(), core::pack::task::PackerTask::temporarily_fix_everything(), core::pack::task::PackerTask::temporarily_set_pack_residue(), protocols::simple_moves::MinMover::tolerance(), core::pose::Pose::total_residue(), protocols::relax::TR, use_increased_vdw_radii_, vdw, and protocols::relax::CentroidRelax::parameters::vdw_params.
|
virtual |
Return a clone of the Mover object.
clone is meant to return an OP'ed deep copy of this object. This really should be a pure virtual in the base class, but adding pure virtuals to Mover would massively disrupt the code. This default implementation crashes at runtime instead of compiletime if you try to call it. If this code is causing you problems, your Mover needs to override this function.
Reimplemented from protocols::moves::Mover.
References CentroidRelax().
void protocols::relax::CentroidRelax::do_final_repack | ( | bool | repack_sc | ) |
If a fullatom pose is passed, should we repack sidechains according to movemap?
References repack_sc_.
Referenced by set_defaults().
|
virtual |
Each derived class must specify its name. The class name.
Implements protocols::moves::Mover.
|
private |
Load the default parameters from the default file.
References cst, protocols::relax::CentroidRelax::parameters::cst_params, def_parameters, min, protocols::relax::CentroidRelax::parameters::min_params, basic::database::open(), option, protocols::relax::CentroidRelax::parameters::rama_params, and protocols::relax::CentroidRelax::parameters::vdw_params.
Referenced by set_defaults().
void protocols::relax::CentroidRelax::set_cartesian | ( | bool | cart | ) |
Sets to use the cartesian minimizer.
References protocols::relax::RelaxProtocolBase::cartesian(), core::scoring::ScoreFunctionFactory::create_score_function(), option, score, set_min_type(), and set_score_function().
Referenced by set_defaults().
void protocols::relax::CentroidRelax::set_defaults | ( | ) |
void protocols::relax::CentroidRelax::set_fa_score_function | ( | ScoreFunctionOP | fa_score | ) |
Sets fullatom scorefunction - only used for scoring the full atom pose before and after protocol.
References core::scoring::ScoreFunction::clone(), fa_scorefxn_, and score.
Referenced by set_defaults().
void protocols::relax::CentroidRelax::set_min_type | ( | string | min | ) |
Sets the minimizer type.
References protocols::relax::RelaxProtocolBase::min_type().
Referenced by set_cartesian().
void protocols::relax::CentroidRelax::set_ramp_rama | ( | bool | use | ) |
Ramp Rama according to centroid relax parameters.
References ramp_rama_.
Referenced by apply(), and set_defaults().
void protocols::relax::CentroidRelax::set_ramp_vdw | ( | bool | use | ) |
Ramp VDW according to centroid relax parameters.
References ramp_vdw_.
Referenced by apply(), and set_defaults().
void protocols::relax::CentroidRelax::set_rounds | ( | Size | rounds | ) |
References rounds_.
Referenced by set_defaults().
void protocols::relax::CentroidRelax::set_score_function | ( | ScoreFunctionOP | cen_score | ) |
Sets main scorefunction used for centroid minimization.
References cen_scorefxn_, chainbreak, core::scoring::ScoreFunction::clone(), protocols::relax::RelaxProtocolBase::get_scorefxn(), score, and protocols::relax::RelaxProtocolBase::set_scorefxn().
Referenced by CentroidRelax(), and set_cartesian().
void protocols::relax::CentroidRelax::set_use_increased_vdw_radii | ( | bool | use | ) |
use larger VDW radii for atoms - bb for now - default True (Courtesy of Frank Dimaio)
References use_increased_vdw_radii_.
Referenced by set_defaults().
void protocols::relax::CentroidRelax::set_use_rama2b | ( | bool | use | ) |
Sets to use Rama2b instead of Rama - default True.
References cen_scorefxn_, rama, rama2b, and rama_type_.
Referenced by set_defaults().
|
private |
used internally to setup extra stuff for movemap.
References cen_scorefxn_, core::kinematics::MoveMap::clone(), protocols::relax::RelaxProtocolBase::get_movemap(), protocols::relax::RelaxProtocolBase::initialize_movemap(), core::pose::symmetry::is_symmetric(), protocols::relax::make_dna_rigid(), core::pose::symmetry::make_symmetric_movemap(), movemap_, protocols::relax::RelaxProtocolBase::set_movemap(), protocols::relax::RelaxProtocolBase::set_up_constraints(), and protocols::relax::TR.
Referenced by apply().
|
private |
increase VDW radii for backbone to help geometry and decrease rmsd
References core::scoring::methods::EnergyMethodOptions::atom_vdw_atom_type_set_name(), cen_scorefxn_, and protocols::relax::TR.
Referenced by apply().
|
private |
|
private |
Referenced by apply(), set_score_function(), set_use_rama2b(), setup_class_movemap_and_constraints(), and setup_increased_vdw_radii().
|
private |
Referenced by apply(), and read_default_parameters().
|
private |
Referenced by apply(), and set_fa_score_function().
|
private |
Referenced by apply(), and setup_class_movemap_and_constraints().
|
private |
Referenced by apply(), and set_use_rama2b().
|
private |
Referenced by apply(), and set_ramp_rama().
|
private |
Referenced by apply(), and set_ramp_vdw().
|
private |
Referenced by apply(), and do_final_repack().
|
private |
Referenced by apply(), and set_rounds().
|
private |
Referenced by apply(), and set_use_increased_vdw_radii().