|
| KinematicAbinitio (simple_moves::FragmentMoverOP brute_move_small, simple_moves::FragmentMoverOP brute_move_large, simple_moves::FragmentMoverOP smooth_move_small, int dummy) |
|
| KinematicAbinitio (core::fragment::FragSetCOP fragset3mer, core::fragment::FragSetCOP fragset9mer, core::kinematics::MoveMapCOP movemap) |
|
| ~KinematicAbinitio () override |
|
moves::MoverOP | clone () const override |
| ... More...
|
|
void | apply (core::pose::Pose &pose) override |
| run the protocol More...
|
|
std::string | get_name () const override |
| Each derived class must specify its name. The class name. More...
|
|
void | set_max_seq_sep (core::pose::Pose &pose, core::Size setting) override |
|
bool | prepare_stage1 (core::pose::Pose &pose) override |
|
bool | prepare_stage2 (core::pose::Pose &pose) override |
|
bool | prepare_stage3 (core::pose::Pose &pose) override |
|
bool | prepare_loop_in_stage3 (core::pose::Pose &, core::Size, core::Size) override |
|
bool | prepare_loop_in_stage4 (core::pose::Pose &, core::Size, core::Size) override |
|
moves::TrialMoverOP | stage1_mover (core::pose::Pose &pose, moves::TrialMoverOP trials_in) override |
|
moves::TrialMoverOP | stage2_mover (core::pose::Pose &pose, moves::TrialMoverOP trials_in) override |
|
moves::TrialMoverOP | stage3_mover (core::pose::Pose &pose, int lct1, int lct2, moves::TrialMoverOP trials_in) override |
|
moves::TrialMoverOP | stage4_mover (core::pose::Pose &pose, int kk, moves::TrialMoverOP trials_in) override |
|
void | closure_protocol (loops::loop_closure::ccd::SlidingWindowLoopClosureOP closure_protocol) |
| set the closure_protocol... if not set no closure... More...
|
|
| FoldConstraints (simple_moves::FragmentMoverOP brute_move_small, simple_moves::FragmentMoverOP brute_move_large, simple_moves::FragmentMoverOP smooth_move_small, int dummy) |
| c'stor from Movers More...
|
|
| FoldConstraints (core::fragment::FragSetCOP fragset3mer, core::fragment::FragSetCOP fragset9mer, core::kinematics::MoveMapCOP movemap) |
| c'stor from FragSets — ClassicFragmentMover and SmoothFragmentMover will be created More...
|
|
| FoldConstraints (FoldConstraints const &src) |
| Explicit copy constructor to handle OPs. More...
|
|
| ~FoldConstraints () override |
| Explicit destructor to handle OPs. More...
|
|
void | set_constraint_weight (core::Real setting) |
|
void | set_show_viol_level (core::Size setting) |
|
| ClassicAbinitio (simple_moves::FragmentMoverOP brute_move_small, simple_moves::FragmentMoverOP brute_move_large, simple_moves::FragmentMoverOP smooth_move_small, int) |
| This constructor does not work – Fix it before using it. More...
|
|
| ClassicAbinitio (core::fragment::FragSetCOP fragset_small, core::fragment::FragSetCOP fragset_large, core::kinematics::MoveMapCOP movemap) |
| constructor: supply fragsets for large and small fragment moves More...
|
|
| ClassicAbinitio (ClassicAbinitio const &src) |
| Explicit copy constructor since this class contains OPs of other classes. More...
|
|
| ~ClassicAbinitio () override |
| Explicit destructor since this class contains OPs of other classes. More...
|
|
void | init (core::pose::Pose const &pose) override |
| setup moves, mc-object, scores More...
|
|
simple_moves::FragmentMoverOP | smooth_move_small () |
|
simple_moves::FragmentMoverOP | brute_move_small () |
|
simple_moves::FragmentMoverOP | brute_move_large () |
|
core::kinematics::MoveMapCOP | movemap () |
|
void | set_moves (simple_moves::FragmentMoverOP brute_move_small, simple_moves::FragmentMoverOP brute_move_large, simple_moves::FragmentMoverOP smooth_move_small) |
|
void | set_mc (moves::MonteCarloOP) |
|
moves::MonteCarlo & | mc () |
|
moves::MonteCarlo const & | mc () const |
|
virtual void | set_cycles (core::Real increase_cycles=1.0) |
|
core::Size | total_trials () const |
|
virtual void | set_score_weight (core::scoring::ScoreType, core::Real setting, StageID stage=ALL_STAGES) |
| for debugging, one wants to have access to the native pose. More...
|
|
bool | supports_trRosetta_constraints () const override |
| This overrides the default and indicates that the ClassicAbInitio protocol DOES support trRosetta constraints. More...
|
|
bool | just_smooth_cycles () const |
|
core::Size | stage1_cycles () const |
|
core::Size | stage2_cycles () const |
|
core::Size | stage3_cycles () const |
|
void | set_stage4_cycles (core::Size stage4_cycles_new) |
|
core::Size | stage4_cycles () const |
|
core::Size | stage5_cycles () const |
|
bool | bQuickTest () const |
|
void | set_skip_stage1 (bool setting) |
|
void | set_skip_stage2 (bool setting) |
|
| Protocol () |
|
| ~Protocol () override=default |
|
void | set_evaluation (evaluation::MetaPoseEvaluatorOP ev) |
|
void | add_evaluation (evaluation::PoseEvaluatorOP ev) |
|
void | evaluate_pose (core::pose::Pose &pose, std::string tag, core::io::silent::SilentStruct &pss) const |
|
evaluation::MetaPoseEvaluatorOP | evaluator () |
|
void | set_kinematics (abinitio::KinematicControlOP kc) |
|
abinitio::KinematicControl const & | kinematics () |
|
virtual bool | start_from_centroid () const |
|
virtual bool | return_centroid () const |
|
virtual void | return_centroid (bool setting) |
|
void | apply (core::pose::Pose &) override |
| Main Method. More...
|
|
std::string | get_name () const override |
| Each derived class must specify its name. The class name. More...
|
|
void | set_fullatom_scorefxn (core::scoring::ScoreFunctionOP sfxn) |
|
void | set_centroid_scorefxn (core::scoring::ScoreFunctionOP sfxn) |
|
void | set_silentout_file_name (std::string str) |
|
void | set_use_trRosetta_constraints (bool const setting) |
| Set whether we're using trRosetta constraints. More...
|
|
core::scoring::ScoreFunctionOP | fullatom_scorefxn () |
|
core::scoring::ScoreFunctionOP | centroid_scorefxn () |
|
virtual checkpoint::CheckPointer & | get_checkpoints () |
|
bool | use_trRosetta_constraints () const |
| Get whether we're using trRosetta constraints. More...
|
|
| Mover () |
|
virtual MoverOP | create () |
|
MoverCOP | get_self_ptr () const |
|
MoverOP | get_self_ptr () |
|
MoverCAP | get_self_weak_ptr () const |
|
MoverAP | get_self_weak_ptr () |
|
| Mover (std::string const &type_name) |
| sets the type for a mover; name_ has been removed (2010/05/14) More...
|
|
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...
|
|
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...
|
|
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...
|
|
void | set_type (std::string const &setting) |
| Set the 'type' string. More...
|
|
std::string | get_type () const |
|
void | type (const std::string &type_in) |
| Set the 'type' string. More...
|
|
std::string const & | type () const |
| Get the set 'type' string. More...
|
|
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 | parse_my_tag (TagCOP tag, basic::datacache::DataMap &data) |
| Called by MoverFactory when constructing new Movers. Takes care of the specific mover's parsing. More...
|
|
void | set_current_job (protocols::jobdist::BasicJobCOP job) |
|
jobdist::BasicJobCOP | get_current_job () const |
|
virtual void | set_current_tag (std::string const &new_tag) |
|
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...
|
|
virtual void | show (std::ostream &output=std::cout) const |
| Outputs details about the Mover, including current settings. More...
|
|
virtual core::Real | last_proposal_density_ratio () |
|
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 void | provide_citation_info (basic::citation_manager::CitationCollectionList &) const |
| Provide citations to the passed CitationCollectionList Subclasses should add the info for themselves and any other classes they use. More...
|
|
|
void | set_default_scores () override |
| sets the usual scores ( score0,score1, score2/5 etc. ) and additionally atom_pair_constraints to 1.0 More...
|
|
void | set_default_options () override |
|
void | replace_scorefxn (core::pose::Pose &pose, StageID, core::Real intra_stage_progress) override |
|
bool | prepare_stage4 (core::pose::Pose &pose) override |
|
bool | do_stage1_cycles (core::pose::Pose &pose) override |
|
bool | do_stage2_cycles (core::pose::Pose &pose) override |
|
virtual void | setup_default_min_move () |
|
void | set_movemap (core::kinematics::MoveMapCOP mm) override |
|
void | set_min_move (protocols::minimization_packing::MinMoverOP mm) |
|
protocols::minimization_packing::MinMover & | min_move () |
|
void | min_trial (core::pose::Pose &pose) |
|
core::Real | max_seq_sep_fudge () const |
|
void | max_seq_sep_fudge (core::Real setting) |
|
constraints_additional::MaxSeqSepConstraintSet const & | constraints () |
|
void | bIgnoreSequenceSeparation (bool setting) |
|
bool | bIgnoreSequenceSeparation () |
|
core::Size | total_res (core::pose::Pose const &pose) const |
|
void | set_seq_sep_stage1 (core::Real setting) |
|
void | set_seq_sep_stage3 (core::Real setting) |
|
virtual void | update_moves () |
|
virtual void | set_defaults (core::pose::Pose const &pose) |
|
virtual void | set_default_mc (core::pose::Pose const &pose, core::scoring::ScoreFunction const &scorefxn) |
|
core::scoring::ScoreFunction const & | current_scorefxn () const |
|
void | current_scorefxn (core::scoring::ScoreFunction const &scorefxn) |
|
void | recover_low (core::pose::Pose &pose, StageID stage) |
|
void | set_current_weight (core::scoring::ScoreType type, core::Real setting) |
|
virtual bool | do_stage3_cycles (core::pose::Pose &pose) |
|
virtual bool | do_stage4_cycles (core::pose::Pose &pose) |
|
virtual bool | do_stage5_cycles (core::pose::Pose &pose) |
|
virtual moves::TrialMoverOP | stage4rot_mover (core::pose::Pose &pose, int kk, moves::TrialMoverOP trials_in) |
|
virtual moves::TrialMoverOP | stage5_mover (core::pose::Pose &pose, moves::TrialMoverOP trials_in) |
|
virtual void | set_trials () |
|
moves::TrialMoverOP | trial_large () |
|
moves::TrialMoverOP | trial_small () |
|
moves::TrialMoverOP | trial_smooth () |
|
virtual bool | prepare_stage5 (core::pose::Pose &pose) |
|
void | output_debug_structure (core::pose::Pose &pose, std::string prefix) override |
|
moves::MonteCarloOP | mc_ptr () |
|
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...
|
|