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


Public Member Functions | |
| CoarseRNA_DeNovoProtocol (Size const nstruct, Size const monte_carlo_cycles, std::string const silent_file) | |
| Construct the protocol object given the RNA fragment library to use. More... | |
| ~CoarseRNA_DeNovoProtocol () | |
| 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 | set_dump_pdb (bool const setting) |
| void | set_force_ideal_chainbreak (bool const &setting) |
| void | set_check_pairing_dists (bool const &setting) |
| void | set_add_base_pair_constraints (bool const &setting) |
| void | set_jump_library_file (std::string const jump_library_file) |
| void | set_rna_params_file (std::string const file) |
| void | set_rna_data_file (std::string const file) |
| void | set_chunk_silent_files (utility::vector1< std::string > const &chunk_silent_files) |
| void | set_input_res (utility::vector1< core::Size > const &setting) |
| void | set_lores_scorefxn (std::string const &lores_scorefxn) |
| void | output_to_silent_file (core::pose::Pose &pose, std::string const &silent_file, std::string const &out_file_tag, bool const score_only=false) const |
| void | set_temperature (core::Real const &setting) |
| void | set_staged_constraints (bool const &setting) |
| void | set_sim_anneal (bool const &setting) |
| void | set_close_loops (bool const &setting) |
| void | set_choose_best_solution (bool const &setting) |
| void | set_freeze_domains (bool const &setting) |
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 | initialize_movers (core::pose::Pose &pose) |
| void | initialize_tag_is_done () |
| core::Real | get_temperature (Size const &r, Size const &rounds) const |
| void | do_random_fragment_insertions (core::pose::Pose &pose) |
| void | RNA_move_trial (core::pose::Pose &pose) |
| void | random_fragment_trial (core::pose::Pose &pose) |
| void | random_domain_move_trial (core::pose::Pose &pose) |
| void | initialize_constraints (core::pose::Pose &pose) |
| Size | figure_out_constraint_separation_cutoff (Size const &r, Size const &rounds, Size const &max_dist) |
| void | update_pose_constraints (Size const &r, Size const &rounds, core::pose::Pose &pose) |
| void | update_domain_rot_trans_mag (Size const &r, Size const &rounds) |
| void | fill_pairing_dists (core::pose::Pose &pose) |
| void | check_new_pairing_dists (core::pose::Pose &pose, Size const &frag_pos) |
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 48 of file CoarseRNA_DeNovoProtocol.hh.
| protocols::coarse_rna::CoarseRNA_DeNovoProtocol::CoarseRNA_DeNovoProtocol | ( | Size const | nstruct, |
| Size const | monte_carlo_cycles, | ||
| std::string const | silent_file | ||
| ) |
Construct the protocol object given the RNA fragment library to use.
Definition at line 101 of file CoarseRNA_DeNovoProtocol.cc.
Referenced by clone().
| protocols::coarse_rna::CoarseRNA_DeNovoProtocol::~CoarseRNA_DeNovoProtocol | ( | ) |
Definition at line 140 of file CoarseRNA_DeNovoProtocol.cc.
|
virtual |
Apply the loop-rebuild protocol to the input pose.
Apply the RNA de novo modeling protocol to a pose.
Implements protocols::moves::Mover.
Definition at line 146 of file CoarseRNA_DeNovoProtocol.cc.
References add_base_pair_constraints_, protocols::viewer::add_monte_carlo_viewer(), all_rna_fragments_file_, check_pairing_dists_, choose_best_solution_, chunk_silent_files_, core::scoring::ScoreFunctionFactory::create_score_function(), denovo_scorefxn_, domain_move_frequency_, core::pose::Pose::dump_pdb(), dump_pdb_, core::pose::Pose::fold_tree(), force_ideal_chainbreak_, frag_mover_, frag_size_, freeze_domains_, protocols::moves::Mover::get_native_pose(), get_temperature(), initialize_constraints(), initialize_tag_is_done(), input_res_, jump_library_file_, lores_scorefxn_, m_Temperature_, monte_carlo_, monte_carlo_cycles_, multiple_domain_mover_, nstruct_, output_to_silent_file(), protocols::rna::print_internal_coords(), core::scoring::rms_at_corresponding_heavy_atoms(), rna_chunk_library_, rna_data_file_, rna_data_reader_, rna_loop_closer_, RNA_move_trial(), rna_params_file_, rna_structure_parameters_, rounds_, silent_file_, tag_is_done_, update_domain_rot_trans_mag(), update_pose_constraints(), and view_monte_carlo_.
|
private |
Definition at line 375 of file CoarseRNA_DeNovoProtocol.cc.
References core::pose::Pose::fold_tree(), pairing_dists_, rna_structure_parameters_, and core::pose::Pose::xyz().
Referenced by random_fragment_trial().
|
virtual |
Clone this object.
Reimplemented from protocols::moves::Mover.
Definition at line 135 of file CoarseRNA_DeNovoProtocol.cc.
References CoarseRNA_DeNovoProtocol().
|
private |
|
private |
Definition at line 448 of file CoarseRNA_DeNovoProtocol.cc.
Referenced by update_pose_constraints().
|
private |
Definition at line 355 of file CoarseRNA_DeNovoProtocol.cc.
References pairing_dists_, rna_structure_parameters_, and core::pose::Pose::xyz().
Referenced by random_fragment_trial().
|
virtual |
Each derived class must specify its name. The class name.
Implements protocols::moves::Mover.
Definition at line 270 of file CoarseRNA_DeNovoProtocol.cc.
|
private |
Definition at line 276 of file CoarseRNA_DeNovoProtocol.cc.
References m_Temperature_, and sim_anneal_.
Referenced by apply().
|
private |
Definition at line 516 of file CoarseRNA_DeNovoProtocol.cc.
References core::scoring::atom_pair_constraint, core::pose::Pose::constraint_set(), constraint_set_, and denovo_scorefxn_.
Referenced by apply().
|
private |
|
private |
Definition at line 289 of file CoarseRNA_DeNovoProtocol.cc.
References protocols::swa::rna::file_exists(), core::io::silent::SilentFileData::read_tags_fast(), silent_file_, and tag_is_done_.
Referenced by apply().
| void protocols::coarse_rna::CoarseRNA_DeNovoProtocol::output_to_silent_file | ( | core::pose::Pose & | pose, |
| std::string const & | silent_file, | ||
| std::string const & | out_file_tag, | ||
| bool const | score_only = false |
||
| ) | const |
Definition at line 311 of file CoarseRNA_DeNovoProtocol.cc.
References core::io::silent::SilentStruct::add_energy(), core::scoring::all_atom_rmsd(), protocols::moves::Mover::get_native_pose(), and rna_structure_parameters_.
Referenced by apply().
|
private |
Definition at line 402 of file CoarseRNA_DeNovoProtocol.cc.
References freeze_domains_, monte_carlo_, multiple_domain_mover_, and rna_loop_closer_.
Referenced by RNA_move_trial().
|
private |
Definition at line 423 of file CoarseRNA_DeNovoProtocol.cc.
References check_new_pairing_dists(), check_pairing_dists_, close_loops_, fill_pairing_dists(), frag_mover_, frag_size_, monte_carlo_, and rna_loop_closer_.
Referenced by RNA_move_trial().
|
private |
Definition at line 343 of file CoarseRNA_DeNovoProtocol.cc.
References domain_move_frequency_, random_domain_move_trial(), and random_fragment_trial().
Referenced by apply().
|
inline |
Definition at line 78 of file CoarseRNA_DeNovoProtocol.hh.
References add_base_pair_constraints_.
|
inline |
Definition at line 75 of file CoarseRNA_DeNovoProtocol.hh.
References check_pairing_dists_.
|
inline |
Definition at line 124 of file CoarseRNA_DeNovoProtocol.hh.
References choose_best_solution_.
|
inline |
Definition at line 96 of file CoarseRNA_DeNovoProtocol.hh.
References chunk_silent_files_.
|
inline |
Definition at line 121 of file CoarseRNA_DeNovoProtocol.hh.
References close_loops_.
|
inline |
Definition at line 69 of file CoarseRNA_DeNovoProtocol.hh.
References dump_pdb_.
|
inline |
Definition at line 72 of file CoarseRNA_DeNovoProtocol.hh.
References force_ideal_chainbreak_.
|
inline |
Definition at line 127 of file CoarseRNA_DeNovoProtocol.hh.
References freeze_domains_.
|
inline |
Definition at line 101 of file CoarseRNA_DeNovoProtocol.hh.
References input_res_.
|
inline |
Definition at line 81 of file CoarseRNA_DeNovoProtocol.hh.
References jump_library_file_.
|
inline |
Definition at line 106 of file CoarseRNA_DeNovoProtocol.hh.
References lores_scorefxn_.
|
inline |
Definition at line 91 of file CoarseRNA_DeNovoProtocol.hh.
References rna_data_file_.
|
inline |
Definition at line 86 of file CoarseRNA_DeNovoProtocol.hh.
References rna_params_file_.
|
inline |
Definition at line 118 of file CoarseRNA_DeNovoProtocol.hh.
References sim_anneal_.
|
inline |
Definition at line 115 of file CoarseRNA_DeNovoProtocol.hh.
References staged_constraints_.
|
inline |
Definition at line 112 of file CoarseRNA_DeNovoProtocol.hh.
References m_Temperature_.
|
private |
Definition at line 504 of file CoarseRNA_DeNovoProtocol.cc.
References multiple_domain_mover_.
Referenced by apply().
|
private |
Definition at line 464 of file CoarseRNA_DeNovoProtocol.cc.
References core::pose::Pose::constraint_set(), constraint_set_, figure_out_constraint_separation_cutoff(), core::pose::Pose::fold_tree(), and staged_constraints_.
Referenced by apply().
|
private |
Definition at line 215 of file CoarseRNA_DeNovoProtocol.hh.
Referenced by apply(), and set_add_base_pair_constraints().
|
private |
Definition at line 194 of file CoarseRNA_DeNovoProtocol.hh.
Referenced by apply().
|
private |
Definition at line 216 of file CoarseRNA_DeNovoProtocol.hh.
Referenced by apply(), random_fragment_trial(), and set_check_pairing_dists().
|
private |
Definition at line 213 of file CoarseRNA_DeNovoProtocol.hh.
Referenced by apply(), and set_choose_best_solution().
|
private |
Definition at line 209 of file CoarseRNA_DeNovoProtocol.hh.
Referenced by apply(), and set_chunk_silent_files().
|
private |
Definition at line 212 of file CoarseRNA_DeNovoProtocol.hh.
Referenced by random_fragment_trial(), and set_close_loops().
|
private |
Definition at line 185 of file CoarseRNA_DeNovoProtocol.hh.
Referenced by initialize_constraints(), and update_pose_constraints().
|
private |
Definition at line 200 of file CoarseRNA_DeNovoProtocol.hh.
Referenced by apply(), and initialize_constraints().
|
private |
Definition at line 179 of file CoarseRNA_DeNovoProtocol.hh.
Referenced by apply(), and RNA_move_trial().
|
private |
Definition at line 178 of file CoarseRNA_DeNovoProtocol.hh.
Referenced by apply(), and set_dump_pdb().
|
private |
Definition at line 214 of file CoarseRNA_DeNovoProtocol.hh.
Referenced by apply(), and set_force_ideal_chainbreak().
|
private |
Definition at line 202 of file CoarseRNA_DeNovoProtocol.hh.
Referenced by apply(), and random_fragment_trial().
|
private |
Definition at line 188 of file CoarseRNA_DeNovoProtocol.hh.
Referenced by apply(), and random_fragment_trial().
|
private |
Definition at line 177 of file CoarseRNA_DeNovoProtocol.hh.
Referenced by apply(), random_domain_move_trial(), and set_freeze_domains().
|
private |
Definition at line 210 of file CoarseRNA_DeNovoProtocol.hh.
Referenced by apply(), and set_input_res().
|
private |
Definition at line 195 of file CoarseRNA_DeNovoProtocol.hh.
Referenced by apply(), and set_jump_library_file().
|
private |
Definition at line 199 of file CoarseRNA_DeNovoProtocol.hh.
Referenced by apply(), and set_lores_scorefxn().
|
private |
Definition at line 182 of file CoarseRNA_DeNovoProtocol.hh.
Referenced by apply(), get_temperature(), and set_temperature().
|
private |
Definition at line 190 of file CoarseRNA_DeNovoProtocol.hh.
Referenced by apply(), random_domain_move_trial(), and random_fragment_trial().
|
private |
Definition at line 174 of file CoarseRNA_DeNovoProtocol.hh.
Referenced by apply().
|
private |
Definition at line 207 of file CoarseRNA_DeNovoProtocol.hh.
Referenced by apply(), random_domain_move_trial(), and update_domain_rot_trans_mag().
|
private |
Definition at line 173 of file CoarseRNA_DeNovoProtocol.hh.
Referenced by apply().
|
private |
Definition at line 219 of file CoarseRNA_DeNovoProtocol.hh.
Referenced by check_new_pairing_dists(), and fill_pairing_dists().
|
private |
Definition at line 205 of file CoarseRNA_DeNovoProtocol.hh.
Referenced by apply().
|
private |
Definition at line 193 of file CoarseRNA_DeNovoProtocol.hh.
Referenced by apply(), and set_rna_data_file().
|
private |
Definition at line 204 of file CoarseRNA_DeNovoProtocol.hh.
Referenced by apply().
|
private |
Definition at line 206 of file CoarseRNA_DeNovoProtocol.hh.
Referenced by apply(), random_domain_move_trial(), and random_fragment_trial().
|
private |
Definition at line 192 of file CoarseRNA_DeNovoProtocol.hh.
Referenced by apply(), and set_rna_params_file().
|
private |
Definition at line 203 of file CoarseRNA_DeNovoProtocol.hh.
Referenced by apply(), check_new_pairing_dists(), fill_pairing_dists(), and output_to_silent_file().
|
private |
Definition at line 175 of file CoarseRNA_DeNovoProtocol.hh.
Referenced by apply().
|
private |
Definition at line 176 of file CoarseRNA_DeNovoProtocol.hh.
Referenced by apply(), and initialize_tag_is_done().
|
private |
Definition at line 183 of file CoarseRNA_DeNovoProtocol.hh.
Referenced by get_temperature(), and set_sim_anneal().
|
private |
Definition at line 186 of file CoarseRNA_DeNovoProtocol.hh.
Referenced by set_staged_constraints(), and update_pose_constraints().
|
private |
Definition at line 197 of file CoarseRNA_DeNovoProtocol.hh.
Referenced by apply(), and initialize_tag_is_done().
|
private |
Definition at line 217 of file CoarseRNA_DeNovoProtocol.hh.
Referenced by apply().
1.8.4