|
Rosetta 3.5
|
#include <AntibodyModelerProtocol.hh>


Public Member Functions | |
| AntibodyModelerProtocol () | |
| ~AntibodyModelerProtocol () | |
| virtual protocols::moves::MoverOP | clone () const |
| clone has to be overridden only if clone invocation is expected. More... | |
| void | set_default () |
| Assigns default values to primitive members. More... | |
| void | sync_objects_with_flags () |
| Instantiates non-primitive members based on the value of the primitive members. More... | |
| virtual void | apply (pose::Pose &pose) |
| virtual std::string | get_name () const |
| Each derived class must specify its name. The class name. More... | |
| void | set_BenchMark (bool setting) |
| void | set_ModelH3 (bool setting) |
| void | set_SnugFit (bool setting) |
| void | set_refine_h3 (bool setting) |
| void | set_H3Filter (bool setting) |
| void | set_CterInsert (bool setting) |
| void | set_sc_min (bool setting) |
| void | set_rt_min (bool setting) |
| void | set_flank_residue_min (bool setting) |
| void | set_perturb_type (std::string remodel) |
| void | set_refine_type (std::string refine) |
| void | set_H3Filter_Tolerance (core::Size const number) |
| void | set_cst_weight (core::Real const cst_weight) |
| void | set_use_constraints (bool const use_csts) |
| void | set_constrain_cter (bool const setting) |
| void | set_constrain_vlvh_qq (bool const setting) |
| void | set_flank_residue_size (core::Real const flank_residue_size) |
| void | set_middle_pack_min (bool middle_pack_min) |
| void | set_bad_nter (bool setting) |
| void | display_constraint_residues (pose::Pose &pose) |
| void | show (std::ostream &out=std::cout) |
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 (TagPtr const tag, 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 |
| this function informs 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 |
| this function informs 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 |
| this is like clone(), except it generates a new mover object freshly created with the default ctor. This function should be pure virtual but that would disrupt the code base; MAKE SURE YOU DEFINE IT if you want to have your mover be a protocol handed to the job distributor (august 08 vintage). More... | |
| void | set_current_job (protocols::jobdist::BasicJobCOP job) |
| jobdist::BasicJobCOP | get_current_job () const |
Static Public Member Functions | |
| static void | register_options () |
| Associates relevant options with the AntibodyModeler class. More... | |
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. these options will end up in -help of your application if users of this mover call register_options. do this recursively! if you use movers within your mover, call their register_options in your register_options() method. More... | |
Private Member Functions | |
| void | init_from_options () |
| Assigns user specified values to primitive members using command line options. More... | |
| void | finalize_setup (core::pose::Pose &pose) |
| Performs the portion of setup of non-primitive members that requires a pose - called on apply. More... | |
| void | init () |
| Sets up the instance of AntibodyModeler and initializes all members based on values passed in at construction or via the command line. More... | |
| void | setup_objects () |
Friends | |
| std::ostream & | operator<< (std::ostream &out, const AntibodyModelerProtocol &ab_m) |
Additional Inherited Members | |
Public Types inherited from protocols::moves::Mover | |
| typedef utility::tag::TagPtr | TagPtr |
| typedef core::pose::Pose | Pose |
| typedef core::pose::PoseCOP | PoseCOP |
| typedef protocols::filters::Filters_map | Filters_map |
| typedef std::list< std::string > | Strings |
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... | |
Definition at line 38 of file AntibodyModelerProtocol.hh.
| protocols::antibody2::AntibodyModelerProtocol::AntibodyModelerProtocol | ( | ) |
Definition at line 83 of file AntibodyModelerProtocol.cc.
References init(), and user_defined_.
Referenced by clone().
| protocols::antibody2::AntibodyModelerProtocol::~AntibodyModelerProtocol | ( | ) |
Definition at line 89 of file AntibodyModelerProtocol.cc.
|
virtual |
Implements protocols::moves::Mover.
Definition at line 347 of file AntibodyModelerProtocol.cc.
References ab_info_, protocols::loops::add_cutpoint_variants(), protocols::antibody2::align_to_native(), core::scoring::atom_pair_constraint, bad_nter_, camelid_, camelid_constraints_, constrain_vlvh_qq_, cst_weight_, cter_insert_, protocols::nonlocal::current_job(), core::scoring::dihedral_constraint, display_constraint_residues(), dock_scorefxn_highres_, core::pose::Pose::energies(), finalize_setup(), flags_and_objects_are_in_sync_, flank_residue_min_, flank_residue_size_, core::pose::Pose::fold_tree(), protocols::jd2::JobDistributor::get_instance(), protocols::moves::Mover::get_native_pose(), protocols::antibody2::global_loop_rmsd(), protocols::antibody2::h1, protocols::antibody2::h2, protocols::antibody2::h3, h3_filter_, h3_filter_tolerance_, h3_perturb_type_, h3_refine_type_, protocols::antibody2::l1, protocols::antibody2::l2, protocols::antibody2::l3, LH_repulsive_ramp_, loop_scorefxn_centroid_, loop_scorefxn_highres_, model_h3_, protocols::moves::MS_SUCCESS, pack_scorefxn_, refine_h3_, protocols::loops::remove_cutpoint_variants(), rt_min_, sc_min_, protocols::moves::Mover::set_last_move_status(), core::pose::set_ss_from_phipsi(), snugfit_, sync_objects_with_flags(), core::scoring::Energies::total_energies(), protocols::TR(), and protocols::antibody2::vl_vh_packing_angle().
|
virtual |
clone has to be overridden only if clone invocation is expected.
clone is meant to return an OP'ed deep copy of this object. This really should be a pure virtual in the base class, but adding pure virtuals to Mover would massively disrupt the code. This default implementation crashes at runtime instead of compiletime if you try to call it. If this code is causing you problems, your Mover needs to override this function.
Reimplemented from protocols::moves::Mover.
Definition at line 93 of file AntibodyModelerProtocol.cc.
References AntibodyModelerProtocol().
| void protocols::antibody2::AntibodyModelerProtocol::display_constraint_residues | ( | pose::Pose & | pose) |
Definition at line 504 of file AntibodyModelerProtocol.cc.
References ab_info_, protocols::antibody2::Extended, protocols::antibody2::h3, core::conformation::Residue::name3(), core::pose::Pose::pdb_info(), core::pose::Pose::residue(), and protocols::TR().
Referenced by apply().
|
private |
Performs the portion of setup of non-primitive members that requires a pose - called on apply.
Definition at line 302 of file AntibodyModelerProtocol.cc.
References ab_info_, cdr_constraint_, cst_weight_, core::pose::Pose::fold_tree(), protocols::moves::Mover::get_input_pose(), protocols::moves::Mover::get_native_pose(), protocols::moves::Mover::set_input_pose(), protocols::moves::Mover::set_native_pose(), core::pose::set_ss_from_phipsi(), and protocols::TR().
Referenced by apply().
|
virtual |
Each derived class must specify its name. The class name.
Implements protocols::moves::Mover.
Definition at line 294 of file AntibodyModelerProtocol.cc.
|
private |
Sets up the instance of AntibodyModeler and initializes all members based on values passed in at construction or via the command line.
Definition at line 99 of file AntibodyModelerProtocol.cc.
References init_from_options(), set_default(), and setup_objects().
Referenced by AntibodyModelerProtocol().
|
private |
Assigns user specified values to primitive members using command line options.
Definition at line 179 of file AntibodyModelerProtocol.cc.
References core::import_pose::pose_from_pdb(), set_bad_nter(), set_BenchMark(), set_constrain_cter(), set_constrain_vlvh_qq(), set_cst_weight(), set_CterInsert(), set_flank_residue_min(), set_H3Filter(), set_H3Filter_Tolerance(), set_ModelH3(), protocols::moves::Mover::set_native_pose(), set_perturb_type(), set_refine_h3(), set_refine_type(), set_rt_min(), set_sc_min(), set_SnugFit(), set_use_constraints(), and protocols::TR().
Referenced by init().
|
static |
Associates relevant options with the AntibodyModeler class.
Definition at line 147 of file AntibodyModelerProtocol.cc.
|
inline |
Definition at line 117 of file AntibodyModelerProtocol.hh.
Referenced by init_from_options().
|
inline |
Definition at line 63 of file AntibodyModelerProtocol.hh.
Referenced by init_from_options().
|
inline |
Definition at line 105 of file AntibodyModelerProtocol.hh.
Referenced by init_from_options().
|
inline |
Definition at line 108 of file AntibodyModelerProtocol.hh.
Referenced by init_from_options().
|
inline |
Definition at line 99 of file AntibodyModelerProtocol.hh.
Referenced by init_from_options().
|
inline |
Definition at line 78 of file AntibodyModelerProtocol.hh.
Referenced by init_from_options().
| void protocols::antibody2::AntibodyModelerProtocol::set_default | ( | ) |
Assigns default values to primitive members.
Definition at line 110 of file AntibodyModelerProtocol.cc.
References bad_nter_, benchmark_, camelid_, camelid_constraints_, cdr_constraint_, cen_cst_, constrain_cter_, constrain_vlvh_qq_, cst_weight_, cter_insert_, flank_residue_min_, flank_residue_size_, h3_filter_, h3_filter_tolerance_, h3_perturb_type_, h3_refine_type_, high_cst_, LH_repulsive_ramp_, middle_pack_min_, model_h3_, refine_h3_, rt_min_, sc_min_, snugfit_, protocols::TR(), and use_csts_.
Referenced by init().
|
inline |
Definition at line 87 of file AntibodyModelerProtocol.hh.
Referenced by init_from_options().
|
inline |
Definition at line 111 of file AntibodyModelerProtocol.hh.
|
inline |
Definition at line 75 of file AntibodyModelerProtocol.hh.
Referenced by init_from_options().
|
inline |
Definition at line 96 of file AntibodyModelerProtocol.hh.
Referenced by init_from_options().
|
inline |
Definition at line 114 of file AntibodyModelerProtocol.hh.
|
inline |
Definition at line 66 of file AntibodyModelerProtocol.hh.
Referenced by init_from_options().
|
inline |
Definition at line 90 of file AntibodyModelerProtocol.hh.
Referenced by init_from_options().
|
inline |
Definition at line 72 of file AntibodyModelerProtocol.hh.
Referenced by init_from_options().
|
inline |
Definition at line 93 of file AntibodyModelerProtocol.hh.
Referenced by init_from_options().
|
inline |
Definition at line 84 of file AntibodyModelerProtocol.hh.
Referenced by init_from_options().
|
inline |
Definition at line 81 of file AntibodyModelerProtocol.hh.
Referenced by init_from_options().
|
inline |
Definition at line 69 of file AntibodyModelerProtocol.hh.
Referenced by init_from_options().
|
inline |
Definition at line 102 of file AntibodyModelerProtocol.hh.
Referenced by init_from_options().
|
private |
Definition at line 260 of file AntibodyModelerProtocol.cc.
References core::scoring::atom_pair_constraint, core::scoring::chainbreak, constrain_cter_, constrain_vlvh_qq_, core::scoring::ScoreFunctionFactory::create_score_function(), cst_weight_, core::scoring::dihedral_constraint, dock_scorefxn_highres_, loop_scorefxn_centroid_, loop_scorefxn_highres_, core::scoring::overlap_chainbreak, pack_scorefxn_, sync_objects_with_flags(), and use_csts_.
Referenced by init().
| void protocols::antibody2::AntibodyModelerProtocol::show | ( | std::ostream & | out = std::cout) |
Show the complete setup of the antibody modeler protocol
Definition at line 553 of file AntibodyModelerProtocol.cc.
References flags_and_objects_are_in_sync_, and sync_objects_with_flags().
| void protocols::antibody2::AntibodyModelerProtocol::sync_objects_with_flags | ( | ) |
Instantiates non-primitive members based on the value of the primitive members.
Definition at line 287 of file AntibodyModelerProtocol.cc.
References flags_and_objects_are_in_sync_.
Referenced by apply(), setup_objects(), and show().
|
friend |
Definition at line 560 of file AntibodyModelerProtocol.cc.
|
private |
Definition at line 172 of file AntibodyModelerProtocol.hh.
Referenced by apply(), display_constraint_residues(), and finalize_setup().
|
private |
Definition at line 146 of file AntibodyModelerProtocol.hh.
Referenced by apply(), and set_default().
|
private |
Definition at line 151 of file AntibodyModelerProtocol.hh.
Referenced by set_default().
|
private |
Definition at line 138 of file AntibodyModelerProtocol.hh.
Referenced by apply(), protocols::antibody2::operator<<(), and set_default().
|
private |
Definition at line 139 of file AntibodyModelerProtocol.hh.
Referenced by apply(), and set_default().
|
private |
Definition at line 169 of file AntibodyModelerProtocol.hh.
Referenced by finalize_setup(), and set_default().
|
private |
Definition at line 145 of file AntibodyModelerProtocol.hh.
Referenced by set_default().
|
private |
Definition at line 148 of file AntibodyModelerProtocol.hh.
Referenced by set_default(), and setup_objects().
|
private |
Definition at line 148 of file AntibodyModelerProtocol.hh.
Referenced by apply(), set_default(), and setup_objects().
|
private |
Definition at line 160 of file AntibodyModelerProtocol.hh.
Referenced by apply(), finalize_setup(), set_default(), and setup_objects().
|
private |
Definition at line 134 of file AntibodyModelerProtocol.hh.
Referenced by apply(), protocols::antibody2::operator<<(), and set_default().
|
private |
Definition at line 165 of file AntibodyModelerProtocol.hh.
Referenced by apply(), and setup_objects().
|
private |
Definition at line 155 of file AntibodyModelerProtocol.hh.
Referenced by apply(), show(), and sync_objects_with_flags().
|
private |
Definition at line 140 of file AntibodyModelerProtocol.hh.
Referenced by apply(), and set_default().
|
private |
Definition at line 141 of file AntibodyModelerProtocol.hh.
Referenced by apply(), and set_default().
|
private |
Definition at line 133 of file AntibodyModelerProtocol.hh.
Referenced by apply(), protocols::antibody2::operator<<(), and set_default().
|
private |
Definition at line 156 of file AntibodyModelerProtocol.hh.
Referenced by apply(), protocols::antibody2::operator<<(), and set_default().
|
private |
Definition at line 143 of file AntibodyModelerProtocol.hh.
Referenced by apply(), protocols::antibody2::operator<<(), and set_default().
|
private |
Definition at line 144 of file AntibodyModelerProtocol.hh.
Referenced by apply(), protocols::antibody2::operator<<(), and set_default().
|
private |
Definition at line 145 of file AntibodyModelerProtocol.hh.
Referenced by set_default().
|
private |
Definition at line 135 of file AntibodyModelerProtocol.hh.
Referenced by apply(), protocols::antibody2::operator<<(), and set_default().
|
private |
Definition at line 164 of file AntibodyModelerProtocol.hh.
Referenced by apply(), and setup_objects().
|
private |
Definition at line 163 of file AntibodyModelerProtocol.hh.
Referenced by apply(), and setup_objects().
|
private |
Definition at line 142 of file AntibodyModelerProtocol.hh.
Referenced by set_default().
|
private |
Definition at line 130 of file AntibodyModelerProtocol.hh.
Referenced by apply(), protocols::antibody2::operator<<(), and set_default().
|
private |
Definition at line 166 of file AntibodyModelerProtocol.hh.
Referenced by apply(), and setup_objects().
|
private |
Definition at line 132 of file AntibodyModelerProtocol.hh.
Referenced by apply(), protocols::antibody2::operator<<(), and set_default().
|
private |
Definition at line 137 of file AntibodyModelerProtocol.hh.
Referenced by apply(), and set_default().
|
private |
Definition at line 136 of file AntibodyModelerProtocol.hh.
Referenced by apply(), and set_default().
|
private |
Definition at line 131 of file AntibodyModelerProtocol.hh.
Referenced by apply(), protocols::antibody2::operator<<(), and set_default().
|
private |
Definition at line 147 of file AntibodyModelerProtocol.hh.
Referenced by set_default(), and setup_objects().
|
private |
Definition at line 153 of file AntibodyModelerProtocol.hh.
Referenced by AntibodyModelerProtocol().
1.8.4