![]() |
Rosetta Protocols
2014.16.56682
|
#include <StepWiseRNA_Minimizer.hh>
Public Member Functions | |
| StepWiseRNA_Minimizer (utility::vector1< core::pose::PoseOP > const &pose_list, StepWiseRNA_JobParametersCOP &job_parameters) | |
| ~StepWiseRNA_Minimizer () | |
| virtual void | apply (core::pose::Pose &pose_to_visualize) |
| Apply the minimizer to one pose. More... | |
| virtual std::string | get_name () const |
| Each derived class must specify its name. The class name. More... | |
| void | set_silent_file (std::string const &silent_file) |
| void | set_move_map (core::kinematics::MoveMapOP move_map_) |
| void | set_scorefxn (core::scoring::ScoreFunctionOP const &scorefxn) |
| core::io::silent::SilentFileDataOP & | silent_file_data () |
| void | set_base_centroid_checker (checker::RNA_BaseCentroidCheckerOP &checker) |
| void | set_user_input_VDW_bin_checker (checker::RNA_VDW_BinCheckerOP const &user_input_VDW_bin_checker) |
| void | output_pose_wrapper (std::string const &tag, core::pose::Pose &pose, std::string const &out_silent_file) const |
| void | set_extra_minimize_res (utility::vector1< core::Size > setting) |
| void | set_allow_variable_bond_geometry (bool const setting) |
| void | set_vary_bond_geometry_frequency (core::Real const setting) |
| void | set_allow_insert (toolbox::AllowInsertOP setting) |
| void | set_options (StepWiseRNA_ModelerOptionsOP options) |
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 MoverOP | clone () const |
| Return a clone of the Mover object. More... | |
| 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 | |
| utility::vector1< core::Size > | get_working_moving_res (Size const &nres) const |
| core::kinematics::MoveMapOP | get_default_movemap (core::pose::Pose const &pose) |
| void | figure_out_moving_residues (core::kinematics::MoveMap &mm, core::pose::Pose const &pose) |
| bool | pass_all_pose_screens (core::pose::Pose &pose, std::string const in_tag, core::io::silent::SilentFileData &silent_file_data) const |
| void | Freeze_sugar_torsions (core::kinematics::MoveMap &mm, Size const nres) const |
| void | output_empty_minimizer_silent_file () const |
| void | output_pose_wrapper (std::string &tag, char tag_first_char, core::pose::Pose &pose, core::io::silent::SilentFileData &silent_file_data, std::string const out_silent_file) const |
| core::Size | figure_out_actual_five_prime_chain_break_res (core::pose::Pose const &pose) const |
| bool | native_edensity_score_checker (core::pose::Pose &pose, core::pose::Pose &native_pose) const |
| void | output_minimized_pose_list () |
| void | output_parameters () |
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... | |
| protocols::stepwise::sampling::rna::StepWiseRNA_Minimizer::StepWiseRNA_Minimizer | ( | utility::vector1< core::pose::PoseOP > const & | pose_list, |
| StepWiseRNA_JobParametersCOP & | job_parameters | ||
| ) |
References job_parameters_, and protocols::moves::Mover::set_native_pose().
| protocols::stepwise::sampling::rna::StepWiseRNA_Minimizer::~StepWiseRNA_Minimizer | ( | ) |
|
virtual |
Apply the minimizer to one pose.
Implements protocols::moves::Mover.
References allow_insert_, allow_variable_bond_geometry_, protocols::simple_moves::ConstrainToIdealMover::apply(), core::kinematics::MoveMap::clone(), core::pose::Pose::clone(), protocols::stepwise::figure_out_moving_chain_break_res(), Freeze_sugar_torsions(), get_default_movemap(), protocols::simple_moves::ConstrainToIdealMover::get_movemap(), protocols::stepwise::sampling::rna::get_surrounding_O2prime_hydrogen(), get_working_moving_res(), job_parameters_, protocols::stepwise::sampling::rna::StepWiseRNA_ModelerOptions::minimize_and_score_sugar(), minimized_pose_list_, minimizer, protocols::stepwise::sampling::rna::StepWiseRNA_ModelerOptions::minimizer_output_before_o2prime_pack(), protocols::stepwise::sampling::rna::StepWiseRNA_ModelerOptions::minimizer_perform_o2prime_pack(), move_map_, protocols::stepwise::sampling::rna::StepWiseRNA_ModelerOptions::native_edensity_score_cutoff(), core::optimization::MinimizerOptions::nblist_auto_update(), nres, protocols::stepwise::sampling::rna::StepWiseRNA_ModelerOptions::num_pose_minimize(), protocols::stepwise::sampling::rna::o2prime_trials(), options, options_, original_geometry_weight_, output_empty_minimizer_silent_file(), output_minimized_pose_list(), protocols::stepwise::sampling::rna::StepWiseRNA_ModelerOptions::output_minimized_pose_list(), protocols::stepwise::sampling::rna::output_movemap(), output_parameters(), output_pose_wrapper(), protocols::stepwise::sampling::rna::output_title_text(), pass_all_pose_screens(), perform_electron_density_screen_, protocols::stepwise::sampling::rna::StepWiseRNA_ModelerOptions::perform_minimize(), pose_list_, protocols::stepwise::sampling::rna::remove_virtual_O2Prime_hydrogen(), protocols::RG, protocols::stepwise::sampling::rna::StepWiseRNA_ModelerOptions::rm_virt_phosphate(), rna_bond_geometry, scorefxn_, protocols::simple_moves::ConstrainToIdealMover::set_AllowInsert(), protocols::simple_moves::ConstrainToIdealMover::set_movemap(), silent_file_, silent_file_data(), sort_pose_by_score(), tag, tag_from_pose(), tag_into_pose(), core::pose::Pose::total_residue(), protocols::TR, numeric::random::RandomGenerator::uniform(), vary_bond_geometry_frequency_, and protocols::stepwise::sampling::rna::StepWiseRNA_ModelerOptions::verbose().
|
private |
|
private |
|
private |
References core::kinematics::MoveMap::set(), and protocols::TR.
Referenced by apply().
|
private |
References figure_out_moving_residues().
Referenced by apply().
|
virtual |
Each derived class must specify its name. The class name.
Implements protocols::moves::Mover.
|
private |
References utility::vector1< T, class >::has_value(), and job_parameters_.
Referenced by apply().
|
private |
|
private |
References utility::file::file_exists(), silent_file_, and utility_exit_with_message.
Referenced by apply().
|
private |
|
private |
References base_centroid_checker_, job_parameters_, protocols::stepwise::sampling::rna::StepWiseRNA_ModelerOptions::minimize_and_score_sugar(), protocols::stepwise::sampling::rna::StepWiseRNA_ModelerOptions::minimizer_output_before_o2prime_pack(), protocols::stepwise::sampling::rna::StepWiseRNA_ModelerOptions::minimizer_perform_o2prime_pack(), protocols::stepwise::sampling::rna::StepWiseRNA_ModelerOptions::minimizer_rename_tag(), protocols::stepwise::sampling::rna::StepWiseRNA_ModelerOptions::native_edensity_score_cutoff(), protocols::stepwise::sampling::rna::StepWiseRNA_ModelerOptions::num_pose_minimize(), options_, protocols::stepwise::sampling::rna::output_boolean(), protocols::stepwise::sampling::rna::output_seq_num_list(), perform_electron_density_screen_, protocols::stepwise::sampling::rna::StepWiseRNA_ModelerOptions::perform_minimize(), pose_list_, protocols::stepwise::sampling::rna::StepWiseRNA_ModelerOptions::rm_virt_phosphate(), protocols::stepwise::sampling::rna::StepWiseRNA_ModelerOptions::sampler_native_rmsd_screen(), protocols::stepwise::sampling::rna::StepWiseRNA_ModelerOptions::sampler_native_screen_rmsd_cutoff(), protocols::TR, user_input_VDW_bin_checker_, protocols::stepwise::sampling::rna::checker::RNA_VDW_BinChecker::user_inputted_VDW_screen_pose(), and protocols::stepwise::sampling::rna::StepWiseRNA_ModelerOptions::verbose().
Referenced by apply().
| void protocols::stepwise::sampling::rna::StepWiseRNA_Minimizer::output_pose_wrapper | ( | std::string const & | tag, |
| core::pose::Pose & | pose, | ||
| std::string const & | out_silent_file | ||
| ) | const |
References runtime_assert, and silent_file_data().
Referenced by apply(), output_minimized_pose_list(), and pass_all_pose_screens().
|
private |
|
private |
References base_centroid_checker_, protocols::stepwise::sampling::rna::check_for_messed_up_structure(), protocols::stepwise::sampling::rna::checker::ChainClosableGeometryChecker::check_screen(), DELTA, protocols::moves::Mover::get_native_pose(), core::conformation::Residue::has_variant_type(), job_parameters_, protocols::loops::loop_rmsd(), core::conformation::Residue::mainchain_torsion(), native_edensity_score_checker(), options_, output_pose_wrapper(), perform_electron_density_screen_, numeric::principal_angle_degrees(), core::pose::Pose::residue(), rmsd, protocols::stepwise::sampling::rna::rmsd_over_residue_list(), protocols::stepwise::sampling::rna::StepWiseRNA_ModelerOptions::sampler_native_rmsd_screen(), protocols::stepwise::sampling::rna::StepWiseRNA_ModelerOptions::sampler_native_screen_rmsd_cutoff(), silent_file_, protocols::stepwise::sampling::rna::suite_rmsd(), core::pose::Pose::total_residue(), protocols::TR, protocols::stepwise::sampling::rna::checker::RNA_BaseCentroidChecker::update_base_stub_list_and_check_that_terminal_res_are_unstacked(), user_input_VDW_bin_checker_, protocols::stepwise::sampling::rna::checker::RNA_VDW_BinChecker::user_inputted_VDW_screen_pose(), protocols::stepwise::sampling::rna::checker::RNA_VDW_BinChecker::VDW_rep_screen_with_act_pose(), and protocols::stepwise::sampling::rna::StepWiseRNA_ModelerOptions::verbose().
Referenced by apply().
|
inline |
References allow_insert_.
|
inline |
References allow_variable_bond_geometry_.
| void protocols::stepwise::sampling::rna::StepWiseRNA_Minimizer::set_base_centroid_checker | ( | checker::RNA_BaseCentroidCheckerOP & | checker | ) |
References base_centroid_checker_.
|
inline |
References extra_minimize_res_.
| void protocols::stepwise::sampling::rna::StepWiseRNA_Minimizer::set_move_map | ( | core::kinematics::MoveMapOP | move_map_ | ) |
References move_map_.
| void protocols::stepwise::sampling::rna::StepWiseRNA_Minimizer::set_options | ( | StepWiseRNA_ModelerOptionsOP | options | ) |
References options_.
| void protocols::stepwise::sampling::rna::StepWiseRNA_Minimizer::set_scorefxn | ( | core::scoring::ScoreFunctionOP const & | scorefxn | ) |
References scorefxn_.
| void protocols::stepwise::sampling::rna::StepWiseRNA_Minimizer::set_silent_file | ( | std::string const & | silent_file | ) |
References silent_file_.
|
inline |
References user_input_VDW_bin_checker_.
|
inline |
References vary_bond_geometry_frequency_.
| core::io::silent::SilentFileDataOP & protocols::stepwise::sampling::rna::StepWiseRNA_Minimizer::silent_file_data | ( | ) |
References sfd_.
Referenced by apply(), output_minimized_pose_list(), and output_pose_wrapper().
|
private |
Referenced by apply(), figure_out_moving_residues(), and set_allow_insert().
|
private |
Referenced by apply(), and set_allow_variable_bond_geometry().
|
private |
Referenced by output_parameters(), pass_all_pose_screens(), and set_base_centroid_checker().
|
private |
Referenced by figure_out_moving_residues(), and set_extra_minimize_res().
|
private |
|
private |
|
private |
Referenced by apply(), and output_minimized_pose_list().
|
private |
Referenced by apply(), and set_move_map().
|
private |
|
private |
Referenced by apply().
|
private |
Referenced by apply(), output_parameters(), and pass_all_pose_screens().
|
private |
Referenced by apply(), and output_parameters().
|
private |
|
private |
Referenced by apply(), and set_scorefxn().
|
private |
Referenced by silent_file_data().
|
private |
|
private |
Referenced by output_parameters(), pass_all_pose_screens(), and set_user_input_VDW_bin_checker().
|
private |
Referenced by apply(), and set_vary_bond_geometry_frequency().
1.8.7