![]() |
Rosetta Protocols
2014.35
|
this mover does the high resolution refinement stage of the RosettaDock algorithm More...
#include <DockingHighResLegacy.hh>
Public Member Functions | |
DockingHighResLegacy () | |
DockingHighResLegacy (int rb_jump, core::scoring::ScoreFunctionOP scorefxn) | |
DockingHighResLegacy (int rb_jump, core::scoring::ScoreFunctionOP scorefxn, core::scoring::ScoreFunctionOP scorefxn_pack) | |
DockingHighResLegacy (DockJumps const movable_jumps, core::scoring::ScoreFunctionOP scorefxn, core::scoring::ScoreFunctionOP scorefxn_pack) | |
~DockingHighResLegacy () | |
protocols::moves::MoverOP | clone () const |
Return a clone of the Mover object. More... | |
void | set_default (core::pose::Pose &pose) |
void | set_move_map (core::kinematics::MoveMapOP movemap_in) |
void | set_min_type (std::string min_type_in) |
void | set_repack (bool repack_switch) |
void | set_protocol (core::pose::Pose &pose) |
virtual void | set_task_factory (core::pack::task::TaskFactoryOP task) |
void | define_loops (core::pose::Pose const &pose, loops::LoopsOP loop_set, Real &interface_dist) |
void | set_trans_magnitude (core::Real trans_magnitude) |
void | set_rot_magnitude (core::Real rot_magnitude) |
void | set_rt_min (bool rt_min) |
bool | rt_min () |
void | set_sc_min (bool sc_min) |
bool | sc_min () |
moves::MonteCarloOP | get_mc () |
core::Real | get_trans_magnitude () |
core::Real | get_rot_magnitude () |
virtual void | apply (core::pose::Pose &pose) |
virtual std::string | get_name () const |
Each derived class must specify its name. The class name. More... | |
void | set_dock_min_protocol () |
main entrance for normal rigid-body minimization More... | |
void | set_dock_mcm_protocol (core::pose::Pose &pose) |
main entrance to do monte carlo minimization More... | |
void | set_dock_ppk_protocol (core::pose::Pose &pose) |
main entrance to prepacking for docking More... | |
void | design (bool const des) |
bool | design () const |
![]() | |
DockingHighRes () | |
Default constructor. More... | |
DockingHighRes (core::Size const rb_jump) | |
Constructor with one argument - the jump number to dock over. More... | |
DockingHighRes (core::Size const rb_jump, core::scoring::ScoreFunctionOP scorefxn) | |
Constructor with two arguments. The first is thejump number, the second is a scorefunction that will be used for docking and packing. More... | |
DockingHighRes (core::Size const rb_jump, core::scoring::ScoreFunctionOP scorefxn, core::scoring::ScoreFunctionOP scorefxn_pack) | |
Constructor with three arguments. The first is the jump number, the second is a scorefunction that will be used for docking and the third is a scorefunction that will be used for packing. More... | |
DockingHighRes (DockJumps const movable_jumps, core::scoring::ScoreFunctionOP scorefxn, core::scoring::ScoreFunctionOP scorefxn_pack) | |
Constructor with three arguments. The first is the DockJumps, the second is a scorefunction that will be used for docking and the third is a scorefunction that will be used for packing. More... | |
DockingHighRes (DockingHighRes const &old_instance) | |
virtual | ~DockingHighRes () |
void | set_task_factory (core::pack::task::TaskFactoryCOP tf) |
void | set_ignore_default_task (bool ignore_default_task) |
bool | ignore_default_task () |
void | set_scorefxn (core::scoring::ScoreFunctionOP scorefxn) |
void | set_scorefxn_pack (core::scoring::ScoreFunctionOP scorefxn_pack) |
DockJumps & | movable_jumps () |
DockJumps const & | movable_jumps () const |
core::pack::task::TaskFactoryCOP | task_factory () |
void | set_sc_min (bool sc_min) |
void | set_rt_min (bool rt_min) |
void | set_partners (std::string partners) |
void | set_interface_definition_task_operation (protocols::toolbox::task_operations::InterfaceTaskOperationOP interface_definition) |
void | set_additional_task_operarations (utility::vector1< core::pack::task::operation::TaskOperationOP > additional_task_operations) |
void | add_additional_task_operaration (core::pack::task::operation::TaskOperationOP task_operation) |
utility::vector1 < core::pack::task::operation::TaskOperationOP > | get_additional_task_operarations () |
bool | sc_min () |
bool | rt_min () |
std::string | partners () |
core::scoring::ScoreFunctionOP | scorefxn () const |
core::scoring::ScoreFunctionOP | scorefxn_pack () const |
![]() | |
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... | |
virtual MoverOP | fresh_instance () const |
Generates a new Mover object freshly created with the default ctor. 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 Types | |
typedef core::Real | Real |
Private Member Functions | |
void | setup_packing (core::pose::Pose &pose) |
utility function to set up packer options for internal task factory More... | |
Additional Inherited Members | |
![]() | |
typedef utility::tag::TagCOP | TagCOP |
typedef core::pose::Pose | Pose |
typedef core::pose::PoseCOP | PoseCOP |
typedef protocols::filters::Filters_map | Filters_map |
typedef std::list< std::string > | Strings |
![]() | |
static std::string | name () |
static void | register_options () |
Overload this static method if you access options within the mover. More... | |
![]() | |
protocols::docking::DockTaskFactoryOP | tf2 () |
![]() | |
void | set_last_move_status (MoverStatus status) |
nonvirtual setter for MoverStatus last_status_. Protected means that only the mover itself will be able to change its own status. The job distributor (august 08 vintage) is aware of status set with this function and will do what the MoverStatus says. More... | |
this mover does the high resolution refinement stage of the RosettaDock algorithm
protocols::docking::DockingHighResLegacy::DockingHighResLegacy | ( | ) |
References design_, init_task_factory_, and protocols::moves::Mover::type().
Referenced by clone().
protocols::docking::DockingHighResLegacy::DockingHighResLegacy | ( | int | rb_jump, |
core::scoring::ScoreFunctionOP | scorefxn | ||
) |
References design_, init_task_factory_, and protocols::moves::Mover::type().
protocols::docking::DockingHighResLegacy::DockingHighResLegacy | ( | int | rb_jump, |
core::scoring::ScoreFunctionOP | scorefxn, | ||
core::scoring::ScoreFunctionOP | scorefxn_pack | ||
) |
References design_, init_task_factory_, and protocols::moves::Mover::type().
protocols::docking::DockingHighResLegacy::DockingHighResLegacy | ( | DockJumps const | movable_jumps, |
core::scoring::ScoreFunctionOP | scorefxn, | ||
core::scoring::ScoreFunctionOP | scorefxn_pack | ||
) |
References design_, init_task_factory_, and protocols::moves::Mover::type().
protocols::docking::DockingHighResLegacy::~DockingHighResLegacy | ( | ) |
|
virtual |
docking high resolution apply function
Implements protocols::docking::DockingHighRes.
References protocols::moves::SequenceMover::apply(), docking_highres_protocol_mover_, mc_, option, protocols::moves::MonteCarlo::recover_low(), protocols::moves::MonteCarlo::reset(), scoring, set_default(), and protocols::TR.
|
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 DockingHighResLegacy().
Referenced by set_dock_mcm_protocol().
void protocols::docking::DockingHighResLegacy::define_loops | ( | core::pose::Pose const & | pose, |
loops::LoopsOP | loop_set, | ||
Real & | interface_dist | ||
) |
References protocols::loops::Loops::add_loop(), protocols::loops::Loops::choose_cutpoints(), protocols::loops::Loops::clear(), protocols::docking::DockingHighRes::movable_jumps(), nres, core::pose::Pose::pdb_info(), core::pack::task::TaskFactory::push_back(), core::pose::Pose::total_residue(), and protocols::TR.
Referenced by set_dock_mcm_protocol().
moves::MonteCarloOP protocols::docking::DockingHighResLegacy::get_mc | ( | ) |
References mc_.
|
virtual |
Each derived class must specify its name. The class name.
Implements protocols::docking::DockingHighRes.
|
inline |
References rot_magnitude_.
|
inline |
References trans_magnitude_.
|
inline |
References rt_min_.
Referenced by set_dock_mcm_protocol(), set_dock_ppk_protocol(), and set_rt_min().
|
inline |
References sc_min_.
Referenced by set_dock_mcm_protocol(), set_dock_ppk_protocol(), and set_sc_min().
void protocols::docking::DockingHighResLegacy::set_default | ( | core::pose::Pose & | pose | ) |
References bb_, begin, chi_, mc_, min_tolerance_, min_type_, protocols::docking::DockingHighRes::movable_jumps(), movemap_, nb_list_, option, repack_period_, repack_switch_, rot_magnitude, protocols::docking::DockingHighRes::scorefxn(), core::kinematics::MoveMap::set_bb(), core::kinematics::MoveMap::set_chi(), core::kinematics::MoveMap::set_jump(), set_protocol(), set_rot_magnitude(), set_trans_magnitude(), setup_packing(), temperature_, and trans_magnitude.
Referenced by apply().
void protocols::docking::DockingHighResLegacy::set_dock_mcm_protocol | ( | core::pose::Pose & | pose | ) |
main entrance to do monte carlo minimization
dock_mcm_protocol
References protocols::moves::MoverContainer::add_mover(), clone(), define_loops(), docking_highres_protocol_mover_, exit, core::pose::Pose::fold_tree(), protocols::loops::fold_tree_from_loops(), protocols::moves::Mover::get_input_pose(), init_task_factory_, initial_repack, mc_, min_tolerance_, min_type_, minimization_threshold, protocols::docking::DockingHighRes::movable_jumps(), movemap_, nb_list_, option, protocols::rigid::partner_downstream, repack_period_, repack_switch_, rot_magnitude_, rt_min(), rtmin, sc_min(), protocols::docking::DockingHighRes::scorefxn(), protocols::docking::DockingHighRes::scorefxn_pack(), set_task_factory(), protocols::docking::DockingHighRes::task_factory(), protocols::simple_moves::PackRotamersMover::task_factory(), core::pose::Pose::total_residue(), protocols::TR, and trans_magnitude_.
Referenced by set_protocol().
void protocols::docking::DockingHighResLegacy::set_dock_min_protocol | ( | ) |
main entrance for normal rigid-body minimization
minimize_trial
References protocols::moves::MoverContainer::add_mover(), docking_highres_protocol_mover_, mc_, min_tolerance_, min_type_, movemap_, nb_list_, protocols::docking::DockingHighRes::scorefxn(), and protocols::TR.
Referenced by set_protocol().
void protocols::docking::DockingHighResLegacy::set_dock_ppk_protocol | ( | core::pose::Pose & | pose | ) |
main entrance to prepacking for docking
dock_ppk_protocol
References protocols::moves::MoverContainer::add_mover(), begin, docking_highres_protocol_mover_, protocols::docking::DockingHighRes::movable_jumps(), rt_min(), sc_min(), protocols::docking::DockingHighRes::scorefxn_pack(), protocols::docking::DockingHighRes::task_factory(), protocols::TR, and trans_magnitude.
void protocols::docking::DockingHighResLegacy::set_min_type | ( | std::string | min_type_in | ) |
References min_type_.
void protocols::docking::DockingHighResLegacy::set_move_map | ( | core::kinematics::MoveMapOP | movemap_in | ) |
References movemap_.
void protocols::docking::DockingHighResLegacy::set_protocol | ( | core::pose::Pose & | pose | ) |
References utility::exit(), option, set_dock_mcm_protocol(), and set_dock_min_protocol().
Referenced by set_default().
void protocols::docking::DockingHighResLegacy::set_repack | ( | bool | repack_switch | ) |
References repack_switch_.
void protocols::docking::DockingHighResLegacy::set_rot_magnitude | ( | core::Real | rot_magnitude | ) |
References rot_magnitude_.
Referenced by set_default().
|
inline |
|
inline |
|
virtual |
References init_task_factory_.
Referenced by set_dock_mcm_protocol(), and setup_packing().
void protocols::docking::DockingHighResLegacy::set_trans_magnitude | ( | core::Real | trans_magnitude | ) |
References trans_magnitude_.
Referenced by set_default().
|
private |
utility function to set up packer options for internal task factory
References chain, core::conformation::Residue::chain(), core::kinematics::FoldTree::cutpoint_by_jump(), design_, core::pose::Pose::fold_tree(), init_task_factory_, core::pack::dunbrack::load_unboundrot(), protocols::docking::DockingHighRes::movable_jumps(), core::pose::Pose::num_jump(), option, core::pose::Pose::residue(), set_task_factory(), protocols::TR, unboundrot, and user.
Referenced by set_default().
|
private |
Referenced by set_default().
|
private |
Referenced by set_default().
|
private |
Referenced by design(), DockingHighResLegacy(), and setup_packing().
|
private |
Referenced by apply(), set_dock_mcm_protocol(), set_dock_min_protocol(), and set_dock_ppk_protocol().
|
private |
Referenced by DockingHighResLegacy(), set_dock_mcm_protocol(), set_task_factory(), and setup_packing().
|
private |
Referenced by apply(), get_mc(), set_default(), set_dock_mcm_protocol(), and set_dock_min_protocol().
|
private |
Referenced by set_default(), set_dock_mcm_protocol(), and set_dock_min_protocol().
|
private |
Referenced by set_default(), set_dock_mcm_protocol(), set_dock_min_protocol(), and set_min_type().
|
private |
Referenced by set_default(), set_dock_mcm_protocol(), set_dock_min_protocol(), and set_move_map().
|
private |
Referenced by set_default(), set_dock_mcm_protocol(), and set_dock_min_protocol().
|
private |
Referenced by set_default(), and set_dock_mcm_protocol().
|
private |
Referenced by set_default(), set_dock_mcm_protocol(), and set_repack().
|
private |
Referenced by get_rot_magnitude(), set_dock_mcm_protocol(), and set_rot_magnitude().
|
private |
Referenced by rt_min(), and set_rt_min().
|
private |
Referenced by sc_min(), and set_sc_min().
|
private |
Referenced by set_default().
|
private |
Referenced by get_trans_magnitude(), set_dock_mcm_protocol(), and set_trans_magnitude().