Rosetta
|
#include <ZincHeterodimerMover.hh>
Public Member Functions | |
ZincHeterodimerMover (utility::vector1< core::Size > const &metal_site, core::kinematics::Edge const &fixed_to_metal, core::kinematics::Edge const &metal_to_mobile) | |
constructor More... | |
~ZincHeterodimerMover () override | |
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... | |
![]() | |
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 MoverOP | clone () const |
Return a clone of the Mover object. 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... | |
Private Member Functions | |
void | generate_scorefunctions () |
constructor helper function - generates scorefunctions More... | |
void | generate_factory () |
constructor helper function - generates TaskFactory More... | |
void | copy_to_centroid (core::pose::Pose const &pose, core::pose::Pose ¢roid, core::kinematics::FoldTree const ¢roid_tree, core::Size const metal_res) |
apply helper function (ugly complex interface, I know) More... | |
Private Attributes | |
core::scoring::ScoreFunctionOP | centroid_scorefunction_ |
core::scoring::ScoreFunctionOP | fullatom_scorefunction_ |
core::pack::task::TaskFactoryCOP | factory_ |
core::kinematics::Edge const | fixed_to_metal_ |
fixed_to_metal this is a core::kinematic::Edge which represents a bond from the metal center to a liganding residue on the "fixed" partner (the one without rigid-body freedom) More... | |
core::kinematics::Edge const | metal_to_mobile_ |
metal_to_mobile this is a core::kinematic::Edge which represents a bond from the metal center to a liganding residue on the mobile partner with rigid body freedom. The bond will be rotated by RotateJumpAxisMover More... | |
utility::vector1< core::Size > const | metal_site_ |
the residues involved in the metal site (generally 4 residues plus the metal for 5 total) More... | |
Additional Inherited Members | |
![]() | |
typedef utility::tag::TagCOP | TagCOP |
typedef core::pose::Pose | Pose |
typedef core::pose::PoseCOP | PoseCOP |
typedef std::list< std::string > | Strings |
![]() | |
static std::string | name () |
static void | register_options () |
Overload this static method if you access options within the mover. More... | |
![]() | |
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... | |
ZincHeterodimerMover is a mover for the ZincHeterodimerDesign protocol
protocols::metal_interface::ZincHeterodimerMover::ZincHeterodimerMover | ( | utility::vector1< core::Size > const & | metal_site, |
core::kinematics::Edge const & | fixed_to_metal, | ||
core::kinematics::Edge const & | metal_to_mobile | ||
) |
constructor
[in] | metal_site | this is the residues directly involved in metal binding (plus the metal itself) - these should not be repacked. |
[in] | fixed_to_metal | this is a core::kinematic::Edge which represents a bond from the metal center to a liganding residue on the "fixed" partner (the one without rigid-body freedom) |
[in] | metal_to_mobile | this is a core::kinematic::Edge which represents a bond from the metal center to a liganding residue on the mobile partner with rigid body freedom. The bond will be rotated by RotateJumpAxisMover |
constructor
References generate_factory(), and generate_scorefunctions().
|
overridedefault |
|
overridevirtual |
Main Method.
Implements protocols::moves::Mover.
References core::kinematics::FoldTree::add_edge(), protocols::moves::DualMonteCarlo::boltzmann(), centroid_scorefunction_, core::conformation::Conformation::chain_begin(), core::conformation::Conformation::chain_end(), core::pose::Pose::conformation(), copy_to_centroid(), core::pack::task::TaskFactory::create_packer_task(), core::kinematics::FoldTree::delete_unordered_edge(), protocols::metal_interface::dump_chis(), core::pack::task::EX_SIX_QUARTER_STEP_STDDEVS, factory_, fixed_to_metal_, core::pose::Pose::fold_tree(), fullatom_scorefunction_, core::chemical::ResidueTypeBase::is_protein(), core::kinematics::Edge::label(), protocols::moves::DualMonteCarlo::MC(), protocols::moves::MonteCarlo::mc_accepted(), metal_to_mobile_, core::conformation::Conformation::num_chains(), core::kinematics::Edge::PEPTIDE, protocols::moves::DualMonteCarlo::recover_low(), core::kinematics::FoldTree::reorder(), core::pose::Pose::residue(), core::pose::Pose::residue_type(), core::pose::Pose::size(), core::kinematics::Edge::start(), core::kinematics::Edge::stop(), and protocols::TR().
|
private |
apply helper function (ugly complex interface, I know)
apply() needs to generate a centroid copy of the fullatom pose from time to time. Some of the things in the fullatom pose are not centroid safe (metal atom, possible hydrogen-lacking metal ligand residues) and must be removed before centroid-ization. This function takes care of that; unfortunately it needs a lot of help passed in.
References core::chemical::CENTROID_t, core::pose::Pose::fold_tree(), and core::util::switch_to_residue_type_set().
Referenced by apply().
|
private |
constructor helper function - generates TaskFactory
References factory_, metal_site_, and protocols::TR().
Referenced by ZincHeterodimerMover().
|
private |
constructor helper function - generates scorefunctions
References core::scoring::cbeta, core::scoring::cenpack, centroid_scorefunction_, core::scoring::env, fullatom_scorefunction_, core::scoring::get_score_function(), core::scoring::hbond_lr_bb, core::scoring::hbond_sr_bb, core::scoring::pair, protocols::TR(), and core::scoring::vdw.
Referenced by ZincHeterodimerMover().
|
overridevirtual |
Each derived class must specify its name. The class name.
Implements protocols::moves::Mover.
|
private |
Referenced by apply(), and generate_scorefunctions().
|
private |
Referenced by apply(), and generate_factory().
|
private |
fixed_to_metal this is a core::kinematic::Edge which represents a bond from the metal center to a liganding residue on the "fixed" partner (the one without rigid-body freedom)
Referenced by apply().
|
private |
Referenced by apply(), and generate_scorefunctions().
|
private |
the residues involved in the metal site (generally 4 residues plus the metal for 5 total)
Referenced by generate_factory().
|
private |
metal_to_mobile this is a core::kinematic::Edge which represents a bond from the metal center to a liganding residue on the mobile partner with rigid body freedom. The bond will be rotated by RotateJumpAxisMover
Referenced by apply().