![]() |
Rosetta Protocols
2014.16.56682
|
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 Member Functions | |
| ProteinLigandInterfaceUpweighter () | |
| ~ProteinLigandInterfaceUpweighter () | |
| virtual TaskOperationOP | clone () const |
| 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 (TagCOP, DataMap &) |
| bool | get_weight () const |
| void | set_weight (bool const weight_in) |
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.
| typedef core::pack::task::PackerTask protocols::enzdes::ProteinLigandInterfaceUpweighter::PackerTask |
| typedef core::pack::task::operation::TaskOperationOP protocols::enzdes::ProteinLigandInterfaceUpweighter::TaskOperationOP |
| protocols::enzdes::ProteinLigandInterfaceUpweighter::ProteinLigandInterfaceUpweighter | ( | ) |
| protocols::enzdes::ProteinLigandInterfaceUpweighter::~ProteinLigandInterfaceUpweighter | ( | ) |
|
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.
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 |
Implements core::pack::task::operation::TaskOperation.
|
inline |
References lig_packer_weight_.
| void protocols::enzdes::ProteinLigandInterfaceUpweighter::init_from_options | ( | ) |
Initialize the class based on the command line options.
References basic::options::OptionKeys::enzdes::lig_packer_weight, and basic::options::option.
|
virtual |
|
static |
|
inline |
References lig_packer_weight_.
|
private |
|
private |
Reweight protein-ligand interaction by a factor of lig_packer_weight_.
Referenced by get_weight(), and set_weight().
1.8.7