|
Rosetta 3.5
|
Class to alter a packer task to speficially upweight the protein-ligand interaction energies. More...
#include <EnzdesTaskOperations.hh>


Public Types | |
| typedef core::pack::task::operation::TaskOperationOP | TaskOperationOP |
| typedef core::pose::Pose | Pose |
| typedef core::pack::task::PackerTask | PackerTask |
Public Types inherited from core::pack::task::operation::TaskOperation | |
| typedef utility::tag::TagPtr | TagPtr |
| typedef pose::Pose | Pose |
Public Member Functions | |
| ProteinLigandInterfaceUpweighter () | |
| ~ProteinLigandInterfaceUpweighter () | |
| virtual TaskOperationOP | clone () const |
| Create another task operation of the type matching the most-derived version of the class. More... | |
| void | init_from_options () |
| Initialize the class based on the command line options. More... | |
| virtual void | apply (Pose const &pose, PackerTask &task) const |
| Change a packer task in some way. The input pose is the one to which the input task will be later applied. More... | |
| virtual void | parse_tag (TagPtr) |
| Used to parse an xml-like tag to load parameters and properties. More... | |
| bool | get_weight () const |
| void | set_weight (bool const weight_in) |
Public Member Functions inherited from core::pack::task::operation::TaskOperation | |
| virtual | ~TaskOperation () |
| virtual void | parse_def (utility::lua::LuaObject const &def) |
Static Public Member Functions | |
| static void | register_options () |
Private Attributes | |
| core::Real | lig_packer_weight_ |
| Reweight protein-ligand interaction by a factor of lig_packer_weight_. More... | |
| core::Real | catres_packer_weight_ |
Class to alter a packer task to speficially upweight the protein-ligand interaction energies.
Definition at line 172 of file EnzdesTaskOperations.hh.
| typedef core::pack::task::PackerTask protocols::enzdes::ProteinLigandInterfaceUpweighter::PackerTask |
Definition at line 178 of file EnzdesTaskOperations.hh.
Definition at line 177 of file EnzdesTaskOperations.hh.
| typedef core::pack::task::operation::TaskOperationOP protocols::enzdes::ProteinLigandInterfaceUpweighter::TaskOperationOP |
Definition at line 176 of file EnzdesTaskOperations.hh.
| protocols::enzdes::ProteinLigandInterfaceUpweighter::ProteinLigandInterfaceUpweighter | ( | ) |
Definition at line 718 of file EnzdesTaskOperations.cc.
References protocols::enzdes::DetectProteinLigandInterface::init_from_options().
| protocols::enzdes::ProteinLigandInterfaceUpweighter::~ProteinLigandInterfaceUpweighter | ( | ) |
Definition at line 724 of file EnzdesTaskOperations.cc.
|
virtual |
Change a packer task in some way. The input pose is the one to which the input task will be later applied.
Implements core::pack::task::operation::TaskOperation.
Definition at line 748 of file EnzdesTaskOperations.cc.
References core::pack::task::PackerTask::design_residue(), protocols::enzdes::enzutil::is_catalytic_seqpos(), core::conformation::Residue::is_protein(), core::pose::Pose::residue(), core::pack::task::PackerTask::set_IGEdgeReweights(), core::pose::Pose::total_residue(), and protocols::enzdes::tr().
|
virtual |
Create another task operation of the type matching the most-derived version of the class.
Implements core::pack::task::operation::TaskOperation.
Definition at line 727 of file EnzdesTaskOperations.cc.
|
inline |
Definition at line 198 of file EnzdesTaskOperations.hh.
References lig_packer_weight_.
| void protocols::enzdes::ProteinLigandInterfaceUpweighter::init_from_options | ( | ) |
Initialize the class based on the command line options.
Definition at line 734 of file EnzdesTaskOperations.cc.
|
virtual |
Used to parse an xml-like tag to load parameters and properties.
Reimplemented from core::pack::task::operation::TaskOperation.
Definition at line 740 of file EnzdesTaskOperations.cc.
|
static |
Definition at line 778 of file EnzdesTaskOperations.cc.
Referenced by protocols::enzdes::EnzdesBaseProtocol::register_options().
|
inline |
Definition at line 199 of file EnzdesTaskOperations.hh.
References lig_packer_weight_.
|
private |
Definition at line 204 of file EnzdesTaskOperations.hh.
|
private |
Reweight protein-ligand interaction by a factor of lig_packer_weight_.
Definition at line 203 of file EnzdesTaskOperations.hh.
Referenced by get_weight(), and set_weight().
1.8.4