|
Rosetta 3.5
|
The RNA de novo structure modeling protocol. More...
#include <RNA_Minimizer.hh>


Public Member Functions | |
| RNA_Minimizer () | |
| Construct the protocol object given the RNA fragment library to use. More... | |
| virtual protocols::moves::MoverOP | clone () const |
| Clone this object. More... | |
| void | apply (core::pose::Pose &pose) |
| Apply the loop-rebuild protocol to the input pose. More... | |
| virtual std::string | get_name () const |
| Each derived class must specify its name. The class name. More... | |
| void | deriv_check (bool const setting) |
| void | use_coordinate_constraints (bool const setting) |
| void | skip_o2star_trials (bool const setting) |
| void | set_perform_minimizer_run (bool const setting) |
| void | vary_bond_geometry (bool const setting) |
| void | set_include_default_linear_chainbreak (bool const setting) |
| void | set_verbose (bool const setting) |
| void | set_do_dump_pdb (bool const setting) |
| void | set_move_first_rigid_body (bool const setting) |
| void | set_min_type (std::string const setting) |
| void | set_allow_insert (toolbox::AllowInsertOP allow_insert) |
| void | set_extra_minimize_res (utility::vector1< core::Size > setting) |
| void | set_score_function (core::scoring::ScoreFunctionOP const &scorefxn) |
| core::scoring::ScoreFunctionOP const & | score_function () const |
| core::scoring::ScoreFunctionOP | clone_scorefxn () const |
Public Member Functions inherited from protocols::moves::Mover | |
| 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 |
| 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 (TagPtr const tag, 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 |
| this function informs 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 |
| this function informs 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 |
| this is like clone(), except it generates a new mover object freshly created with the default ctor. This function should be pure virtual but that would disrupt the code base; MAKE SURE YOU DEFINE IT if you want to have your mover be a protocol handed to the job distributor (august 08 vintage). More... | |
| void | set_current_job (protocols::jobdist::BasicJobCOP job) |
| jobdist::BasicJobCOP | get_current_job () const |
Private Member Functions | |
| void | o2star_trials (core::pose::Pose &pose, core::scoring::ScoreFunctionOP const &scorefxn) const |
| void | setup_movemap (core::kinematics::MoveMap &mm, core::pose::Pose &pose) |
| void | update_allow_insert_with_extra_minimize_res (core::pose::Pose const &pose) |
Additional Inherited Members | |
Public Types inherited from protocols::moves::Mover | |
| typedef utility::tag::TagPtr | TagPtr |
| typedef core::pose::Pose | Pose |
| typedef core::pose::PoseCOP | PoseCOP |
| typedef protocols::filters::Filters_map | Filters_map |
| typedef std::list< std::string > | Strings |
Static Public Member Functions inherited from protocols::moves::Mover | |
| static std::string | name () |
| static void | register_options () |
| overload this static method if you access options within the mover. these options will end up in -help of your application if users of this mover call register_options. do this recursively! if you use movers within your mover, call their register_options in your register_options() method. More... | |
Protected Member Functions inherited from protocols::moves::Mover | |
| 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.
Definition at line 35 of file RNA_Minimizer.hh.
| protocols::rna::RNA_Minimizer::RNA_Minimizer | ( | ) |
Construct the protocol object given the RNA fragment library to use.
Definition at line 98 of file RNA_Minimizer.cc.
References core::scoring::ScoreFunctionFactory::create_score_function(), core::scoring::RNA_HIRES_WTS, and scorefxn_.
Referenced by clone().
|
virtual |
Apply the loop-rebuild protocol to the input pose.
Apply the RNA full atom minimizer.
Implements protocols::moves::Mover.
Definition at line 124 of file RNA_Minimizer.cc.
References core::scoring::constraints::add_coordinate_constraints(), allow_insert_, core::scoring::atom_pair_constraint, core::pose::Pose::constraint_set(), coord_cst_weight_, coord_sdev_, core::scoring::coordinate_constraint, deriv_check_, do_dump_pdb_, core::pose::Pose::dump_pdb(), core::scoring::fa_rep, include_default_linear_chainbreak_, core::scoring::linear_chainbreak, min_type_, core::optimization::MinimizerOptions::nblist_auto_update(), o2star_trials(), protocols::swa::rna::Output_boolean(), perform_minimizer_run_, core::scoring::rna_bond_geometry, rounds_, scorefxn_, core::pose::Pose::sequence(), setup_movemap(), skip_o2star_trials_, protocols::rna::TR(), update_allow_insert_with_extra_minimize_res(), use_coordinate_constraints_, vary_bond_geometry_, and verbose_.
|
inlinevirtual |
Clone this object.
Reimplemented from protocols::moves::Mover.
Definition at line 42 of file RNA_Minimizer.hh.
References RNA_Minimizer().
|
inline |
Definition at line 84 of file RNA_Minimizer.hh.
References scorefxn_.
|
inline |
Definition at line 51 of file RNA_Minimizer.hh.
References deriv_check_.
|
virtual |
Each derived class must specify its name. The class name.
Implements protocols::moves::Mover.
Definition at line 236 of file RNA_Minimizer.cc.
|
private |
Definition at line 244 of file RNA_Minimizer.cc.
References core::conformation::Residue::is_RNA(), core::pose::Pose::residue(), core::pack::rotamer_trials(), core::pose::Pose::total_residue(), and protocols::rna::TR().
Referenced by apply().
|
inline |
Definition at line 81 of file RNA_Minimizer.hh.
References scorefxn_.
| void protocols::rna::RNA_Minimizer::set_allow_insert | ( | toolbox::AllowInsertOP | allow_insert) |
Definition at line 375 of file RNA_Minimizer.cc.
References allow_insert_.
|
inline |
Definition at line 65 of file RNA_Minimizer.hh.
References do_dump_pdb_.
| void protocols::rna::RNA_Minimizer::set_extra_minimize_res | ( | utility::vector1< core::Size > | setting) |
Definition at line 381 of file RNA_Minimizer.cc.
References extra_minimize_res_.
|
inline |
Definition at line 61 of file RNA_Minimizer.hh.
References include_default_linear_chainbreak_.
|
inline |
Definition at line 69 of file RNA_Minimizer.hh.
References min_type_.
|
inline |
Definition at line 67 of file RNA_Minimizer.hh.
References move_first_rigid_body_.
|
inline |
Definition at line 57 of file RNA_Minimizer.hh.
References perform_minimizer_run_.
| void protocols::rna::RNA_Minimizer::set_score_function | ( | core::scoring::ScoreFunctionOP const & | scorefxn) |
Definition at line 369 of file RNA_Minimizer.cc.
References scorefxn_.
|
inline |
Definition at line 63 of file RNA_Minimizer.hh.
References verbose_.
|
private |
Definition at line 268 of file RNA_Minimizer.cc.
References allow_insert_, protocols::simple_moves::ConstrainToIdealMover::apply(), core::id::BB, core::id::CHI, core::kinematics::MoveMap::clone(), core::pose::Pose::conformation(), core::conformation::Conformation::dof_id_from_torsion_id(), core::kinematics::FoldTree::downstream_atom(), core::kinematics::FoldTree::downstream_jump_residue(), core::pose::Pose::fold_tree(), protocols::simple_moves::ConstrainToIdealMover::get_movemap(), core::conformation::Residue::is_RNA(), protocols::rna::let_rigid_body_jumps_move(), move_first_rigid_body_, core::conformation::named_atom_id_to_atom_id(), core::kinematics::FoldTree::num_jump(), core::scoring::rna::NUM_RNA_MAINCHAIN_TORSIONS(), core::scoring::rna::NUM_RNA_TORSIONS(), core::pose::Pose::residue(), core::kinematics::MoveMap::set(), protocols::simple_moves::ConstrainToIdealMover::set_AllowInsert(), core::kinematics::MoveMap::set_bb(), core::kinematics::MoveMap::set_chi(), core::kinematics::MoveMap::set_jump(), protocols::simple_moves::ConstrainToIdealMover::set_movemap(), core::pose::Pose::total_residue(), core::kinematics::FoldTree::upstream_atom(), core::kinematics::FoldTree::upstream_jump_residue(), and vary_bond_geometry_.
Referenced by apply().
|
inline |
Definition at line 55 of file RNA_Minimizer.hh.
References skip_o2star_trials_.
|
private |
Definition at line 332 of file RNA_Minimizer.cc.
References allow_insert_, extra_minimize_res_, core::pose::Pose::fold_tree(), core::kinematics::FoldTree::is_cutpoint(), core::conformation::Residue::is_RNA(), core::conformation::Residue::is_virtual(), core::conformation::named_atom_id_to_atom_id(), core::conformation::Residue::natoms(), core::pose::Pose::residue(), and core::pose::Pose::total_residue().
Referenced by apply().
|
inline |
Definition at line 53 of file RNA_Minimizer.hh.
References use_coordinate_constraints_.
|
inline |
Definition at line 59 of file RNA_Minimizer.hh.
References vary_bond_geometry_.
|
private |
Definition at line 114 of file RNA_Minimizer.hh.
Referenced by apply(), set_allow_insert(), setup_movemap(), and update_allow_insert_with_extra_minimize_res().
|
private |
Definition at line 103 of file RNA_Minimizer.hh.
Referenced by apply().
|
private |
Definition at line 102 of file RNA_Minimizer.hh.
Referenced by apply().
|
private |
Definition at line 100 of file RNA_Minimizer.hh.
Referenced by apply(), and deriv_check().
|
private |
Definition at line 110 of file RNA_Minimizer.hh.
Referenced by apply(), and set_do_dump_pdb().
|
private |
Definition at line 116 of file RNA_Minimizer.hh.
Referenced by set_extra_minimize_res(), and update_allow_insert_with_extra_minimize_res().
|
private |
Definition at line 108 of file RNA_Minimizer.hh.
Referenced by apply(), and set_include_default_linear_chainbreak().
|
private |
Definition at line 112 of file RNA_Minimizer.hh.
Referenced by apply(), and set_min_type().
|
private |
Definition at line 111 of file RNA_Minimizer.hh.
Referenced by set_move_first_rigid_body(), and setup_movemap().
|
private |
Definition at line 106 of file RNA_Minimizer.hh.
Referenced by apply(), and set_perform_minimizer_run().
|
private |
Definition at line 104 of file RNA_Minimizer.hh.
Referenced by apply().
|
private |
Definition at line 118 of file RNA_Minimizer.hh.
Referenced by apply(), clone_scorefxn(), RNA_Minimizer(), score_function(), and set_score_function().
|
private |
Definition at line 105 of file RNA_Minimizer.hh.
Referenced by apply(), and skip_o2star_trials().
|
private |
Definition at line 101 of file RNA_Minimizer.hh.
Referenced by apply(), and use_coordinate_constraints().
|
private |
Definition at line 107 of file RNA_Minimizer.hh.
Referenced by apply(), setup_movemap(), and vary_bond_geometry().
|
private |
Definition at line 109 of file RNA_Minimizer.hh.
Referenced by apply(), and set_verbose().
1.8.4