![]() |
Rosetta Protocols
2014.16.56682
|
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 (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 | |
| 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::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 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. 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.
| 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.
References database, and full_name().
Referenced by clone().
| protocols::coarse_rna::CoarseRNA_DeNovoProtocol::~CoarseRNA_DeNovoProtocol | ( | ) |
|
virtual |
Apply the loop-rebuild protocol to the input pose.
Apply the RNA de novo modeling protocol to a pose.
Implements protocols::moves::Mover.
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_, protocols::moves::MonteCarlo::lowest_score_pose(), m_Temperature_, monte_carlo_, monte_carlo_cycles_, multiple_domain_mover_, nstruct_, output_to_silent_file(), protocols::farna::print_internal_coords(), protocols::moves::MonteCarlo::recover_low(), protocols::moves::MonteCarlo::reset(), protocols::moves::MonteCarlo::reset_counters(), rms_at_corresponding_heavy_atoms(), rmsd, rna_chunk_library_, rna_data_file_, rna_data_reader_, rna_loop_closer_, RNA_move_trial(), rna_params_file_, rna_structure_parameters_, rounds_, protocols::moves::MonteCarlo::score_function(), protocols::moves::MonteCarlo::set_temperature(), protocols::moves::MonteCarlo::show_counters(), silent_file_, tag_is_done_, update_domain_rot_trans_mag(), update_pose_constraints(), and view_monte_carlo_.
|
private |
References core::pose::Pose::fold_tree(), j, length, pairing_dists_, rna_structure_parameters_, and core::pose::Pose::xyz().
Referenced by random_fragment_trial().
|
virtual |
Clone this object.
Reimplemented from protocols::moves::Mover.
References CoarseRNA_DeNovoProtocol().
|
private |
|
private |
Referenced by update_pose_constraints().
|
private |
References j, length, 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.
|
private |
References m_Temperature_, sim_anneal_, and temperature.
Referenced by apply().
|
private |
References atom_pair_constraint, core::pose::Pose::constraint_set(), constraint_set_, and denovo_scorefxn_.
Referenced by apply().
|
private |
|
private |
References utility::file::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 |
References all_atom_rmsd(), protocols::moves::Mover::get_native_pose(), rna_structure_parameters_, and s.
Referenced by apply().
|
private |
References protocols::moves::MonteCarlo::boltzmann(), freeze_domains_, monte_carlo_, multiple_domain_mover_, and rna_loop_closer_.
Referenced by RNA_move_trial().
|
private |
References protocols::moves::MonteCarlo::boltzmann(), 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 |
References domain_move_frequency_, random_domain_move_trial(), random_fragment_trial(), and numeric::random::RandomGenerator::uniform().
Referenced by apply().
|
inline |
References add_base_pair_constraints_.
|
inline |
References check_pairing_dists_.
|
inline |
References choose_best_solution_.
|
inline |
References chunk_silent_files_.
|
inline |
References close_loops_.
|
inline |
References dump_pdb_.
|
inline |
References force_ideal_chainbreak_.
|
inline |
References freeze_domains_.
|
inline |
References input_res_.
|
inline |
References jump_library_file_.
|
inline |
References lores_scorefxn_.
|
inline |
References rna_data_file_.
|
inline |
References rna_params_file_.
|
inline |
References sim_anneal_.
|
inline |
References staged_constraints_.
|
inline |
References m_Temperature_.
|
private |
References multiple_domain_mover_.
Referenced by apply().
|
private |
References core::scoring::constraints::ConstraintSet::add_constraint(), core::pose::Pose::constraint_set(), constraint_set_, cst, figure_out_constraint_separation_cutoff(), core::pose::Pose::fold_tree(), core::scoring::constraints::ConstraintSet::get_all_constraints(), j, and staged_constraints_.
Referenced by apply().
|
private |
Referenced by apply(), and set_add_base_pair_constraints().
|
private |
Referenced by apply().
|
private |
Referenced by apply(), random_fragment_trial(), and set_check_pairing_dists().
|
private |
Referenced by apply(), and set_choose_best_solution().
|
private |
Referenced by apply(), and set_chunk_silent_files().
|
private |
Referenced by random_fragment_trial(), and set_close_loops().
|
private |
Referenced by initialize_constraints(), and update_pose_constraints().
|
private |
Referenced by apply(), and initialize_constraints().
|
private |
Referenced by apply(), and RNA_move_trial().
|
private |
Referenced by apply(), and set_dump_pdb().
|
private |
Referenced by apply(), and set_force_ideal_chainbreak().
|
private |
Referenced by apply(), and random_fragment_trial().
|
private |
Referenced by apply(), and random_fragment_trial().
|
private |
Referenced by apply(), random_domain_move_trial(), and set_freeze_domains().
|
private |
Referenced by apply(), and set_input_res().
|
private |
Referenced by apply(), and set_jump_library_file().
|
private |
Referenced by apply(), and set_lores_scorefxn().
|
private |
Referenced by apply(), get_temperature(), and set_temperature().
|
private |
Referenced by apply(), random_domain_move_trial(), and random_fragment_trial().
|
private |
Referenced by apply().
|
private |
Referenced by apply(), random_domain_move_trial(), and update_domain_rot_trans_mag().
|
private |
Referenced by check_new_pairing_dists(), and fill_pairing_dists().
|
private |
Referenced by apply().
|
private |
Referenced by apply(), and set_rna_data_file().
|
private |
Referenced by apply().
|
private |
Referenced by apply(), random_domain_move_trial(), and random_fragment_trial().
|
private |
Referenced by apply(), and set_rna_params_file().
|
private |
Referenced by apply(), check_new_pairing_dists(), fill_pairing_dists(), and output_to_silent_file().
|
private |
Referenced by apply(), and initialize_tag_is_done().
|
private |
Referenced by get_temperature(), and set_sim_anneal().
|
private |
Referenced by set_staged_constraints(), and update_pose_constraints().
|
private |
Referenced by apply(), and initialize_tag_is_done().
|
private |
Referenced by apply().
1.8.7