Rosetta
|
#include <MultiPhosphateSampler.hh>
Public Member Functions | |
MultiPhosphateSampler (core::pose::Pose const &reference_pose) | |
MultiPhosphateSampler (core::pose::Pose &pose_to_prepack, core::Size const moving_res) | |
~MultiPhosphateSampler () override | |
MultiPhosphateSamplerOP | clone_sampler () const |
moves::MoverOP | clone () const override |
Return a clone of the Mover object. More... | |
void | apply (core::pose::Pose &pose) override |
Main Method. More... | |
std::string | get_name () const override |
Each derived class must specify its name. The class name. More... | |
void | sample_phosphates () |
void | sample_phosphates (core::pose::PoseOP &viewer_pose_op) |
void | copy_phosphates (core::pose::Pose &mod_pose) const |
void | reset_to_original_pose () |
void | set_screen_all (bool const &setting) |
bool | screen_all () const |
bool | instantiated_some_phosphate () const |
void | set_moving_partition_res (utility::vector1< core::Size > const &setting) |
void | set_five_prime_phosphate_res (utility::vector1< core::Size > const &setting) |
void | set_three_prime_phosphate_res (utility::vector1< core::Size > const &setting) |
void | set_force_phosphate_instantiation (bool const &setting) |
bool | force_phosphate_instantiation () const |
core::pose::Pose & | pose () |
void | set_scorefxn (core::scoring::ScoreFunctionCOP scorefxn) |
core::scoring::ScoreFunctionCOP | get_scorefxn () |
utility::vector1< PhosphateMove > | phosphate_move_list () const |
void | set_phosphate_move_list (utility::vector1< PhosphateMove > const &setting) |
utility::vector1< core::Size > const & | moving_partition_res () |
void | reset (core::pose::Pose const &pose) |
void | initialize_by_prepack (core::pose::Pose &pose, core::Size const moving_res) |
void | initialize_by_prepack (core::pose::Pose &pose, utility::vector1< core::Size > const &moving_res_list) |
void | do_prepack (core::pose::Pose &pose, utility::vector1< core::Size > const &moving_res_list) |
![]() | |
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... | |
virtual MoverOP | fresh_instance () const |
Generates a new Mover object freshly created with the default ctor. 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 | initialize_parameters () |
utility::vector1< PhosphateMove > | initialize_phosphate_move_list (core::pose::Pose &pose) |
utility::vector1< PhosphateMove > | check_moved (utility::vector1< PhosphateMove > phosphate_move_list, core::pose::Pose const &pose) const |
void | find_uninstantiated_phosphates (core::pose::Pose const &pose, utility::vector1< PhosphateMove > const &phosphate_move_list, utility::vector1< PhosphateMove > &actual_phosphate_move_list) const |
void | find_phosphate_contacts_other_partition (utility::vector1< core::Size > const &partition_res1, utility::vector1< core::Size > const &partition_res2, core::pose::Pose const &pose, utility::vector1< PhosphateMove > const &phosphate_move_list, utility::vector1< PhosphateMove > &actual_phosphate_move_list) const |
bool | check_other_partition_for_contact (core::pose::Pose const &pose, utility::vector1< core::Size > const &other_partition_res, core::Vector const &takeoff_xyz) const |
Private Attributes | |
core::pose::PoseCOP | pose_with_original_phosphates_ |
core::pose::PoseOP | phosphate_sample_pose_ |
core::scoring::ScoreFunctionCOP | scorefxn_ |
core::Real | phosphate_takeoff_donor_distance_cutoff2_ |
bool | screen_all_ |
bool | force_phosphate_instantiation_ |
utility::vector1< core::Size > | moving_partition_res_ |
utility::vector1< core::Size > | five_prime_phosphate_res_input_ |
utility::vector1< core::Size > | three_prime_phosphate_res_input_ |
utility::vector1< PhosphateMove > | phosphate_move_list_ |
utility::vector1< PhosphateMove > | actual_phosphate_move_list_ |
bool | instantiated_some_phosphate_ |
bool | prepacked_ |
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::stepwise::modeler::rna::phosphate::MultiPhosphateSampler::MultiPhosphateSampler | ( | core::pose::Pose const & | reference_pose | ) |
References initialize_parameters(), and reset().
Referenced by clone_sampler().
protocols::stepwise::modeler::rna::phosphate::MultiPhosphateSampler::MultiPhosphateSampler | ( | core::pose::Pose & | pose_to_prepack, |
core::Size const | moving_res | ||
) |
References initialize_by_prepack(), and initialize_parameters().
|
overridedefault |
|
inlineoverridevirtual |
|
private |
References find_phosphate_contacts_other_partition(), find_uninstantiated_phosphates(), force_phosphate_instantiation_, core::conformation::Residue::is_RNA(), moving_partition_res_, phosphate_move_list(), phosphate_move_list_, pose(), pose_with_original_phosphates_, prepacked_, core::pose::Pose::residue(), and core::pose::Pose::size().
Referenced by sample_phosphates().
|
private |
|
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.
References clone_sampler().
MultiPhosphateSamplerOP protocols::stepwise::modeler::rna::phosphate::MultiPhosphateSampler::clone_sampler | ( | ) | const |
References force_phosphate_instantiation_, MultiPhosphateSampler(), phosphate_move_list_, pose_with_original_phosphates_, and screen_all_.
Referenced by clone().
void protocols::stepwise::modeler::rna::phosphate::MultiPhosphateSampler::copy_phosphates | ( | core::pose::Pose & | mod_pose | ) | const |
void protocols::stepwise::modeler::rna::phosphate::MultiPhosphateSampler::do_prepack | ( | core::pose::Pose & | pose, |
utility::vector1< core::Size > const & | moving_res_list | ||
) |
References core::pose::Pose::clone(), protocols::stepwise::modeler::rna::phosphate::copy_over_phosphate_variants(), protocols::stepwise::modeler::figure_out_moving_partition_res(), moving_partition_res_, phosphate_move_list_, pose(), pose_with_original_phosphates_, prepacked_, reset(), sample_phosphates(), and protocols::stepwise::modeler::split_pose().
Referenced by initialize_by_prepack().
|
private |
|
private |
References core::chemical::FIVE_PRIME_PHOSPHATE, protocols::stepwise::modeler::rna::phosphate::FIVE_PRIME_PHOSPHATE, core::conformation::Residue::has_variant_type(), phosphate_move_list(), pose(), core::pose::Pose::residue(), core::chemical::THREE_PRIME_PHOSPHATE, and protocols::stepwise::modeler::rna::phosphate::THREE_PRIME_PHOSPHATE.
Referenced by check_moved().
|
inline |
References force_phosphate_instantiation_.
|
inlineoverridevirtual |
Each derived class must specify its name. The class name.
Implements protocols::moves::Mover.
|
inline |
References scorefxn_.
void protocols::stepwise::modeler::rna::phosphate::MultiPhosphateSampler::initialize_by_prepack | ( | core::pose::Pose & | pose, |
core::Size const | moving_res | ||
) |
References pose().
Referenced by MultiPhosphateSampler().
void protocols::stepwise::modeler::rna::phosphate::MultiPhosphateSampler::initialize_by_prepack | ( | core::pose::Pose & | pose, |
utility::vector1< core::Size > const & | moving_res_list | ||
) |
|
private |
References force_phosphate_instantiation_, phosphate_takeoff_donor_distance_cutoff2_, and screen_all_.
Referenced by MultiPhosphateSampler().
|
private |
References core::pose::full_model_info::const_full_model_info(), protocols::stepwise::modeler::rna::phosphate::FIVE_PRIME_PHOSPHATE, five_prime_phosphate_res_input_, core::pose::Pose::fold_tree(), core::chemical::ResidueTypeBase::has_variant_type(), core::kinematics::FoldTree::is_cutpoint(), core::conformation::Residue::is_RNA(), phosphate_move_list(), pose(), core::pose::Pose::residue(), core::pose::Pose::residue_type(), core::kinematics::FoldTree::root(), screen_all_, core::pose::Pose::size(), protocols::stepwise::modeler::rna::phosphate::THREE_PRIME_PHOSPHATE, three_prime_phosphate_res_input_, and protocols::TR().
Referenced by sample_phosphates().
|
inline |
References instantiated_some_phosphate_.
|
inline |
References moving_partition_res_.
|
inline |
References phosphate_move_list_.
Referenced by check_moved(), find_phosphate_contacts_other_partition(), find_uninstantiated_phosphates(), and initialize_phosphate_move_list().
pose::Pose & protocols::stepwise::modeler::rna::phosphate::MultiPhosphateSampler::pose | ( | ) |
void protocols::stepwise::modeler::rna::phosphate::MultiPhosphateSampler::reset | ( | core::pose::Pose const & | pose | ) |
References core::pose::Pose::clone(), phosphate_sample_pose_, pose(), and pose_with_original_phosphates_.
Referenced by do_prepack(), and MultiPhosphateSampler().
void protocols::stepwise::modeler::rna::phosphate::MultiPhosphateSampler::reset_to_original_pose | ( | ) |
References phosphate_sample_pose_, and pose_with_original_phosphates_.
void protocols::stepwise::modeler::rna::phosphate::MultiPhosphateSampler::sample_phosphates | ( | ) |
References actual_phosphate_move_list_, protocols::stepwise::modeler::rna::phosphate::PhosphateMover::apply(), check_moved(), protocols::stepwise::modeler::rna::phosphate::copy_over_phosphate_variants(), force_phosphate_instantiation_, protocols::stepwise::modeler::rna::phosphate::get_phosphate_scorefxn(), initialize_phosphate_move_list(), protocols::stepwise::modeler::rna::phosphate::PhosphateMover::instantiated_phosphate(), instantiated_some_phosphate_, phosphate_move_list_, phosphate_sample_pose_, pose_with_original_phosphates_, scorefxn_, and protocols::stepwise::modeler::rna::phosphate::PhosphateMover::set_force_phosphate_instantiation().
Referenced by do_prepack(), protocols::stepwise::monte_carlo::mover::DeleteMover::minimize_after_delete(), and sample_phosphates().
void protocols::stepwise::modeler::rna::phosphate::MultiPhosphateSampler::sample_phosphates | ( | core::pose::PoseOP & | viewer_pose_op | ) |
References phosphate_sample_pose_, and sample_phosphates().
|
inline |
References screen_all_.
|
inline |
References five_prime_phosphate_res_input_.
|
inline |
References force_phosphate_instantiation_.
|
inline |
References moving_partition_res_.
|
inline |
References phosphate_move_list_.
void protocols::stepwise::modeler::rna::phosphate::MultiPhosphateSampler::set_scorefxn | ( | core::scoring::ScoreFunctionCOP | scorefxn | ) |
References scorefxn_.
Referenced by protocols::stepwise::monte_carlo::mover::DeleteMover::minimize_after_delete().
|
inline |
References screen_all_.
|
inline |
References three_prime_phosphate_res_input_.
|
private |
Referenced by sample_phosphates().
|
private |
Referenced by initialize_phosphate_move_list(), and set_five_prime_phosphate_res().
|
private |
|
private |
Referenced by instantiated_some_phosphate(), and sample_phosphates().
|
private |
Referenced by check_moved(), do_prepack(), initialize_by_prepack(), moving_partition_res(), and set_moving_partition_res().
|
private |
Referenced by check_moved(), clone_sampler(), copy_phosphates(), do_prepack(), phosphate_move_list(), sample_phosphates(), and set_phosphate_move_list().
|
private |
Referenced by copy_phosphates(), pose(), reset(), reset_to_original_pose(), and sample_phosphates().
|
private |
Referenced by check_other_partition_for_contact(), and initialize_parameters().
|
private |
Referenced by check_moved(), clone_sampler(), do_prepack(), reset(), reset_to_original_pose(), and sample_phosphates().
|
private |
Referenced by check_moved(), and do_prepack().
|
private |
Referenced by get_scorefxn(), sample_phosphates(), and set_scorefxn().
|
private |
Referenced by clone_sampler(), initialize_parameters(), initialize_phosphate_move_list(), screen_all(), and set_screen_all().
|
private |
Referenced by initialize_phosphate_move_list(), and set_three_prime_phosphate_res().