![]() |
Rosetta Protocols
2014.35
|
The RNA de novo structure modeling protocol. More...
#include <RNA_AnalyticLoopCloser.hh>
Public Member Functions | |
RNA_AnalyticLoopCloser (core::Size const moving_suite, core::Size const chainbreak_suite) | |
Construct the protocol object. More... | |
virtual protocols::moves::MoverOP | clone () const |
Clone this object. More... | |
virtual std::string | get_name () const |
Each derived class must specify its name. The class name. More... | |
virtual void | apply (core::pose::Pose &pose) |
Apply the loop-rebuild protocol to the input pose. 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) |
Size | nsol () |
void | fill_solution (core::pose::Pose &pose, core::Size const n) const |
utility::vector1< core::Real > | get_torsions (core::Size const n) |
utility::vector1 < utility::vector1< core::Real > > | get_torsions_for_all_solutions () |
![]() | |
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... | |
virtual MoverOP | fresh_instance () const |
Generates a new Mover object freshly created with the default ctor. 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 Member Functions | |
bool | close_at_cutpoint (core::pose::Pose &pose) |
void | figure_out_dof_ids_and_offsets (core::pose::Pose const &pose, utility::vector1< core::Real > const &dt_ang) |
void | figure_out_offset (core::pose::Pose const &pose, core::id::DOF_ID const &dof_id, core::Real const &original_torsion_value, utility::vector1< core::Real > &offset_save) |
void | apply_solutions (core::pose::Pose &pose) |
void | output_chainTORS (utility::vector1< core::Real > const &dt_ang, utility::vector1< core::Real > const &db_ang, utility::vector1< core::Real > const &db_len) const |
void | fill_chainTORS (core::pose::Pose const &pose, utility::vector1< core::id::NamedAtomID > const &atom_ids, utility::vector1< utility::vector1< core::Real > > &atoms, utility::vector1< core::Real > &dt_ang, utility::vector1< core::Real > &db_ang, utility::vector1< core::Real > &db_len) const |
Additional Inherited Members | |
![]() | |
typedef utility::tag::TagCOP | TagCOP |
typedef core::pose::Pose | Pose |
typedef core::pose::PoseCOP | PoseCOP |
typedef protocols::filters::Filters_map | Filters_map |
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::stepwise::legacy::modeler::rna::RNA_AnalyticLoopCloser::RNA_AnalyticLoopCloser | ( | core::Size const | moving_suite, |
core::Size const | chainbreak_suite | ||
) |
Construct the protocol object.
Referenced by clone().
|
virtual |
Apply the loop-rebuild protocol to the input pose.
Apply the RNA Loop Closer – set up for Full Atom Representation.
Implements protocols::moves::Mover.
References close_at_cutpoint().
|
private |
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::RG, score, scorefxn_, t_ang_, core::pose::Pose::total_residue(), protocols::TR, numeric::random::RandomGenerator::uniform(), verbose_, and core::pose::Pose::xyz().
Referenced by close_at_cutpoint().
void protocols::stepwise::legacy::modeler::rna::RNA_AnalyticLoopCloser::choose_best_solution_based_on_score_function | ( | core::scoring::ScoreFunctionOP | scorefxn | ) |
References choose_best_solution_, choose_least_perturb_solution_, and scorefxn_.
void protocols::stepwise::legacy::modeler::rna::RNA_AnalyticLoopCloser::choose_least_perturb_solution | ( | ) |
References choose_best_solution_, and choose_least_perturb_solution_.
|
virtual |
|
private |
References angle_radians(), apply_solutions(), atom_ids_, b_ang_, b_len_, bridgeObjects(), chainbreak_suite_, degrees(), dihedral_radians(), figure_out_dof_ids_and_offsets(), fill_chainTORS(), length, moving_suite_, nsol_, protocols::forge::methods::order(), output_chainTORS(), t_ang_, protocols::TR, verbose_, and core::pose::Pose::xyz().
Referenced by apply().
|
private |
|
private |
References BOGUS_DOF_ID, core::pose::Pose::dof(), dof_ids_, radians(), protocols::TR, utility_exit_with_message, and verbose_.
Referenced by figure_out_dof_ids_and_offsets().
|
private |
References chainTORS(), and core::pose::Pose::xyz().
Referenced by apply_solutions(), and close_at_cutpoint().
void protocols::stepwise::legacy::modeler::rna::RNA_AnalyticLoopCloser::fill_solution | ( | core::pose::Pose & | pose, |
core::Size const | n | ||
) | const |
References dof_ids_, offset_save_, principal_angle(), radians(), core::pose::Pose::set_dof(), and t_ang_.
Referenced by apply_solutions(), and get_all_solutions().
void protocols::stepwise::legacy::modeler::rna::RNA_AnalyticLoopCloser::get_all_solutions | ( | core::pose::Pose & | pose, |
utility::vector1< core::pose::PoseOP > & | pose_list | ||
) |
References core::pose::Pose::dump_pdb(), fill_solution(), nsol_, and verbose_.
|
inlinevirtual |
Each derived class must specify its name. The class name.
Implements protocols::moves::Mover.
utility::vector1< Real > protocols::stepwise::legacy::modeler::rna::RNA_AnalyticLoopCloser::get_torsions | ( | core::Size const | n | ) |
References degrees(), offset_save_, principal_angle(), radians(), and t_ang_.
Referenced by get_torsions_for_all_solutions().
utility::vector1< utility::vector1< Real > > protocols::stepwise::legacy::modeler::rna::RNA_AnalyticLoopCloser::get_torsions_for_all_solutions | ( | ) |
References get_torsions(), and t_ang_.
|
inline |
References nsol_.
|
private |
References F, I, and protocols::TR.
Referenced by apply_solutions(), and close_at_cutpoint().
|
private |
Referenced by apply_solutions(), and close_at_cutpoint().
|
private |
Referenced by apply_solutions(), and close_at_cutpoint().
|
private |
Referenced by apply_solutions(), and close_at_cutpoint().
|
private |
Referenced by close_at_cutpoint(), and figure_out_dof_ids_and_offsets().
|
private |
|
private |
|
private |
Referenced by apply_solutions().
|
private |
Referenced by figure_out_dof_ids_and_offsets(), figure_out_offset(), and fill_solution().
|
private |
Referenced by close_at_cutpoint(), and figure_out_dof_ids_and_offsets().
|
private |
Referenced by apply_solutions(), close_at_cutpoint(), get_all_solutions(), and nsol().
|
private |
Referenced by figure_out_dof_ids_and_offsets(), fill_solution(), and get_torsions().
|
private |
|
private |
Referenced by apply_solutions(), and choose_best_solution_based_on_score_function().
|
private |
Referenced by apply_solutions(), close_at_cutpoint(), fill_solution(), get_torsions(), and get_torsions_for_all_solutions().
|
private |
Referenced by apply_solutions(), close_at_cutpoint(), figure_out_offset(), and get_all_solutions().