Rosetta
|
#include <MRMover.hh>
Public Member Functions | |
MRMover () | |
void | init () |
void | apply (Pose &pose) override |
Main Method. More... | |
std::string | get_name () const override |
Each derived class must specify its name. The class name. More... | |
protocols::moves::MoverOP | clone () const override |
Return a clone of the Mover object. More... | |
protocols::moves::MoverOP | fresh_instance () const override |
Generates a new Mover object freshly created with the default ctor. More... | |
void | set_centroid_density_weight (core::Real newval) |
void | set_fullatom_density_weight (core::Real newval, bool fast) |
void | set_max_gaplength_to_model (core::Size newval) |
void | set_symmdef_file (std::string newval) |
void | set_censcale (core::Real newval) |
void | set_cen_cst_weight (core::Real newval) |
void | set_fa_cst_weight (core::Real newval) |
void | set_disulf (utility::vector1< std::string > newval) |
void | set_big_fragments (core::fragment::FragSetOP newval) |
void | set_small_fragments (core::fragment::FragSetOP newval) |
![]() | |
Mover () | |
virtual MoverOP | create () |
MoverCOP | get_self_ptr () const |
MoverOP | get_self_ptr () |
MoverCAP | get_self_weak_ptr () const |
MoverAP | get_self_weak_ptr () |
Mover (std::string const &type_name) | |
sets the type for a mover; name_ has been removed (2010/05/14) More... | |
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... | |
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... | |
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... | |
void | set_type (std::string const &setting) |
Set the 'type' string. More... | |
std::string | get_type () const |
void | type (const std::string &type_in) |
Set the 'type' string. More... | |
std::string const & | type () const |
Get the set 'type' string. More... | |
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 | parse_my_tag (TagCOP tag, basic::datacache::DataMap &data) |
Called by MoverFactory when constructing new Movers. Takes care of the specific mover's parsing. More... | |
void | set_current_job (protocols::jobdist::BasicJobCOP job) |
jobdist::BasicJobCOP | get_current_job () const |
virtual void | set_current_tag (std::string const &new_tag) |
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... | |
virtual void | show (std::ostream &output=std::cout) const |
Outputs details about the Mover, including current settings. More... | |
virtual core::Real | last_proposal_density_ratio () |
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 void | provide_citation_info (basic::citation_manager::CitationCollectionList &) const |
Provide citations to the passed CitationCollectionList Subclasses should add the info for themselves and any other classes they use. More... | |
Private Member Functions | |
void | trim_target_pose (Pose &query_pose, protocols::loops::Loops &loops, core::Size max_gaplength) |
void | pack_missing_sidechains (Pose &pose) |
Additional Inherited Members | |
![]() | |
typedef utility::tag::TagCOP | TagCOP |
typedef core::pose::Pose | Pose |
typedef core::pose::PoseCOP | PoseCOP |
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... | |
![]() | |
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... | |
protocols::hybridization::MRMover::MRMover | ( | ) |
References init().
|
overridevirtual |
Main Method.
Implements protocols::moves::Mover.
References protocols::hybridization::HybridizeProtocol::add_big_fragments(), core::pose::add_lower_terminus_type_to_pose_residue(), protocols::hybridization::HybridizeProtocol::add_small_fragments(), protocols::hybridization::HybridizeProtocol::add_template(), core::pose::add_upper_terminus_type_to_pose_residue(), protocols::simple_moves::MissingDensityToJumpMover::apply(), protocols::simple_moves::SwitchResidueTypeSetMover::apply(), protocols::hybridization::HybridizeProtocol::apply(), core::scoring::cart_bonded, core::scoring::cart_bonded_angle, core::scoring::cart_bonded_length, core::scoring::cart_bonded_torsion, cen1_scorefxn_, cen2_scorefxn_, censcale_, core::pose::Pose::conformation(), core::conformation::Conformation::detect_disulfides(), disulfs_, fa_scorefxn_, core::conformation::Conformation::fix_disulfides(), fragments_big_trim_, fragments_small_trim_, protocols::moves::Mover::get_current_tag(), protocols::jd2::JobDistributor::get_instance(), core::conformation::idealize_position(), core::conformation::Residue::is_polymer(), core::conformation::Residue::is_upper_terminus(), max_gaplength_to_model_, protocols::hybridization::parse_res(), core::scoring::pro_close, relax_cycles_, relax_max_iter_, core::pose::Pose::residue(), protocols::hybridization::HybridizeProtocol::set_batch_relax(), protocols::hybridization::HybridizeProtocol::set_stage1_increase_cycles(), protocols::hybridization::HybridizeProtocol::set_stage1_scorefxn(), protocols::hybridization::HybridizeProtocol::set_stage2_increase_cycles(), protocols::hybridization::HybridizeProtocol::set_stage2_scorefxn(), core::pose::Pose::size(), symm_def_file_, core::id::THETA, protocols::medal::to_centroid(), and trim_target_pose().
|
inlineoverridevirtual |
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.
|
inlineoverridevirtual |
Generates a new Mover object freshly created with the default ctor.
fresh_instance is meant to return a new object of this class, created with the default constructor. 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. This is used by the August 08 job distributor.
Reimplemented from protocols::moves::Mover.
|
inlineoverridevirtual |
Each derived class must specify its name. The class name.
Implements protocols::moves::Mover.
void protocols::hybridization::MRMover::init | ( | void | ) |
References core::scoring::atom_pair_constraint, cen1_scorefxn_, cen2_scorefxn_, censcale_, core::scoring::ScoreFunctionFactory::create_score_function(), core::scoring::elec_dens_fast, core::scoring::elec_dens_window, fa_scorefxn_, core::scoring::get_score_function(), core::scoring::electron_density::getDensityMap(), max_gaplength_to_model_, relax_cycles_, relax_max_iter_, and core::scoring::electron_density::ElectronDensity::setWindow().
Referenced by MRMover().
|
private |
References protocols::minimization_packing::PackRotamersMover::apply(), core::conformation::Residue::atom(), core::pack::task::TaskFactory::create_packer_task(), fa_scorefxn_, core::conformation::Residue::first_sidechain_atom(), core::chemical::ResidueType::has(), core::chemical::ResidueTypeBase::is_protein(), core::pose::symmetry::make_residue_mask_symmetric(), core::conformation::Residue::natoms(), core::pose::Pose::residue(), core::pose::Pose::residue_type(), core::pose::Pose::size(), and core::conformation::Atom::xyz().
|
inline |
References fragments_big_, and fragments_big_trim_.
|
inline |
References core::scoring::atom_pair_constraint, cen1_scorefxn_, and cen2_scorefxn_.
|
inline |
References censcale_.
|
inline |
References cen1_scorefxn_, cen2_scorefxn_, and core::scoring::elec_dens_fast.
|
inline |
References disulfs_.
|
inline |
References core::scoring::atom_pair_constraint, and fa_scorefxn_.
|
inline |
References core::scoring::elec_dens_fast, core::scoring::elec_dens_window, and fa_scorefxn_.
|
inline |
References max_gaplength_to_model_.
|
inline |
References fragments_small_, and fragments_small_trim_.
|
inline |
References symm_def_file_.
|
private |
References core::conformation::Residue::aa(), core::chemical::aa_vrt, core::pose::add_lower_terminus_type_to_pose_residue(), core::pose::add_upper_terminus_type_to_pose_residue(), core::pose::Pose::append_residue_by_bond(), core::pose::Pose::append_residue_by_jump(), core::conformation::Residue::atom(), core::kinematics::FoldTree::end(), core::pose::Pose::fold_tree(), fragments_big_, fragments_big_trim_, fragments_small_, fragments_small_trim_, core::kinematics::FoldTree::is_cutpoint(), core::conformation::Residue::is_polymer(), core::conformation::Residue::is_protein(), core::conformation::Residue::nheavyatoms(), core::pose::Pose::pdb_info(), protocols::loops::Loops::push_back(), core::kinematics::FoldTree::renumber_jumps(), core::kinematics::FoldTree::reorder(), core::pose::Pose::residue(), core::kinematics::FoldTree::root(), core::pose::Pose::size(), protocols::loops::Loops::size(), core::kinematics::FoldTree::slide_jump(), protocols::loops::start, protocols::loops::stop, core::conformation::Atom::xyz(), and core::conformation::Residue::xyz().
Referenced by apply().
|
private |
Referenced by apply(), init(), set_cen_cst_weight(), and set_centroid_density_weight().
|
private |
Referenced by apply(), init(), set_cen_cst_weight(), and set_centroid_density_weight().
|
private |
Referenced by apply(), init(), and set_censcale().
|
private |
Referenced by apply(), and set_disulf().
|
private |
Referenced by apply(), init(), pack_missing_sidechains(), set_fa_cst_weight(), and set_fullatom_density_weight().
|
private |
Referenced by set_big_fragments(), and trim_target_pose().
|
private |
Referenced by apply(), set_big_fragments(), and trim_target_pose().
|
private |
Referenced by set_small_fragments(), and trim_target_pose().
|
private |
Referenced by apply(), set_small_fragments(), and trim_target_pose().
|
private |
Referenced by apply(), init(), and set_max_gaplength_to_model().
|
private |
|
private |
|
private |
Referenced by apply(), and set_symmdef_file().