|
| ConstraintFragmentSampler (topology_broker::TopologyBrokerOP broker) |
| This constructor does not work – Fix it before using it. More...
|
|
moves::MoverOP | clone () const override |
| ConstraintFragmentSampler has virtual functions... use this to obtain a new instance. More...
|
|
void | apply (core::pose::Pose &pose) override |
| Main Method. More...
|
|
std::string | get_name () const override |
| Each derived class must specify its name. The class name. More...
|
|
| ~FragmentSampler () override |
|
| FragmentSampler (topology_broker::TopologyBrokerOP broker) |
| This constructor does not work – Fix it before using it. More...
|
|
moves::MoverOP | clone () const override |
| FragmentSampler has virtual functions... use this to obtain a new instance. More...
|
|
void | apply (core::pose::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_cycles (core::Real increase_cycles=1.0) |
|
void | set_score_weight (core::scoring::ScoreType, core::Real setting, StageID stage=ALL_STAGES) |
| sets a score weight for all stages of abinitio More...
|
|
virtual checkpoint::CheckPointer & | get_checkpoints () |
|
void | topology_broker (topology_broker::TopologyBrokerOP set) |
|
core::scoring::ScoreFunction const & | current_scorefxn () const |
|
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 |
|
bool | bQuickTest () const |
|
bool | check_loops (core::pose::Pose &pose) |
|
| 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_constraint_weight (core::Real setting) |
|
void | set_defaults () |
|
void | do_stage1_cycles (core::pose::Pose &pose) override |
|
void | prepare_stage1 (core::pose::Pose &pose) override |
|
void | prepare_stage2 (core::pose::Pose &pose) override |
|
void | prepare_loop_in_stage3 (core::pose::Pose &, core::Size, core::Size) override |
|
void | prepare_loop_in_stage4 (core::pose::Pose &, core::Size, core::Size) override |
|
void | set_show_viol_level (core::Size setting) |
|
virtual void | set_max_seq_sep (core::pose::Pose &pose, core::Size setting) |
|
core::Real | max_seq_sep_fudge () const |
|
void | max_seq_sep_fudge (core::Real setting) |
|
constraints_additional::MaxSeqSepConstraintSet const & | constraints () |
|
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) |
|
void | replace_scorefxn (core::pose::Pose &pose, StageID stage, core::Real intra_stage_progress) override |
|
topology_broker::TopologyBroker const & | topology_broker () |
|
void | set_mc (moves::MonteCarloOP) |
|
moves::MonteCarlo & | mc () |
|
moves::MonteCarlo const & | mc () const |
|
void | set_defaults () |
|
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 void | do_stage2_cycles (core::pose::Pose &pose) |
|
virtual void | do_stage3_cycles (core::pose::Pose &pose) |
|
virtual void | do_stage4_cycles (core::pose::Pose &pose) |
|
virtual moves::MoverOP | mover (core::pose::Pose const &pose, StageID stage_id, core::scoring::ScoreFunction const &scorefxn, core::Real progress=1.0) |
|
virtual void | prepare_stage3 (core::pose::Pose &pose) |
|
virtual void | prepare_stage4 (core::pose::Pose &pose) |
|
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...
|
|
@ detail general usage: ConstraintFragmentSampler abinitio; abinitio.init( pose ); ... while(nstruct) { abinitio.apply( pose ); }
call ConstraintFragmentSampler::register_options() before core::init::init to add relevant options to the applications help
, with the following stages, all of which uses a different ScoreFunction based on the cen_std.wts in minirosetta_database:
- Stage 1: large (usually 9mer) randomly selected fragment insertions, only VDW term turned on. Uses score0.wts_patch and runs for either a maximum of 2000 cycles or until all moveable phi/psi values have been changed.
- Stage 2: large randomly selected fragment insertions, more score terms turned on. Uses score1.wts_patch and runs for 2000 cycles.
- Stage 3: uses large randomly selected fragment insertions, although the size of the fragment insertions is tunable via the set_apply_large_frags( bool ) method. Alternates between score2.wts_patch and score5.wts_patch, running tunable numbers of 2000-cycle iterations between the two scoring functions.
- Stage 4: uses small (usually 3mer) fragment insertions with the fragment selection based on the Gunn cost for finding local fragment moves. Runs for 4000-cycles and uses score3.wts_patch.
The class implements the basic abinito approach as known from rosetta++. We tried to set this up, such that behaviour of the protocol can be changed in many different ways ( see, e.g., FoldConstraints ). To be able to change the behaviour of the protocol easily the class-apply function and methods called therein (e.g., prepare_XXX() / do_XXX_cycles() ) should not directly change moves or trials. A reference to the currently used score-function should be obtained by mc().score_function() ...
Behaviour can be changed in the following ways:
use non-classic FragmentMover --> eg. not uniformly sampled fragments, but using some weighting --> large and small moves doesn't have to be 3mers and 9mers... use other movers... —> or other fragets for the "convenience constructor" use custom trial classes --> overload update_moves()
change sampling behaviour: overload prepare_XXX() methods: these are called before the cycling for a certain stage begins overload do_stageX_cycles() : the actual loops over trial-moves ...
change scoring functions: overload set_default_scores() weight-changes effective for all stages: set_score_weight()