Rosetta
|
#include <SnugDockProtocol.hh>
Public Member Functions | |
SnugDockProtocol () | |
default constructor More... | |
SnugDockProtocol (SnugDockProtocol const &rhs) | |
copy constructor More... | |
SnugDockProtocol & | operator= (SnugDockProtocol const &rhs) |
assignment operator More... | |
~SnugDockProtocol () override | |
void | apply (Pose &) override |
Main Method. More... | |
std::string | get_name () const override |
Each derived class must specify its name. More... | |
protocols::moves::MoverOP | clone () const override |
Return a clone of the Mover object. More... | |
protocols::moves::MoverOP | fresh_instance () const override |
fresh_instance returns a default-constructed object for JD2 More... | |
bool | reinitialize_for_new_input () const override |
This mover retains state such that a fresh version is needed if the input Pose is about to change. More... | |
bool | auto_generate_kink_constraint () const |
void | auto_generate_kink_constraint (bool const setting) |
bool | high_res_kink_constraint () const |
void | high_res_kink_constraint (bool const setting) |
bool | low_res_kink_constraint () const |
void | low_res_kink_constraint (bool const setting) |
bool | constrain_vlvh_qq () const |
void | constrain_vlvh_qq (bool const setting) |
void | show (std::ostream &out=std::cout) const override |
Outputs details about the Mover, including current settings. More... | |
core::pack::task::TaskFactoryOP | repack_tf_from_residue_sets (Pose const &pose, std::set< core::Size > const &ab_residues, std::set< core::Size > const &ag_residues) |
void | setup_ab_ag_foldtree (Pose &pose, AntibodyInfoOP antibody_info) |
core::conformation::ResidueOP | place_VRT_at_residue_COM (Pose const &pose, utility::vector1< bool > residues) |
core::conformation::ResidueOP | place_VRT_at_residue_COM (Pose const &pose, core::Size start, core::Size stop) |
![]() | |
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... | |
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 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... | |
Static Public Member Functions | |
static void | register_options () |
Associates relevant options with the SnugDockProtocol class. More... | |
![]() | |
static std::string | name () |
static void | register_options () |
Overload this static method if you access options within the mover. More... | |
Private Member Functions | |
void | setup_objects (Pose &pose) |
void | setup_loop_refinement_movers () |
void | update_fold_tree_from_bool_vector () |
void | init () |
void | init_for_equal_operator_and_copy_constructor (SnugDockProtocol &lhs, SnugDockProtocol const &rhs) |
void | init_from_options () |
void | set_default () |
docking::DockingProtocolOP | docking () const |
protocols::loop_modeler::LoopModelerOP | refine_loop () const |
Friends | |
std::ostream & | operator<< (std::ostream &out, SnugDockProtocol const &snugdockprotocol) |
Additional Inherited Members | |
![]() | |
typedef utility::tag::TagCOP | TagCOP |
typedef core::pose::Pose | Pose |
typedef core::pose::PoseCOP | PoseCOP |
typedef std::list< std::string > | Strings |
![]() | |
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::antibody::snugdock::SnugDockProtocol::SnugDockProtocol | ( | ) |
default constructor
References init().
protocols::antibody::snugdock::SnugDockProtocol::SnugDockProtocol | ( | SnugDockProtocol const & | rhs | ) |
copy constructor
References init_for_equal_operator_and_copy_constructor().
|
overridedefault |
|
overridevirtual |
Main Method.
Implements protocols::moves::Mover.
References antibody_info_, protocols::analysis::InterfaceAnalyzerMover::apply(), protocols::antibody::AntibodyNumberingConverterMover::apply(), auto_generate_kink_constraint(), CDR_loops_, core::pose::Pose::delete_residue_slow(), docking(), get_name(), core::scoring::get_score_function(), protocols::antibody::h3, core::conformation::Residue::is_virtual_residue(), protocols::antibody::kink_constrain_antibody_H3(), core::pose::Pose::residue(), setup_objects(), show(), protocols::loops::stop, and protocols::antibody::TR().
|
inline |
References auto_generate_kink_constraint_.
Referenced by apply(), init_from_options(), and setup_loop_refinement_movers().
|
inline |
References auto_generate_kink_constraint_.
|
overridevirtual |
Return a clone of the Mover object.
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.
|
inline |
References constrain_vlvh_qq_.
Referenced by init_from_options(), and setup_objects().
|
inline |
References constrain_vlvh_qq_.
|
private |
References docking_.
Referenced by apply(), and setup_objects().
|
overridevirtual |
fresh_instance returns a default-constructed object for JD2
Reimplemented from protocols::moves::Mover.
|
overridevirtual |
Each derived class must specify its name.
Implements protocols::moves::Mover.
References protocols::moves::Mover::type().
Referenced by apply(), setup_loop_refinement_movers(), and setup_objects().
|
inline |
References high_res_kink_constraint_.
Referenced by init_from_options(), and setup_objects().
|
inline |
References high_res_kink_constraint_.
|
private |
References init_from_options(), set_default(), and protocols::moves::Mover::type().
Referenced by SnugDockProtocol().
|
private |
References antibody_info_, docking_, low_res_refine_cdr_h2_, and low_res_refine_cdr_h3_.
Referenced by operator=(), and SnugDockProtocol().
|
private |
References auto_generate_kink_constraint(), constrain_vlvh_qq(), high_res_kink_constraint(), and low_res_kink_constraint().
Referenced by init().
|
inline |
References low_res_kink_constraint_.
Referenced by init_from_options(), and setup_loop_refinement_movers().
|
inline |
References low_res_kink_constraint_.
SnugDockProtocol & protocols::antibody::snugdock::SnugDockProtocol::operator= | ( | SnugDockProtocol const & | rhs | ) |
assignment operator
References init_for_equal_operator_and_copy_constructor().
core::conformation::ResidueOP protocols::antibody::snugdock::SnugDockProtocol::place_VRT_at_residue_COM | ( | Pose const & | pose, |
core::Size | start, | ||
core::Size | stop | ||
) |
core::conformation::ResidueOP protocols::antibody::snugdock::SnugDockProtocol::place_VRT_at_residue_COM | ( | Pose const & | pose, |
utility::vector1< bool > | residues | ||
) |
|
private |
Referenced by setup_loop_refinement_movers().
|
static |
Associates relevant options with the SnugDockProtocol class.
References protocols::antibody::snugdock::SnugDock::register_options(), and protocols::docking::DockingProtocol::register_options().
|
overridevirtual |
This mover retains state such that a fresh version is needed if the input Pose is about to change.
Reimplemented from protocols::moves::Mover.
core::pack::task::TaskFactoryOP protocols::antibody::snugdock::SnugDockProtocol::repack_tf_from_residue_sets | ( | Pose const & | pose, |
std::set< core::Size > const & | ab_residues, | ||
std::set< core::Size > const & | ag_residues | ||
) |
References core::select::util::calc_interacting_vector().
Referenced by setup_objects().
|
private |
References ab_has_light_chain_, auto_generate_kink_constraint_, constrain_vlvh_qq_, high_res_kink_constraint_, and low_res_kink_constraint_.
Referenced by init().
void protocols::antibody::snugdock::SnugDockProtocol::setup_ab_ag_foldtree | ( | Pose & | pose, |
AntibodyInfoOP | antibody_info | ||
) |
References ab_has_light_chain_, ab_residues_, ag_residues_, CDR_loops_, core::pose::Pose::chain(), core::conformation::ResidueFactory::create_residue(), protocols::loops::Loop::cut(), core::pose::get_chain_id_from_chain(), protocols::moves::Mover::name(), protocols::antibody::North, core::pose::Pose::pdb_info(), place_VRT_at_residue_COM(), core::pose::Pose::size(), core::pose::Pose::split_by_chain(), protocols::loops::Loop::start(), protocols::loops::Loop::stop(), protocols::antibody::TR(), vh_vl_jump_, core::pose::virtual_type_for_pose(), and protocols::kinmatch::xyz().
Referenced by setup_objects().
|
private |
References core::scoring::angle_constraint, antibody_info_, core::scoring::atom_pair_constraint, auto_generate_kink_constraint(), CDR_loops_, core::scoring::chainbreak, core::scoring::ScoreFunctionFactory::create_score_function(), core::scoring::dihedral_constraint, get_name(), protocols::antibody::h2, protocols::antibody::h3, low_res_kink_constraint(), low_res_refine_cdr_h2_, low_res_refine_cdr_h3_, core::scoring::overlap_chainbreak, and refine_loop().
Referenced by setup_objects().
|
private |
References ab_has_light_chain_, ab_residues_, ag_residues_, antibody_info_, CDR_loops_, constrain_vlvh_qq(), docking(), docking_, get_name(), high_res_kink_constraint(), low_res_refine_cdr_h2_, low_res_refine_cdr_h3_, repack_tf_from_residue_sets(), setup_ab_ag_foldtree(), setup_loop_refinement_movers(), tf_, protocols::antibody::TR(), and vh_vl_jump_.
Referenced by apply().
|
overridevirtual |
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 core::conformation::membrane::out.
Referenced by apply().
|
private |
|
friend |
|
private |
Referenced by set_default(), setup_ab_ag_foldtree(), and setup_objects().
|
private |
Referenced by setup_ab_ag_foldtree(), and setup_objects().
|
private |
Referenced by setup_ab_ag_foldtree(), and setup_objects().
|
private |
Referenced by apply(), init_for_equal_operator_and_copy_constructor(), setup_loop_refinement_movers(), and setup_objects().
|
private |
Referenced by auto_generate_kink_constraint(), and set_default().
|
private |
Referenced by apply(), setup_ab_ag_foldtree(), setup_loop_refinement_movers(), and setup_objects().
|
private |
Referenced by constrain_vlvh_qq(), and set_default().
|
mutableprivate |
Referenced by docking(), init_for_equal_operator_and_copy_constructor(), and setup_objects().
|
private |
Referenced by high_res_kink_constraint(), and set_default().
|
private |
Referenced by low_res_kink_constraint(), and set_default().
|
private |
Referenced by init_for_equal_operator_and_copy_constructor(), setup_loop_refinement_movers(), and setup_objects().
|
private |
Referenced by init_for_equal_operator_and_copy_constructor(), setup_loop_refinement_movers(), and setup_objects().
|
private |
|
private |
Referenced by setup_objects().
|
private |
Referenced by setup_ab_ag_foldtree(), and setup_objects().