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


Public Member Functions | |
| CoarseRNA_LoopCloser () | |
| Construct the protocol object. More... | |
| virtual protocols::moves::MoverOP | clone () const |
| Clone this object. More... | |
| virtual void | apply (core::pose::Pose &pose) |
| bool | apply (core::pose::Pose &pose, Size const &seqpos_moved) |
| Apply the loop-rebuild protocol to the input pose. More... | |
| bool | apply_after_jump_change (core::pose::Pose &pose, Size const &jumpno) |
| virtual std::string | get_name () const |
| Each derived class must specify its name. The class name. More... | |
| void | choose_best_solution_based_on_score_function (core::scoring::ScoreFunctionOP scorefxn) |
| void | choose_least_perturb_solution () |
| void | get_all_solutions (core::pose::Pose &pose, utility::vector1< core::pose::PoseOP > &pose_list) |
| void | set_allow_insert (protocols::toolbox::AllowInsertOP allow_insert) |
| protocols::toolbox::AllowInsertOP | allow_insert () |
| Size | nsol () |
| utility::vector1< core::Size > const & | cutpos_list () |
| ObjexxFCL::FArray1D< bool > const & | partition_definition () |
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 |
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 40 of file CoarseRNA_LoopCloser.hh.
| protocols::coarse_rna::CoarseRNA_LoopCloser::CoarseRNA_LoopCloser | ( | ) |
Construct the protocol object.
Definition at line 68 of file CoarseRNA_LoopCloser.cc.
Referenced by clone().
| protocols::toolbox::AllowInsertOP protocols::coarse_rna::CoarseRNA_LoopCloser::allow_insert | ( | ) |
Definition at line 982 of file CoarseRNA_LoopCloser.cc.
References allow_insert_.
Referenced by set_allow_insert().
|
virtual |
Apply the RNA Loop Closer – currently specialized for coarse-grained RNA representation.
Implements protocols::moves::Mover.
Definition at line 86 of file CoarseRNA_LoopCloser.cc.
| bool protocols::coarse_rna::CoarseRNA_LoopCloser::apply | ( | core::pose::Pose & | pose, |
| Size const & | seqpos_moved | ||
| ) |
Apply the loop-rebuild protocol to the input pose.
Definition at line 93 of file CoarseRNA_LoopCloser.cc.
References a_little_verbose_, close_at_all_cutpoints(), figure_out_which_cutpoints_were_affected(), core::pose::Pose::fold_tree(), core::kinematics::FoldTree::partition_by_residue(), partition_definition_, seqpos_moved_, core::pose::Pose::total_residue(), protocols::coarse_rna::TR(), and verbose_.
| bool protocols::coarse_rna::CoarseRNA_LoopCloser::apply_after_jump_change | ( | core::pose::Pose & | pose, |
| Size const & | jumpno | ||
| ) |
Definition at line 114 of file CoarseRNA_LoopCloser.cc.
References a_little_verbose_, close_at_all_cutpoints(), figure_out_which_cutpoints_were_affected(), core::pose::Pose::fold_tree(), core::kinematics::FoldTree::partition_by_jump(), partition_definition_, seqpos_moved_, core::pose::Pose::total_residue(), protocols::coarse_rna::TR(), and verbose_.
|
private |
Definition at line 728 of file CoarseRNA_LoopCloser.cc.
References atom_ids_, b_ang_, b_len_, choose_best_solution_, choose_least_perturb_solution_, choose_random_solution_, core::pose::Pose::dump_pdb(), fill_chainTORS(), fill_solution(), nsol_, output_chainTORS(), protocols::coarse_rna::RG(), scorefxn_, t_ang_, core::pose::Pose::total_residue(), verbose_, and core::pose::Pose::xyz().
Referenced by close_the_loop().
|
private |
Definition at line 248 of file CoarseRNA_LoopCloser.cc.
References core::pose::Pose::residue_type().
Referenced by figure_out_forward_backward_res_by_backtracking().
| void protocols::coarse_rna::CoarseRNA_LoopCloser::choose_best_solution_based_on_score_function | ( | core::scoring::ScoreFunctionOP | scorefxn) |
Definition at line 878 of file CoarseRNA_LoopCloser.cc.
References choose_best_solution_, choose_least_perturb_solution_, and scorefxn_.
| void protocols::coarse_rna::CoarseRNA_LoopCloser::choose_least_perturb_solution | ( | ) |
Definition at line 886 of file CoarseRNA_LoopCloser.cc.
References choose_best_solution_, and choose_least_perturb_solution_.
|
inlinevirtual |
Clone this object.
Reimplemented from protocols::moves::Mover.
Definition at line 46 of file CoarseRNA_LoopCloser.hh.
References CoarseRNA_LoopCloser().
|
private |
Definition at line 139 of file CoarseRNA_LoopCloser.cc.
References a_little_verbose_, close_the_loop(), cutpos_, cutpos_list_, figure_out_pivots(), nsol_, protocols::coarse_rna::TR(), and verbose_.
Referenced by apply(), and apply_after_jump_change().
|
private |
Definition at line 469 of file CoarseRNA_LoopCloser.cc.
References a_little_verbose_, apply_solutions(), atom_ids_, b_ang_, b_len_, cutpos_, figure_out_dof_ids_and_offsets(), fill_chainTORS(), nsol_, protocols::forge::methods::order(), output_chainTORS(), pivot_to_scratch_res_, scratch_res_, t_ang_, protocols::coarse_rna::TR(), verbose_, which_scratch_res_is_cut_, and core::pose::Pose::xyz().
Referenced by close_at_all_cutpoints().
|
inline |
Definition at line 83 of file CoarseRNA_LoopCloser.hh.
References cutpos_list_.
|
private |
Definition at line 627 of file CoarseRNA_LoopCloser.cc.
References core::pose::Pose::atom_tree(), core::chemical::CUTPOINT_LOWER, core::chemical::CUTPOINT_UPPER, dof_ids1_, dof_ids2_, figure_out_offset(), core::pose::Pose::fold_tree(), core::chemical::ResidueType::has_variant_type(), core::kinematics::FoldTree::is_cutpoint(), core::conformation::named_atom_id_to_atom_id(), offset_save1_, offset_save2_, pivot_res_, pivot_to_scratch_res_, core::pose::Pose::residue_type(), and core::kinematics::AtomTree::torsion_angle_dof_id().
Referenced by close_the_loop().
|
private |
Definition at line 266 of file CoarseRNA_LoopCloser.cc.
References core::kinematics::AtomTree::atom_dont_do_update(), core::pose::Pose::atom_tree(), backtrack(), backward_res_, cutpos_, filter_path(), forward_res_, is_backward_res_, is_forward_res_, core::conformation::named_atom_id_to_atom_id(), output_forward_backward_res(), core::pose::Pose::total_residue(), and verbose_.
Referenced by figure_out_pivots().
|
private |
Definition at line 698 of file CoarseRNA_LoopCloser.cc.
References core::id::BOGUS_DOF_ID, core::pose::Pose::dof(), and verbose_.
Referenced by figure_out_dof_ids_and_offsets().
|
private |
Definition at line 332 of file CoarseRNA_LoopCloser.cc.
References a_little_verbose_, backward_res_, cutpos_, forward_res_, is_backward_res_, is_pivot_res_, is_scratch_res_, pivot_res_, pivot_to_scratch_res_, protocols::coarse_rna::RG(), scratch_res_, protocols::coarse_rna::TR(), verbose_, and which_scratch_res_is_cut_.
Referenced by figure_out_pivots().
|
private |
Definition at line 206 of file CoarseRNA_LoopCloser.cc.
References allow_insert_, backward_res_, figure_out_forward_backward_res_by_backtracking(), figure_out_pivot_res_and_scratch_res(), forward_res_, output_forward_backward_res(), remove_res(), seqpos_moved_, and verbose_.
Referenced by close_at_all_cutpoints().
|
private |
Definition at line 170 of file CoarseRNA_LoopCloser.cc.
References core::chemical::CUTPOINT_LOWER, core::chemical::CUTPOINT_UPPER, cutpos_, cutpos_list_, core::pose::Pose::fold_tree(), core::chemical::ResidueType::has_variant_type(), core::kinematics::FoldTree::is_cutpoint(), partition_definition_, core::pose::Pose::residue_type(), core::pose::Pose::total_residue(), and verbose_.
Referenced by apply(), and apply_after_jump_change().
|
private |
Definition at line 916 of file CoarseRNA_LoopCloser.cc.
References core::pose::Pose::xyz().
Referenced by apply_solutions(), and close_the_loop().
|
private |
Definition at line 858 of file CoarseRNA_LoopCloser.cc.
References core::id::BOGUS_DOF_ID, dof_ids1_, dof_ids2_, offset_save1_, offset_save2_, pivot_to_scratch_res_, core::pose::Pose::set_dof(), and t_ang_.
Referenced by apply_solutions(), and get_all_solutions().
|
private |
Definition at line 304 of file CoarseRNA_LoopCloser.cc.
References allow_insert_, core::id::BB, and core::pose::Pose::conformation().
Referenced by figure_out_forward_backward_res_by_backtracking().
| void protocols::coarse_rna::CoarseRNA_LoopCloser::get_all_solutions | ( | core::pose::Pose & | pose, |
| utility::vector1< core::pose::PoseOP > & | pose_list | ||
| ) |
Definition at line 835 of file CoarseRNA_LoopCloser.cc.
References core::pose::Pose::dump_pdb(), fill_solution(), nsol_, and verbose_.
|
virtual |
Each derived class must specify its name. The class name.
Implements protocols::moves::Mover.
Definition at line 132 of file CoarseRNA_LoopCloser.cc.
|
inline |
Definition at line 81 of file CoarseRNA_LoopCloser.hh.
References nsol_.
|
private |
Definition at line 893 of file CoarseRNA_LoopCloser.cc.
Referenced by apply_solutions(), and close_the_loop().
|
private |
Definition at line 194 of file CoarseRNA_LoopCloser.cc.
References backward_res_, and forward_res_.
Referenced by figure_out_forward_backward_res_by_backtracking(), and figure_out_pivots().
|
inline |
Definition at line 85 of file CoarseRNA_LoopCloser.hh.
References partition_definition_.
|
private |
Definition at line 231 of file CoarseRNA_LoopCloser.cc.
Referenced by figure_out_pivots().
| void protocols::coarse_rna::CoarseRNA_LoopCloser::set_allow_insert | ( | protocols::toolbox::AllowInsertOP | allow_insert) |
Definition at line 976 of file CoarseRNA_LoopCloser.cc.
References allow_insert(), and allow_insert_.
|
private |
Definition at line 164 of file CoarseRNA_LoopCloser.hh.
Referenced by apply(), apply_after_jump_change(), close_at_all_cutpoints(), close_the_loop(), and figure_out_pivot_res_and_scratch_res().
|
private |
Definition at line 171 of file CoarseRNA_LoopCloser.hh.
Referenced by allow_insert(), figure_out_pivots(), filter_path(), and set_allow_insert().
|
private |
Definition at line 178 of file CoarseRNA_LoopCloser.hh.
Referenced by apply_solutions(), and close_the_loop().
|
private |
Definition at line 182 of file CoarseRNA_LoopCloser.hh.
Referenced by apply_solutions(), and close_the_loop().
|
private |
Definition at line 182 of file CoarseRNA_LoopCloser.hh.
Referenced by apply_solutions(), and close_the_loop().
|
private |
Definition at line 172 of file CoarseRNA_LoopCloser.hh.
Referenced by figure_out_forward_backward_res_by_backtracking(), figure_out_pivot_res_and_scratch_res(), figure_out_pivots(), and output_forward_backward_res().
|
private |
Definition at line 185 of file CoarseRNA_LoopCloser.hh.
Referenced by apply_solutions(), choose_best_solution_based_on_score_function(), and choose_least_perturb_solution().
|
private |
Definition at line 184 of file CoarseRNA_LoopCloser.hh.
Referenced by apply_solutions(), choose_best_solution_based_on_score_function(), and choose_least_perturb_solution().
|
private |
Definition at line 186 of file CoarseRNA_LoopCloser.hh.
Referenced by apply_solutions().
|
private |
Definition at line 167 of file CoarseRNA_LoopCloser.hh.
Referenced by close_at_all_cutpoints(), close_the_loop(), figure_out_forward_backward_res_by_backtracking(), figure_out_pivot_res_and_scratch_res(), and figure_out_which_cutpoints_were_affected().
|
private |
Definition at line 168 of file CoarseRNA_LoopCloser.hh.
Referenced by close_at_all_cutpoints(), cutpos_list(), and figure_out_which_cutpoints_were_affected().
|
private |
Definition at line 180 of file CoarseRNA_LoopCloser.hh.
Referenced by figure_out_dof_ids_and_offsets(), and fill_solution().
|
private |
Definition at line 180 of file CoarseRNA_LoopCloser.hh.
Referenced by figure_out_dof_ids_and_offsets(), and fill_solution().
|
private |
Definition at line 172 of file CoarseRNA_LoopCloser.hh.
Referenced by figure_out_forward_backward_res_by_backtracking(), figure_out_pivot_res_and_scratch_res(), figure_out_pivots(), and output_forward_backward_res().
|
private |
Definition at line 173 of file CoarseRNA_LoopCloser.hh.
Referenced by figure_out_forward_backward_res_by_backtracking(), and figure_out_pivot_res_and_scratch_res().
|
private |
Definition at line 173 of file CoarseRNA_LoopCloser.hh.
Referenced by figure_out_forward_backward_res_by_backtracking().
|
private |
Definition at line 173 of file CoarseRNA_LoopCloser.hh.
Referenced by figure_out_pivot_res_and_scratch_res().
|
private |
Definition at line 173 of file CoarseRNA_LoopCloser.hh.
Referenced by figure_out_pivot_res_and_scratch_res().
|
private |
Definition at line 169 of file CoarseRNA_LoopCloser.hh.
Referenced by apply_solutions(), close_at_all_cutpoints(), close_the_loop(), get_all_solutions(), and nsol().
|
private |
Definition at line 179 of file CoarseRNA_LoopCloser.hh.
Referenced by figure_out_dof_ids_and_offsets(), and fill_solution().
|
private |
Definition at line 179 of file CoarseRNA_LoopCloser.hh.
Referenced by figure_out_dof_ids_and_offsets(), and fill_solution().
|
private |
Definition at line 189 of file CoarseRNA_LoopCloser.hh.
Referenced by apply(), apply_after_jump_change(), figure_out_which_cutpoints_were_affected(), and partition_definition().
|
private |
Definition at line 172 of file CoarseRNA_LoopCloser.hh.
Referenced by figure_out_dof_ids_and_offsets(), and figure_out_pivot_res_and_scratch_res().
|
private |
Definition at line 172 of file CoarseRNA_LoopCloser.hh.
Referenced by close_the_loop(), figure_out_dof_ids_and_offsets(), figure_out_pivot_res_and_scratch_res(), and fill_solution().
|
private |
Definition at line 187 of file CoarseRNA_LoopCloser.hh.
|
private |
Definition at line 176 of file CoarseRNA_LoopCloser.hh.
Referenced by apply_solutions(), and choose_best_solution_based_on_score_function().
|
private |
Definition at line 172 of file CoarseRNA_LoopCloser.hh.
Referenced by close_the_loop(), and figure_out_pivot_res_and_scratch_res().
|
private |
Definition at line 166 of file CoarseRNA_LoopCloser.hh.
Referenced by apply(), apply_after_jump_change(), and figure_out_pivots().
|
private |
Definition at line 182 of file CoarseRNA_LoopCloser.hh.
Referenced by apply_solutions(), close_the_loop(), and fill_solution().
|
private |
Definition at line 165 of file CoarseRNA_LoopCloser.hh.
Referenced by apply(), apply_after_jump_change(), apply_solutions(), close_at_all_cutpoints(), close_the_loop(), figure_out_forward_backward_res_by_backtracking(), figure_out_offset(), figure_out_pivot_res_and_scratch_res(), figure_out_pivots(), figure_out_which_cutpoints_were_affected(), and get_all_solutions().
|
private |
Definition at line 174 of file CoarseRNA_LoopCloser.hh.
Referenced by close_the_loop(), and figure_out_pivot_res_and_scratch_res().
1.8.4