![]() |
Rosetta Protocols
2014.16.56682
|
The RNA de novo structure modeling protocol. More...
#include <RNA_DeNovoProtocol.hh>
Public Member Functions | |
| RNA_DeNovoProtocol (Size const nstruct, std::string const silent_file, bool const heat_structure=true, bool const minimize_structure=false, bool const relax_structure=false, bool const allow_bulge=false) | |
| Construct the protocol object given the RNA fragment library to use. More... | |
| ~RNA_DeNovoProtocol () | |
| virtual protocols::moves::MoverOP | clone () const |
| Clone this object. More... | |
| void | apply (core::pose::Pose &pose) |
| Apply the RNA denovo modeling protocol to the input pose. More... | |
| virtual std::string | get_name () const |
| Each derived class must specify its name. The class name. More... | |
| virtual void | show (std::ostream &output=std::cout) const |
| Outputs details about the Mover, including current settings. More... | |
| void | set_dump_pdb (bool const setting) |
| void | set_temperature (core::Real const setting) |
| void | set_jump_library_file (std::string const jump_library_file) |
| void | set_all_rna_fragments_file (std::string const file) |
| void | set_vall_torsions_file (std::string const file) |
| void | set_rna_params_file (std::string const file) |
| void | set_rna_data_file (std::string const file) |
| void | set_chunk_pdb_files (utility::vector1< std::string > const &chunk_pdb_files) |
| void | set_chunk_silent_files (utility::vector1< std::string > const &chunk_silent_files) |
| void | set_input_res (utility::vector1< Size > const &input_res) |
| void | ignore_secstruct (bool const setting) |
| void | jump_change_frequency (core::Real const value) |
| void | set_close_loops (bool const setting) |
| void | set_close_loops_after_each_move (bool const setting) |
| void | simple_rmsd_cutoff_relax (bool const setting) |
| void | output_lores_silent_file (bool const setting) |
| void | set_filter_lores_base_pairs (bool const setting) |
| void | set_filter_lores_base_pairs_early (bool const setting) |
| void | set_filter_chain_closure (bool const setting) |
| void | set_filter_chain_closure_distance (core::Real const setting) |
| void | set_filter_chain_closure_halfway (bool const setting) |
| void | set_binary_rna_output (bool const setting) |
| void | set_suppress_bp_constraint (core::Real const setting) |
| void | set_lores_scorefxn (std::string const &lores_scorefxn) |
| void | set_vary_bond_geometry (bool const setting) |
| 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 | align_and_output_to_silent_file (core::pose::Pose &pose, std::string const &silent_file, std::string const &out_file_tag) const |
| void | set_staged_constraints (bool const setting) |
| void | set_allow_consecutive_bulges (bool const setting) |
| void | set_chainbreak_weight (core::Real setting) |
| void | set_linear_chainbreak_weight (core::Real setting) |
| void | set_allowed_bulge_res (utility::vector1< core::Size > const &setting) |
| void | set_move_first_rigid_body (bool const setting) |
| void | set_root_at_first_rigid_body (bool const setting) |
| void | set_output_filters (bool const setting) |
| void | set_autofilter (bool const setting) |
| void | set_monte_carlo_cycles (Size const setting) |
| void | set_rounds (Size const setting) |
| void | set_extra_minimize_res (utility::vector1< core::Size > setting) |
| void | set_refine_pose_list (utility::vector1< core::pose::PoseOP > const &setting) |
| void | set_refine_pose (Size const setting) |
| void | set_bps_moves (Size const setting) |
| void | set_minimizer_use_coordinate_constraints (Size 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 |
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::farna::RNA_DeNovoProtocol::RNA_DeNovoProtocol | ( | Size const | nstruct, |
| std::string const | silent_file, | ||
| bool const | heat_structure = true, |
||
| bool const | minimize_structure = false, |
||
| bool const | relax_structure = false, |
||
| bool const | allow_bulge = false |
||
| ) |
Construct the protocol object given the RNA fragment library to use.
References database, full_name(), local_rna_low_resolution_potential_, core::scoring::rna::RNA_LowResolutionPotential::more_precise_base_pair_classification(), option, options, rna_chemical_shift_exp_data, rna_loop_closer_, score, and user.
Referenced by clone().
| protocols::farna::RNA_DeNovoProtocol::~RNA_DeNovoProtocol | ( | ) |
|
private |
|
private |
|
private |
References protocols::farna::check_in_base_pair_list(), protocols::farna::classify_base_pairs(), core::scoring::rna::Base_pair::edge1, core::scoring::rna::Base_pair::edge2, get_edge_from_num(), protocols::moves::Mover::get_native_pose(), j, core::conformation::Residue::name1(), core::scoring::rna::Base_pair::orientation, possibly_canonical(), core::scoring::rna::Base_pair::res1, core::scoring::rna::Base_pair::res2, core::pose::Pose::residue(), and core::chemical::rna::WATSON_CRICK.
Referenced by output_silent_struct().
| void protocols::farna::RNA_DeNovoProtocol::align_and_output_to_silent_file | ( | core::pose::Pose & | pose, |
| std::string const & | silent_file, | ||
| std::string const & | out_file_tag | ||
| ) | const |
References protocols::stepwise::create_alignment_id_map(), get_moving_res(), protocols::moves::Mover::get_native_pose(), input_res_, output_to_silent_file(), rna_chunk_library_, core::scoring::superimpose_pose(), protocols::farna::RNA_ChunkLibrary::superimpose_to_first_chunk(), core::pose::Pose::total_residue(), and protocols::farna::TR.
Referenced by apply().
|
virtual |
Apply the RNA denovo modeling protocol to the input pose.
Apply the RNA de novo modeling protocol to a pose.
Implements protocols::moves::Mover.
References align_and_output_to_silent_file(), all_atom_rmsd(), all_lores_score_final_, allow_bulge_, allow_consecutive_bulges_, protocols::farna::RNA_StructureParameters::allow_insert(), allowed_bulge_res_, protocols::farna::RNA_Minimizer::apply(), protocols::farna::RNA_LoopCloser::apply(), protocols::farna::RNA_Relaxer::apply(), apply_chem_shift_data(), autofilter_, protocols::farna::RNA_StructureParameters::check_base_pairs(), protocols::farna::RNA_LoopCloser::check_closure(), check_score_filter(), chem_shift_scorefxn_, close_loops_after_each_move_, close_loops_at_end_, close_loops_in_last_round_, protocols::farna::RNA_StructureParameters::connections(), copy_dofs_match_atom_names(), denovo_scorefxn_, do_close_loops_, do_random_moves(), core::pose::Pose::dump_pdb(), dump_pdb, dump_pdb_, filter_chain_closure_, filter_chain_closure_distance_, filter_chain_closure_halfway_, filter_lores_base_pairs_, filter_lores_base_pairs_early_, frag_size_, protocols::moves::Mover::get_native_pose(), heat_structure_, hires_scorefxn_, initialize_constraints(), initialize_lores_silent_file(), initialize_movers(), protocols::farna::RNA_ChunkLibrary::initialize_random_chunks(), initialize_scorefxn(), initialize_tag_is_done(), lores_score_early_, lores_score_final_, lores_silent_file_, protocols::moves::MonteCarlo::lowest_score_pose(), m_Temperature_, minimize_structure_, monte_carlo_, monte_carlo_cycles_, nstruct_, output_lores_silent_file_, protocols::moves::MonteCarlo::recover_low(), refine_from_silent_, refine_pose_, refine_pose_list_, relax_structure_, protocols::moves::MonteCarlo::reset(), protocols::moves::MonteCarlo::reset_counters(), rmsd, rna_chunk_library_, rna_loop_closer_, rna_minimizer_, RNA_move_trial(), rna_relaxer_, rna_structure_parameters_, rounds_, protocols::moves::MonteCarlo::score_function(), protocols::farna::RNA_Minimizer::set_allow_insert(), protocols::farna::RNA_StructureParameters::setup_base_pair_constraints(), protocols::farna::RNA_StructureParameters::setup_fold_tree_and_jumps_and_variants(), setup_monte_carlo_cycles(), setup_rigid_body_mover(), protocols::moves::MonteCarlo::show_counters(), silent_file_, tag_is_done_, protocols::farna::TR, update_denovo_scorefxn_weights(), update_frag_size(), update_pose_constraints(), use_chem_shift_data_, and protocols::stepwise::sampling::rna::virtualize_bulges().
|
private |
References protocols::farna::RNA_Minimizer::apply(), protocols::farna::RNA_LoopCloser::apply(), chem_shift_scorefxn_, close_loops_at_end_, protocols::farna::RNA_StructureParameters::connections(), hires_scorefxn_, minimize_structure_, rna_loop_closer_, rna_minimizer_, rna_structure_parameters_, protocols::farna::RNA_Minimizer::set_score_function(), use_chem_shift_data_, and utility_exit_with_message.
Referenced by apply().
|
private |
|
private |
References autofilter_score_quantile_, and protocols::farna::TR.
Referenced by apply().
|
virtual |
|
private |
References protocols::farna::RNA_ChunkLibrary::check_fold_tree_OK(), core::pose::Pose::dump_pdb(), dump_pdb_, protocols::farna::RNA_ChunkLibrary::initialize_random_chunks(), protocols::farna::RNA_FragmentMover::random_fragment_insertion(), randomize_rigid_body_orientations(), rna_chunk_library_, rna_fragment_mover_, core::pose::Pose::total_residue(), protocols::farna::TR, and protocols::farna::translate_virtual_anchor_to_first_rigid_body().
Referenced by apply().
|
private |
References rounds_.
Referenced by update_pose_constraints().
|
private |
|
virtual |
Each derived class must specify its name. The class name.
Implements protocols::moves::Mover.
|
inline |
References ignore_secstruct_.
|
private |
References atom_pair_constraint, core::pose::Pose::constraint_set(), constraint_set_, coordinate_constraint, and denovo_scorefxn_.
Referenced by apply(), and initialize_scorefxn().
|
private |
References lores_silent_file_, output_lores_silent_file_, silent_file_, and utility_exit_with_message.
Referenced by apply().
|
private |
References all_rna_fragments_, all_rna_fragments_file_, protocols::farna::RNA_StructureParameters::allow_insert(), protocols::farna::RNA_ChunkLibrary::allow_insert(), core::pose::Pose::annotated_sequence(), bps_moves_, protocols::farna::RNA_ChunkLibrary::chunk_coverage(), chunk_coverage_, chunk_pdb_files_, chunk_silent_files_, extra_minimize_res_, protocols::farna::RNA_StructureParameters::get_base_pair_steps(), ignore_secstruct_, protocols::farna::RNA_DataReader::initialize(), protocols::farna::RNA_StructureParameters::initialize(), input_res_, jump_library_file_, minimizer_use_coordinate_constraints_, move_first_rigid_body_, rna_chunk_library_, rna_data_file_, rna_data_reader_, rna_fragment_mover_, rna_minimizer_, rna_params_file_, rna_relaxer_, rna_structure_parameters_, root_at_first_rigid_body_, protocols::farna::RNA_ChunkLibrary::set_allow_insert(), protocols::farna::RNA_StructureParameters::set_bps_moves(), protocols::farna::RNA_StructureParameters::set_root_at_first_rigid_body(), protocols::farna::RNA_StructureParameters::set_suppress_bp_constraint(), protocols::farna::RNA_ChunkLibrary::setup_base_pair_step_chunks(), protocols::farna::RNA_StructureParameters::setup_virtual_phosphate_variants(), protocols::farna::RNA_Relaxer::simple_rmsd_cutoff_relax(), simple_rmsd_cutoff_relax_, suppress_bp_constraint_, and vary_bond_geometry_.
Referenced by apply().
|
private |
References chainbreak, chainbreak_weight_, chem_shift_scorefxn_, core::scoring::ScoreFunction::clone(), protocols::farna::RNA_Minimizer::clone_scorefxn(), denovo_scorefxn_, hires_scorefxn_, initial_denovo_scorefxn_, initialize_constraints(), linear_chainbreak, linear_chainbreak_weight_, lores_scorefxn_, rna_chem_shift, rna_minimizer_, and use_chem_shift_data_.
Referenced by apply().
|
private |
References core::io::silent::initialize_tag_is_done(), silent_file_, and tag_is_done_.
Referenced by apply().
|
inline |
References jump_change_frequency_.
|
inline |
References output_lores_silent_file_.
|
private |
References add_number_base_pairs(), add_number_native_base_pairs(), calc_rmsds(), protocols::moves::Mover::get_native_pose(), lores_score_early_, lores_score_final_, minimize_structure_, output_filters_, protocols::farna::TR, and core::io::silent::SilentFileData::write_silent_struct().
Referenced by output_to_silent_file().
| void protocols::farna::RNA_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 add_chem_shift_info(), binary_rna_output_, output_silent_struct(), s, protocols::farna::TR, and use_chem_shift_data_.
Referenced by align_and_output_to_silent_file().
|
private |
|
private |
|
private |
References protocols::farna::RNA_LoopCloser::apply(), protocols::rigid::RigidBodyPerturbMover::apply(), protocols::moves::MonteCarlo::boltzmann(), do_close_loops_, monte_carlo_, protocols::farna::RNA_StructureParameters::random_jump_change(), protocols::farna::RG, rigid_body_mover_, rna_loop_closer_, rna_structure_parameters_, and numeric::random::RandomGenerator::uniform().
Referenced by RNA_move_trial().
|
private |
References protocols::rigid::RigidBodyPerturbMover::apply(), protocols::rigid::RigidBodyRandomizeMover::apply(), protocols::farna::get_rigid_body_jumps(), core::kinematics::Jump::get_translation(), core::pose::Pose::jump(), protocols::rigid::partner_upstream, core::pose::Pose::set_jump(), and core::kinematics::Jump::set_translation().
Referenced by do_random_moves().
|
private |
References chunk_coverage_, jump_change_frequency_, random_chunk_trial(), random_fragment_trial(), random_jump_trial(), protocols::farna::RG, and numeric::random::RandomGenerator::uniform().
Referenced by apply().
|
inline |
References all_rna_fragments_file_.
|
inline |
References allow_consecutive_bulges_.
|
inline |
References allowed_bulge_res_.
|
inline |
References autofilter_.
|
inline |
References binary_rna_output_.
|
inline |
References bps_moves_.
|
inline |
References chainbreak_weight_.
|
inline |
References chunk_pdb_files_.
|
inline |
References chunk_silent_files_.
|
inline |
References binary_rna_output_, and close_loops_at_end_.
|
inline |
References close_loops_after_each_move_.
|
inline |
References dump_pdb_.
| void protocols::farna::RNA_DeNovoProtocol::set_extra_minimize_res | ( | utility::vector1< core::Size > | setting | ) |
References extra_minimize_res_.
|
inline |
References filter_chain_closure_.
|
inline |
References filter_chain_closure_distance_.
|
inline |
References filter_chain_closure_halfway_.
|
inline |
References filter_lores_base_pairs_.
|
inline |
References filter_lores_base_pairs_, and filter_lores_base_pairs_early_.
|
inline |
References input_res_.
|
inline |
References jump_library_file_.
|
inline |
References linear_chainbreak_weight_.
|
inline |
References lores_scorefxn_.
|
inline |
References minimizer_use_coordinate_constraints_.
|
inline |
References monte_carlo_cycles_, and user_defined_cycles_.
|
inline |
References move_first_rigid_body_.
|
inline |
References output_filters_.
|
inline |
References refine_pose_.
| void protocols::farna::RNA_DeNovoProtocol::set_refine_pose_list | ( | utility::vector1< core::pose::PoseOP > const & | setting | ) |
References refine_from_silent_, refine_pose_list_, and rounds_.
|
inline |
References rna_data_file_.
|
inline |
References rna_params_file_.
|
inline |
References root_at_first_rigid_body_.
|
inline |
References rounds_.
|
inline |
References staged_constraints_.
|
inline |
References suppress_bp_constraint_.
|
inline |
References m_Temperature_.
|
inline |
References all_rna_fragments_file_.
|
inline |
References binary_rna_output_, and vary_bond_geometry_.
|
private |
|
private |
References binary_rna_output_, jump_change_frequency_, protocols::farna::let_rigid_body_jumps_move(), move_first_rigid_body_, movemap, protocols::rigid::partner_upstream, rigid_body_mover_, rounds_, core::kinematics::MoveMap::set_jump(), protocols::farna::TR, and utility_exit_with_message.
Referenced by apply().
|
virtual |
Outputs details about the Mover, including current settings.
Ideally, a child Mover should call Mover.show() and add additional information particular to that Mover.
Reimplemented from protocols::moves::Mover.
References all_rna_fragments_file_, allow_bulge_, allow_consecutive_bulges_, autofilter_, autofilter_score_quantile_, binary_rna_output_, chunk_coverage_, close_loops_after_each_move_, close_loops_at_end_, close_loops_in_last_round_, do_close_loops_, dump_pdb_, filter_chain_closure_, filter_chain_closure_distance_, filter_chain_closure_halfway_, filter_lores_base_pairs_, filter_lores_base_pairs_early_, frag_size_, heat_structure_, ignore_secstruct_, jump_change_frequency_, jump_library_file_, lores_score_early_, lores_score_final_, m_Temperature_, minimize_structure_, monte_carlo_cycles_, monte_carlo_cycles_max_default_, move_first_rigid_body_, nstruct_, output_filters_, output_lores_silent_file_, relax_structure_, rna_data_file_, rna_params_file_, root_at_first_rigid_body_, rounds_, simple_rmsd_cutoff_relax_, staged_constraints_, titrate_stack_bonus_, use_chem_shift_data_, user_defined_cycles_, and vary_bond_geometry_.
Referenced by protocols::farna::operator<<().
|
inline |
References simple_rmsd_cutoff_relax_.
|
private |
References atom_pair_constraint, chainbreak, coordinate_constraint, denovo_scorefxn_, initial_denovo_scorefxn_, linear_chainbreak, rna_base_axis, rna_base_stack_axis, rna_base_stagger, rounds_, and titrate_stack_bonus_.
Referenced by apply().
|
private |
References frag_size_, rounds_, and protocols::farna::TR.
Referenced by apply().
|
private |
|
private |
Referenced by apply().
|
private |
Referenced by initialize_movers().
|
private |
Referenced by initialize_movers(), set_all_rna_fragments_file(), set_vall_torsions_file(), and show().
|
private |
Referenced by apply(), set_allow_consecutive_bulges(), and show().
|
private |
Referenced by apply(), and set_allowed_bulge_res().
|
private |
Referenced by apply(), set_autofilter(), and show().
|
private |
Referenced by check_score_filter(), and show().
|
private |
|
private |
Referenced by initialize_movers(), and set_bps_moves().
|
private |
Referenced by initialize_scorefxn(), and set_chainbreak_weight().
|
private |
Referenced by apply(), apply_chem_shift_data(), and initialize_scorefxn().
|
private |
Referenced by initialize_movers(), RNA_move_trial(), and show().
|
private |
Referenced by initialize_movers(), and set_chunk_pdb_files().
|
private |
Referenced by initialize_movers(), and set_chunk_silent_files().
|
private |
Referenced by apply(), set_close_loops_after_each_move(), and show().
|
private |
Referenced by apply(), apply_chem_shift_data(), set_close_loops(), and show().
|
private |
|
private |
Referenced by initialize_constraints(), and update_pose_constraints().
|
private |
Referenced by apply(), initialize_constraints(), initialize_scorefxn(), and update_denovo_scorefxn_weights().
|
private |
Referenced by apply(), random_chunk_trial(), random_fragment_trial(), random_jump_trial(), and show().
|
private |
Referenced by apply(), do_random_moves(), set_dump_pdb(), and show().
|
private |
Referenced by initialize_movers(), and set_extra_minimize_res().
|
private |
Referenced by apply(), set_filter_chain_closure(), and show().
|
private |
Referenced by apply(), set_filter_chain_closure_distance(), and show().
|
private |
Referenced by apply(), set_filter_chain_closure_halfway(), and show().
|
private |
Referenced by apply(), set_filter_lores_base_pairs(), set_filter_lores_base_pairs_early(), and show().
|
private |
Referenced by apply(), set_filter_lores_base_pairs_early(), and show().
|
private |
Referenced by apply(), random_fragment_trial(), show(), and update_frag_size().
|
private |
|
private |
Referenced by apply(), apply_chem_shift_data(), and initialize_scorefxn().
|
private |
Referenced by ignore_secstruct(), initialize_movers(), and show().
|
private |
Referenced by initialize_scorefxn(), and update_denovo_scorefxn_weights().
|
private |
Referenced by align_and_output_to_silent_file(), initialize_movers(), and set_input_res().
|
private |
Referenced by jump_change_frequency(), RNA_move_trial(), setup_rigid_body_mover(), and show().
|
private |
Referenced by initialize_movers(), set_jump_library_file(), and show().
|
private |
Referenced by initialize_scorefxn(), and set_linear_chainbreak_weight().
|
private |
Referenced by RNA_DeNovoProtocol().
|
private |
Referenced by apply(), output_silent_struct(), and show().
|
private |
Referenced by apply(), output_silent_struct(), and show().
|
private |
Referenced by initialize_scorefxn(), and set_lores_scorefxn().
|
private |
Referenced by apply(), and initialize_lores_silent_file().
|
private |
Referenced by apply(), set_temperature(), and show().
|
private |
Referenced by apply(), apply_chem_shift_data(), output_silent_struct(), and show().
|
private |
Referenced by initialize_movers(), and set_minimizer_use_coordinate_constraints().
|
private |
Referenced by apply(), random_chunk_trial(), random_fragment_trial(), and random_jump_trial().
|
private |
Referenced by apply(), set_monte_carlo_cycles(), setup_monte_carlo_cycles(), and show().
|
private |
Referenced by setup_monte_carlo_cycles(), and show().
|
private |
Referenced by initialize_movers(), set_move_first_rigid_body(), setup_rigid_body_mover(), and show().
|
private |
|
private |
Referenced by output_silent_struct(), set_output_filters(), and show().
|
private |
Referenced by apply(), initialize_lores_silent_file(), output_lores_silent_file(), and show().
|
private |
Referenced by apply(), and set_refine_pose_list().
|
private |
Referenced by apply(), and set_refine_pose().
|
private |
Referenced by apply(), and set_refine_pose_list().
|
private |
|
private |
Referenced by random_jump_trial(), and setup_rigid_body_mover().
|
private |
|
private |
Referenced by initialize_movers(), set_rna_data_file(), and show().
|
private |
Referenced by initialize_movers().
|
private |
Referenced by do_random_moves(), initialize_movers(), and random_fragment_trial().
|
private |
Referenced by apply(), apply_chem_shift_data(), random_chunk_trial(), random_fragment_trial(), random_jump_trial(), and RNA_DeNovoProtocol().
|
private |
Referenced by apply(), apply_chem_shift_data(), initialize_movers(), and initialize_scorefxn().
|
private |
Referenced by initialize_movers(), set_rna_params_file(), and show().
|
private |
Referenced by apply(), and initialize_movers().
|
private |
Referenced by apply(), apply_chem_shift_data(), calc_rmsds(), get_moving_res(), initialize_movers(), and random_jump_trial().
|
private |
Referenced by initialize_movers(), set_root_at_first_rigid_body(), and show().
|
private |
|
private |
Referenced by apply(), initialize_lores_silent_file(), and initialize_tag_is_done().
|
private |
Referenced by initialize_movers(), show(), and simple_rmsd_cutoff_relax().
|
private |
Referenced by set_staged_constraints(), show(), and update_pose_constraints().
|
private |
Referenced by initialize_movers(), and set_suppress_bp_constraint().
|
private |
Referenced by apply(), and initialize_tag_is_done().
|
private |
Referenced by show(), and update_denovo_scorefxn_weights().
|
private |
Referenced by add_chem_shift_info(), apply(), apply_chem_shift_data(), initialize_scorefxn(), output_to_silent_file(), and show().
|
private |
Referenced by set_monte_carlo_cycles(), setup_monte_carlo_cycles(), and show().
|
private |
Referenced by initialize_movers(), set_vary_bond_geometry(), and show().
1.8.7