Rosetta
|
#include <ExplicitWaterMover.hh>
Public Member Functions | |
ExplicitWaterMover () | |
ExplicitWaterMover (core::scoring::ScoreFunctionOP sfin) | |
void | init () |
void | apply (Pose &pose) override |
Main Method. More... | |
void | delete_waters (core::pose::Pose &pose, bool virt_only) |
void | build_backbone_rotamer_clouds (core::pose::Pose const &pose, PWatRotamerCloud &new_rotamers) |
void | build_lkboverlap_rotamer_clouds (core::pose::Pose const &pose, PWatRotamerCloud &new_rotamers) |
void | attach_rotamer_clouds_to_pose_and_rotset (core::pose::Pose &pose, PWatRotamerCloud &watercloud) |
void | setup_pack (Pose &pose) |
setup the initial packing step More... | |
void | run_pack (Pose &pose, utility::vector0< int > rot_to_pack, utility::vector1< core::pack::annealer::PointDwell > &all_rot) |
run packing trajectory More... | |
core::pack::task::PackerTaskOP | update_packer_task (core::pose::Pose const &pose, core::pack::task::PackerTaskCOP &packer_task) |
update task to include all waters More... | |
void | cluster_rotset (utility::vector1< core::pack::annealer::PointDwell > &rotset) |
cluster water clouds More... | |
core::Size | find_closest (Pose const &pose, core::Vector Ocoord) |
find closest protein residue More... | |
void | set_mode (std::string val) |
void | set_lkb_overlap_dist (core::Real val) |
void | set_lkb_clust_rad (core::Real val) |
void | set_lkb_rotset_radius (core::Real val) |
void | set_dwell_cutoff (core::Real val) |
void | set_clust_radius (core::Real val) |
void | set_clust_cutoff (core::Real val) |
void | set_watlim_scale (core::Real val) |
void | set_gen_fixed (bool val) |
void | set_gen_fixed (utility::vector1< bool > val) |
void | set_taskop (core::pack::task::PackerTaskCOP val) |
std::string | get_name () const override |
Each derived class must specify its name. The class name. More... | |
protocols::moves::MoverOP | clone () const override |
Return a clone of the Mover object. More... | |
protocols::moves::MoverOP | fresh_instance () const override |
Generates a new Mover object freshly created with the default ctor. More... | |
void | parse_my_tag (utility::tag::TagCOP tag, basic::datacache::DataMap &data) override |
Called by MoverFactory when constructing new Movers. Takes care of the specific mover's parsing. 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... | |
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 |
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... | |
Static Public Member Functions | |
static std::string | mover_name () |
static utility::tag::XMLSchemaComplexTypeGeneratorOP | define_explicit_water_mover_schema () |
static void | provide_xml_schema (utility::tag::XMLSchemaDefinition &xsd) |
![]() | |
static std::string | name () |
static void | register_options () |
Overload this static method if you access options within the mover. More... | |
Private Member Functions | |
void | add_point_water (Pose &pose, core::Vector O, core::Size resnum) |
void | get_water_recovery (core::pose::Pose const &pose, bool incl_vrt=false) |
Static Private Attributes | |
static WaterRotsDB | water_rots_db_ |
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... | |
|
inline |
References init().
|
inline |
References init().
|
private |
|
overridevirtual |
Main Method.
Implements protocols::moves::Mover.
References core::pose::motif::a(), core::pose::Pose::append_residue_by_jump(), protocols::match::upstream::b, core::conformation::ResidueFactory::create_residue(), core::membrane::find_closest(), core::chemical::FULL_ATOM_t, core::pose::Pose::pdb_info(), core::scoring::pointwater, core::pose::renumber_pdbinfo_based_on_conf_chains(), core::pose::Pose::residue_type_set_for_pose(), core::pose::Pose::total_residue(), protocols::simple_moves::TR(), and protocols::kinmatch::xyz().
Referenced by protocols::simple_ddg::ddG::calculate(), and protocols::ligand_docking::ga_ligand_dock::GALigandDock::final_solvate().
void protocols::simple_moves::ExplicitWaterMover::attach_rotamer_clouds_to_pose_and_rotset | ( | core::pose::Pose & | pose, |
PWatRotamerCloud & | watercloud | ||
) |
References core::pose::Pose::append_residue_by_jump(), core::pack::create_packer_graph(), core::conformation::ResidueFactory::create_residue(), core::pack::rotamer_set::RotamerSetFactory::create_rotamer_set(), core::chemical::FULL_ATOM_t, core::pose::Pose::residue(), core::pose::Pose::residue_type_set_for_pose(), core::pose::Pose::total_residue(), and protocols::simple_moves::TR().
void protocols::simple_moves::ExplicitWaterMover::build_backbone_rotamer_clouds | ( | core::pose::Pose const & | pose, |
PWatRotamerCloud & | new_rotamers | ||
) |
References core::conformation::Residue::aa(), protocols::simple_moves::WaterRot::aa_, core::chemical::aa_from_name(), protocols::simple_moves::WaterRot::aatm_, protocols::simple_moves::WaterRot::abase1_, core::conformation::Residue::abase2(), protocols::simple_moves::WaterRot::abase2_, core::conformation::Residue::accpt_pos(), core::conformation::Residue::atom_base(), core::conformation::Residue::atom_index(), core::conformation::Residue::atom_type(), protocols::simple_moves::WaterRot::coords_, core::conformation::Residue::has(), core::conformation::Residue::Hpos_polar(), core::chemical::AtomType::hybridization(), core::conformation::Residue::is_ligand(), core::conformation::Residue::is_NA(), core::conformation::Residue::is_protein(), core::chemical::ResidueType::nbrs(), core::pose::Pose::residue(), core::chemical::RING_HYBRID, core::chemical::SP2_HYBRID, core::chemical::SP3_HYBRID, core::kinematics::Stub::spherical(), core::pose::Pose::total_residue(), protocols::simple_moves::TR(), core::conformation::Residue::type(), and core::conformation::Residue::xyz().
void protocols::simple_moves::ExplicitWaterMover::build_lkboverlap_rotamer_clouds | ( | core::pose::Pose const & | pose, |
PWatRotamerCloud & | new_rotamers | ||
) |
References protocols::simple_moves::AtomHash::add_point(), core::chemical::ResidueType::is_water(), protocols::simple_moves::AtomHash::npoints(), protocols::simple_moves::AtomHash::reset_and_get_clusters(), core::pose::Pose::residue(), core::pose::Pose::residue_type(), protocols::simple_moves::TR(), and protocols::simple_moves::AtomHash::trim_to_heterogeneous_clusters().
|
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.
void protocols::simple_moves::ExplicitWaterMover::cluster_rotset | ( | utility::vector1< core::pack::annealer::PointDwell > & | rotset | ) |
cluster water clouds
cluster water clouds inefficient but probably okay (there should not be many waters passing filters else rotatible waters would take excessively long)
References core::pack::annealer::PointDwell::dwell, protocols::simple_moves::TR(), core::pack::annealer::PointDwell::xyz, and protocols::kinmatch::xyz().
|
static |
void protocols::simple_moves::ExplicitWaterMover::delete_waters | ( | core::pose::Pose & | pose, |
bool | virt_only | ||
) |
core::Size protocols::simple_moves::ExplicitWaterMover::find_closest | ( | Pose const & | pose, |
core::Vector | Ocoord | ||
) |
|
overridevirtual |
Generates a new Mover object freshly created with the default ctor.
fresh_instance is meant to return a new object of this class, created with the default constructor. 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. This is used by the August 08 job distributor.
Reimplemented from protocols::moves::Mover.
|
overridevirtual |
Each derived class must specify its name. The class name.
Implements protocols::moves::Mover.
References protocols::simple_moves::ExplicitWaterMoverCreator::mover_name().
|
private |
void protocols::simple_moves::ExplicitWaterMover::init | ( | void | ) |
References core::import_pose::PDB_file, core::import_pose::pose_from_file(), and core::io::StructFileRepOptions::set_ignore_waters().
Referenced by ExplicitWaterMover().
|
static |
|
overridevirtual |
Called by MoverFactory when constructing new Movers. Takes care of the specific mover's parsing.
Some movers need not be parsed, so we shouldn't force people to reimplement this method. However, we should be chatty about the fact that someone is using a RosettaScripts interface to a mover which didn't define parse_my_tag()
Reimplemented from protocols::moves::Mover.
References core::scoring::parse_score_function(), core::pack::task::parse_task_operations(), core::import_pose::PDB_file, core::import_pose::pose_from_file(), core::io::StructFileRepOptions::set_ignore_waters(), and core::pack::task::TASK_OPERATIONS_TAG().
|
static |
void protocols::simple_moves::ExplicitWaterMover::run_pack | ( | Pose & | pose, |
utility::vector0< int > | rot_to_pack, | ||
utility::vector1< core::pack::annealer::PointDwell > & | all_rot | ||
) |
|
inline |
References clust_cutoff_, and protocols::hybridization::val.
|
inline |
References clust_radius_, and protocols::hybridization::val.
|
inline |
References dwell_cutoff_, and protocols::hybridization::val.
|
inline |
References gen_fixed_, and protocols::hybridization::val.
Referenced by protocols::simple_ddg::ddG::calculate().
|
inline |
References gen_fixed_byres_, and protocols::hybridization::val.
|
inline |
References lkb_clust_rad_, and protocols::hybridization::val.
|
inline |
References lkb_overlap_dist_, and protocols::hybridization::val.
|
inline |
References lkb_rotset_radius_, and protocols::hybridization::val.
|
inline |
References mode_, and protocols::hybridization::val.
Referenced by protocols::simple_ddg::ddG::calculate().
|
inline |
References task_, and protocols::hybridization::val.
Referenced by protocols::simple_ddg::ddG::calculate(), and protocols::ligand_docking::ga_ligand_dock::GALigandDock::final_solvate().
|
inline |
References protocols::hybridization::val, and watlim_scale_.
void protocols::simple_moves::ExplicitWaterMover::setup_pack | ( | Pose & | pose | ) |
setup the initial packing step
References core::pack::create_packer_graph(), core::pack::task::TaskFactory::create_packer_task(), core::chemical::ResidueType::get_self_ptr(), core::pose::symmetry::is_symmetric(), core::pose::Pose::residue_type(), core::pose::Pose::total_residue(), protocols::simple_moves::TR(), and core::pose::Pose::update_residue_neighbors().
core::pack::task::PackerTaskOP protocols::simple_moves::ExplicitWaterMover::update_packer_task | ( | core::pose::Pose const & | pose, |
core::pack::task::PackerTaskCOP & | packer_task | ||
) |
update task to include all waters
References core::conformation::Residue::name(), core::pose::Pose::residue(), and core::pose::Pose::total_residue().
|
private |
Referenced by set_clust_cutoff().
|
private |
Referenced by set_clust_radius().
|
private |
Referenced by set_dwell_cutoff().
|
private |
Referenced by set_gen_fixed().
|
private |
Referenced by set_gen_fixed().
|
private |
|
private |
Referenced by set_lkb_clust_rad().
|
private |
Referenced by set_lkb_overlap_dist().
|
private |
Referenced by set_lkb_rotset_radius().
|
private |
Referenced by set_mode().
|
private |
|
private |
|
private |
|
private |
Referenced by set_taskop().
|
private |
|
staticprivate |
|
private |
Referenced by set_watlim_scale().