Rosetta
|
The RNA de novo structure modeling protocol. More...
#include <RNA_Minimizer.hh>
Public Member Functions | |
RNA_Minimizer (core::import_pose::options::RNA_MinimizerOptionsCOP options=nullptr) | |
Construct the protocol object given the RNA fragment library to use. More... | |
protocols::moves::MoverOP | clone () const override |
Clone this object. More... | |
void | apply (core::pose::Pose &pose) override |
Apply the loop-rebuild protocol to the input pose. More... | |
std::string | get_name () const override |
Each derived class must specify its name. The class name. More... | |
void | show (std::ostream &output=std::cout) const override |
Outputs details about the Mover, including current settings. More... | |
void | set_perform_minimizer_run (bool const setting) |
void | set_options (core::import_pose::options::RNA_MinimizerOptionsCOP setting) |
void | set_include_default_linear_chainbreak (bool const setting) |
void | set_atom_level_domain_map (core::pose::toolbox::AtomLevelDomainMapCOP atom_level_domain_map) |
void | set_score_function (core::scoring::ScoreFunctionCOP scorefxn) |
core::scoring::ScoreFunctionOP const & | score_function () const |
core::scoring::ScoreFunctionOP | clone_scorefxn () const |
void | set_skip_chi_min (bool const &setting) |
bool | skip_chi_min () const |
void | set_min_tol (float const &setting) |
![]() | |
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 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 | o2prime_trials (core::pose::Pose &pose, core::scoring::ScoreFunctionCOP const &scorefxn) const |
void | packing_trials (core::pose::Pose &pose, core::scoring::ScoreFunctionCOP const &packer_scorefxn) const |
void | packing_trials (core::pose::Pose &pose, core::scoring::ScoreFunctionCOP const &packer_scorefxn, utility::vector1< core::Size > residues_to_pack) const |
void | setup_movemap (core::kinematics::MoveMap &mm, core::pose::Pose &pose) |
void | update_atom_level_domain_map_with_extra_minimize_res (core::pose::Pose const &pose) |
void | update_atom_level_domain_map_to_move_rosetta_library_chunks () |
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... | |
The RNA de novo structure modeling protocol.
protocols::rna::denovo::movers::RNA_Minimizer::RNA_Minimizer | ( | core::import_pose::options::RNA_MinimizerOptionsCOP | options = nullptr | ) |
Construct the protocol object given the RNA fragment library to use.
|
overridevirtual |
Apply the loop-rebuild protocol to the input pose.
Apply the RNA full atom minimizer.
Implements protocols::moves::Mover.
References core::scoring::constraints::add_coordinate_constraints(), core::pose::rna::add_syn_anti_chi_constraints(), protocols::rna::movers::RNA_LoopCloser::apply(), atom_level_domain_map_, atom_level_domain_map_input_, core::scoring::atom_pair_constraint, core::scoring::base_pair_constraint, core::scoring::cart_bonded, close_loops_, core::pose::Pose::constraint_set(), protocols::stepwise::modeler::protein::contains_protein(), coord_cst_weight_, coord_sdev_, core::scoring::coordinate_constraint, core::scoring::fa_rep, protocols::stepwise::modeler::figure_out_moving_chain_break_res(), protocols::rna::denovo::get_residues_within_dist_of_RNA(), protocols::rna::denovo::get_rna_hires_scorefxn(), include_default_linear_chainbreak_, core::conformation::Residue::is_protein(), core::conformation::Residue::is_RNA(), core::scoring::linear_chainbreak, core::optimization::MinimizerOptions::max_iter(), min_tol_, core::optimization::MinimizerOptions::nblist_auto_update(), options_, packing_trials(), perform_minimizer_run_, core::pose::Pose::residue(), core::optimization::AtomTreeMinimizer::run(), core::optimization::CartesianMinimizer::run(), scorefxn_, setup_movemap(), core::pose::Pose::size(), protocols::rna::denovo::TR(), update_atom_level_domain_map_to_move_rosetta_library_chunks(), and update_atom_level_domain_map_with_extra_minimize_res().
|
inlineoverridevirtual |
Clone this object.
Reimplemented from protocols::moves::Mover.
|
inline |
References scorefxn_.
|
overridevirtual |
Each derived class must specify its name. The class name.
Implements protocols::moves::Mover.
|
private |
|
private |
References core::pose::Pose::size().
Referenced by apply().
|
private |
|
inline |
References scorefxn_.
|
inline |
References atom_level_domain_map_input_.
|
inline |
References include_default_linear_chainbreak_.
|
inline |
References min_tol_.
|
inline |
References options_.
|
inline |
References perform_minimizer_run_.
void protocols::rna::denovo::movers::RNA_Minimizer::set_score_function | ( | core::scoring::ScoreFunctionCOP | scorefxn | ) |
References scorefxn_.
|
inline |
References skip_chi_min_.
|
private |
References atom_level_domain_map_, core::id::BB, core::chemical::rna::CHI, core::pose::Pose::conformation(), core::id::D, core::kinematics::FoldTree::downstream_atom(), core::kinematics::FoldTree::downstream_jump_residue(), core::chemical::FIVEPRIME_CAP, core::pose::Pose::fold_tree(), core::pose::rna::get_rigid_body_jumps(), core::conformation::Residue::has_variant_type(), core::chemical::ResidueTypeBase::has_variant_type(), core::chemical::ResidueTypeBase::is_polymer(), core::conformation::Residue::is_protein(), core::chemical::ResidueTypeBase::is_RNA(), protocols::rna::denovo::let_rigid_body_jumps_move(), core::pose::rna::moveable_jump(), core::conformation::named_atom_id_to_atom_id(), core::chemical::rna::NUM_RNA_MAINCHAIN_TORSIONS(), options_, core::chemical::rings::PHI, core::pose::Pose::residue(), core::pose::Pose::residue_type(), core::kinematics::MoveMap::set(), core::kinematics::MoveMap::set_bb(), core::kinematics::MoveMap::set_chi(), core::kinematics::MoveMap::set_jump(), core::pose::Pose::size(), skip_chi_min_, core::chemical::rings::THETA, protocols::moves::Mover::type(), core::kinematics::FoldTree::upstream_atom(), core::kinematics::FoldTree::upstream_jump_residue(), and core::chemical::VIRTUAL_PHOSPHATE.
Referenced by apply().
|
overridevirtual |
Outputs details about the Mover, including current settings.
Ideally, a child Mover should call Mover.show() and add additional information particular to that Mover.
Reimplemented from protocols::moves::Mover.
References include_default_linear_chainbreak_, options_, perform_minimizer_run_, and scorefxn_.
Referenced by protocols::rna::denovo::movers::operator<<().
|
inline |
References skip_chi_min_.
|
private |
References atom_level_domain_map_, and core::import_pose::libraries::ROSETTA_LIBRARY_DOMAIN.
Referenced by apply().
|
private |
References atom_level_domain_map_, core::pose::Pose::fold_tree(), core::kinematics::FoldTree::is_cutpoint(), core::conformation::Residue::is_RNA(), core::chemical::ResidueType::is_virtual(), core::conformation::named_atom_id_to_atom_id(), options_, core::pose::Pose::residue(), core::pose::Pose::residue_type(), and core::pose::Pose::size().
Referenced by apply().
|
private |
|
private |
Referenced by apply(), and set_atom_level_domain_map().
|
private |
Referenced by apply().
|
private |
Referenced by apply().
|
private |
Referenced by apply().
|
private |
Referenced by apply(), set_include_default_linear_chainbreak(), and show().
|
private |
Referenced by apply(), and set_min_tol().
|
private |
Referenced by apply(), set_options(), setup_movemap(), show(), and update_atom_level_domain_map_with_extra_minimize_res().
|
private |
Referenced by apply(), set_perform_minimizer_run(), and show().
|
private |
Referenced by apply(), clone_scorefxn(), score_function(), set_score_function(), and show().
|
private |
Referenced by set_skip_chi_min(), setup_movemap(), and skip_chi_min().