![]() |
Rosetta Protocols
2014.35
|
#include <RemodelDesignMover.hh>
Public Member Functions | |
RemodelDesignMover () | |
RemodelDesignMover (RemodelData const &remodel_data, RemodelWorkingSet const &working_model, ScoreFunctionOP const &sfxn) | |
value constructor More... | |
virtual | ~RemodelDesignMover () |
default destructor More... | |
virtual MoverOP | clone () const |
clone this object More... | |
virtual MoverOP | fresh_instance () const |
create this type of object More... | |
core::pack::task::PackerTaskOP & | task () |
packer task accessor More... | |
void | scorefunction (ScoreFunctionOP const &sfxn) |
score function setter More... | |
void | mode1_packertask (Pose &pose) |
these are split up for convenience reasons, so one can bypass blueprint setting if needed be More... | |
void | mode1_1_packertask (Pose &pose) |
these are split up for convenience reasons, so one can bypass blueprint setting if needed be More... | |
void | mode2_packertask (Pose &pose) |
void | mode3_packertask (Pose &pose) |
void | mode4_packertask (Pose &pose) |
void | mode5_packertask (Pose &pose) |
void | mode6_packertask (Pose &pose) |
void | reduce_task (Pose &pose, PackerTaskOP &task, bool core, bool boundary, bool surface) |
bool | check_state () |
void | set_state (std::string state_tag) |
bool | find_disulfides_in_the_neighborhood (Pose &pose, utility::vector1< std::pair< Size, Size > > &disulf_partners, const core::Energy &match_rt_limit, const Size &rosetta_scripts_min_loop_, const bool &rosetta_scripts_include_current_ds_, const bool &rosetta_scripts_keep_current_ds_) |
void | make_disulfide (Pose &pose, utility::vector1< std::pair< Size, Size > > &disulf_partners, core::kinematics::MoveMapOP mm) |
void | make_disulfide_fast (Pose &pose, utility::vector1< std::pair< Size, Size > > &disulf_partners) |
virtual void | apply (Pose &pose) |
Apply method for Mover. Checks value of option -remodel::design::no_design -remodel::design::find_neighbors -remodel::design::design_neigbors -remodel::design::skip_partial. More... | |
virtual std::string | get_name () const |
Each derived class must specify its name. The class name. More... | |
![]() | |
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 Types | |
typedef protocols::moves::Mover | Super |
Private Member Functions | |
void | run_calculator (core::pose::Pose const &pose, std::string const &calculator, std::string const &calculation, utility::vector1_bool &residues) |
Additional Inherited Members | |
![]() | |
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... | |
typedef protocols::forge::remodel::RemodelData protocols::forge::remodel::RemodelDesignMover::RemodelData |
typedef protocols::forge::remodel::RemodelWorkingSet protocols::forge::remodel::RemodelDesignMover::RemodelWorkingSet |
typedef core::scoring::ScoreFunctionOP protocols::forge::remodel::RemodelDesignMover::ScoreFunctionOP |
protocols::forge::remodel::RemodelDesignMover::RemodelDesignMover | ( | ) |
protocols::forge::remodel::RemodelDesignMover::RemodelDesignMover | ( | RemodelData const & | remodel_data, |
RemodelWorkingSet const & | working_model, | ||
ScoreFunctionOP const & | sfxn | ||
) |
value constructor
References protocols::forge::remodel::RemodelData::blueprint, core::scoring::ScoreFunction::clone(), protocols::forge::remodel::RemodelWorkingSet::manager, basic::options::option, basic::options::OptionKeys::remodel::repeat_structure, protocols::forge::remodel::RemodelWorkingSet::task, basic::options::TR, protocols::forge::build::BuildManager::union_of_intervals_containing_undefined_positions(), and user.
|
virtual |
default destructor
|
virtual |
Apply method for Mover. Checks value of option -remodel::design::no_design -remodel::design::find_neighbors -remodel::design::design_neigbors -remodel::design::skip_partial.
Implements protocols::moves::Mover.
References design, basic::options::OptionKeys::remodel::design::design_all, basic::options::OptionKeys::remodel::design::design_neighbors, basic::Error(), basic::options::OptionKeys::remodel::design::find_neighbors, basic::options::OptionKeys::remodel::design::no_design, basic::options::option, core::pack::pack_rotamers(), basic::options::OptionKeys::remodel::repeat_structure, basic::options::OptionKeys::remodel::design::skip_partial, basic::options::TR, and user.
Referenced by protocols::forge::remodel::RemodelEnzdesCstModule::apply(), protocols::forge::remodel::RemodelMover::apply(), protocols::forge::remodel::RemodelMover::design_refine(), protocols::forge::remodel::RemodelMover::design_refine_cart_relax(), and protocols::forge::remodel::RemodelMover::design_refine_seq_relax().
bool protocols::forge::remodel::RemodelDesignMover::check_state | ( | ) |
References basic::options::TR.
|
virtual |
clone this object
Reimplemented from protocols::moves::Mover.
bool protocols::forge::remodel::RemodelDesignMover::find_disulfides_in_the_neighborhood | ( | Pose & | pose, |
utility::vector1< std::pair< Size, Size > > & | disulf_partners, | ||
const core::Energy & | match_rt_limit, | ||
const Size & | rosetta_scripts_min_loop_, | ||
const bool & | rosetta_scripts_include_current_ds_, | ||
const bool & | rosetta_scripts_keep_current_ds_ | ||
) |
References core::conformation::Residue::aa(), aa_gly, numeric::xyzVector< class >::distance_squared(), basic::options::OptionKeys::remodel::disulf_landing_range, end, core::conformation::Residue::is_bonded(), core::conformation::Residue::name(), basic::options::option, core::pose::Pose::residue(), core::pose::Pose::total_residue(), basic::options::TR, user, and core::conformation::Residue::xyz().
Referenced by protocols::forge::remodel::RemodelMover::apply().
|
virtual |
create this type of object
Reimplemented from protocols::moves::Mover.
|
virtual |
Each derived class must specify its name. The class name.
Implements protocols::moves::Mover.
void protocols::forge::remodel::RemodelDesignMover::make_disulfide | ( | Pose & | pose, |
utility::vector1< std::pair< Size, Size > > & | disulf_partners, | ||
core::kinematics::MoveMapOP | mm | ||
) |
void protocols::forge::remodel::RemodelDesignMover::make_disulfide_fast | ( | Pose & | pose, |
utility::vector1< std::pair< Size, Size > > & | disulf_partners | ||
) |
References core::pose::Pose::conformation(), core::conformation::form_disulfide(), and basic::options::TR.
Referenced by protocols::forge::remodel::RemodelMover::apply().
void protocols::forge::remodel::RemodelDesignMover::mode1_1_packertask | ( | Pose & | pose | ) |
these are split up for convenience reasons, so one can bypass blueprint setting if needed be
References core::pack::task::TaskFactory::create_task_and_apply_taskoperations(), protocols::forge::methods::remodel_generic_taskfactory(), core::pose::Pose::total_residue(), and basic::options::TR.
void protocols::forge::remodel::RemodelDesignMover::mode1_packertask | ( | Pose & | pose | ) |
these are split up for convenience reasons, so one can bypass blueprint setting if needed be
References core::pack::task::TaskFactory::create_task_and_apply_taskoperations(), protocols::forge::methods::remodel_generic_taskfactory(), core::pose::Pose::total_residue(), and basic::options::TR.
void protocols::forge::remodel::RemodelDesignMover::mode2_packertask | ( | Pose & | pose | ) |
void protocols::forge::remodel::RemodelDesignMover::mode3_packertask | ( | Pose & | pose | ) |
void protocols::forge::remodel::RemodelDesignMover::mode4_packertask | ( | Pose & | pose | ) |
References basic::options::TR.
void protocols::forge::remodel::RemodelDesignMover::mode5_packertask | ( | Pose & | pose | ) |
void protocols::forge::remodel::RemodelDesignMover::mode6_packertask | ( | Pose & | pose | ) |
References basic::options::TR.
void protocols::forge::remodel::RemodelDesignMover::reduce_task | ( | Pose & | pose, |
PackerTaskOP & | task, | ||
bool | core, | ||
bool | boundary, | ||
bool | surface | ||
) |
References core::pack::task::ResidueLevelTask::being_packed(), basic::options::OptionKeys::remodel::boundary_cutoff, protocols::forge::methods::calc_rsd_sasa(), basic::options::OptionKeys::remodel::core_cutoff, basic::options::OptionKeys::remodel::design::design_all, end, core::pose::Pose::metric(), core::conformation::Residue::name(), protocols::sic_dock::neighbor_count(), core::pack::task::PackerTask::nonconst_residue_task(), basic::options::option, basic::options::OptionKeys::remodel::repeat_structure, basic::options::OptionKeys::remodel::resclass_by_sasa, core::pose::Pose::residue(), core::pack::task::PackerTask::rotamer_links(), core::pose::Pose::total_residue(), basic::options::TR, user, and basic::MetricValue< T >::value().
|
private |
void protocols::forge::remodel::RemodelDesignMover::scorefunction | ( | ScoreFunctionOP const & | sfxn | ) |
score function setter
References core::scoring::ScoreFunction::clone().
Referenced by protocols::forge::remodel::RemodelMover::apply().
void protocols::forge::remodel::RemodelDesignMover::set_state | ( | std::string | state_tag | ) |
Referenced by protocols::forge::remodel::RemodelEnzdesCstModule::apply(), protocols::forge::remodel::RemodelMover::apply(), protocols::forge::remodel::RemodelMover::design_refine(), protocols::forge::remodel::RemodelMover::design_refine_cart_relax(), and protocols::forge::remodel::RemodelMover::design_refine_seq_relax().
core::pack::task::PackerTaskOP & protocols::forge::remodel::RemodelDesignMover::task | ( | ) |
packer task accessor
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |