Rosetta
|
#include <ProteinInterfaceDesignOperation.hh>
Public Types | |
typedef RestrictOperationsBase | parent |
![]() | |
typedef core::pack::task::operation::TaskOperation | TaskOperation |
typedef core::pack::task::operation::TaskOperationOP | TaskOperationOP |
typedef TaskOperation | parent |
![]() | |
typedef utility::tag::TagCOP | TagCOP |
typedef basic::datacache::DataMap | DataMap |
typedef pose::Pose | Pose |
Public Member Functions | |
ProteinInterfaceDesignOperation () | |
void | repack_chain1 (bool const repack) |
void | repack_chain2 (bool const repack) |
void | design_chain1 (bool const design) |
void | design_chain2 (bool const design) |
void | allow_all_aas (bool const allow) |
allow all amino acids to be designed at all positions, do not exclude C, G, P More... | |
void | design_all_aas (bool const design_all) |
allow design of all residues on input pose, do not exclude G,P More... | |
void | interface_distance_cutoff (core::Real const dist) |
distance cutoff for atom distance in an interface. All residues an atoms less than the distance cutoff from an atom in the other chain are defined as interface. More... | |
void | jump (core::Size const j) |
core::Size | jump () const |
~ProteinInterfaceDesignOperation () override | |
TaskOperationOP | clone () const override |
Create another task operation of the type matching the most-derived version of the class. More... | |
void | apply (core::pose::Pose const &, core::pack::task::PackerTask &) const override |
the default taskoperation for protein-interface design. Sets up which chains to repack/design disable disulfides, prolines and glycines from design, restrict designable positions to all but pro/gly/cys More... | |
void | parse_tag (TagCOP, DataMap &) override |
Used to parse an xml-like tag to load parameters and properties. More... | |
bool | modify_before_jump () const |
void | modify_before_jump (bool const m) |
bool | modify_after_jump () const |
void | modify_after_jump (bool const m) |
![]() | |
RestrictOperationsBase () | |
~RestrictOperationsBase () override | |
![]() | |
~TaskOperation () override | |
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 | provide_xml_schema (utility::tag::XMLSchemaDefinition &xsd) |
static std::string | keyname () |
Private Attributes | |
bool | repack_chain1_ |
bool | repack_chain2_ |
bool | design_chain1_ |
bool | design_chain2_ |
bool | allow_all_aas_ |
bool | design_all_aas_ |
core::Real | interface_distance_cutoff_ |
core::Size | jump_ |
bool | modify_before_jump_ |
bool | modify_after_jump_ |
Additional Inherited Members | |
![]() | |
void | run_calculator (core::pose::Pose const &pose, std::string const &calculator, std::string const &calculation, utility::vector1_bool &residues) const |
this is the only real function - it takes a calculator name and calculation, and a PackerTask-compatible vector, and flips booleans in the vector according to the calculator More... | |
this class is a TaskOperation to prevent repacking of residues not near an interface.
protocols::task_operations::ProteinInterfaceDesignOperation::ProteinInterfaceDesignOperation | ( | ) |
|
overridedefault |
void protocols::task_operations::ProteinInterfaceDesignOperation::allow_all_aas | ( | bool const | allow | ) |
allow all amino acids to be designed at all positions, do not exclude C, G, P
References allow_all_aas_.
Referenced by parse_tag().
|
overridevirtual |
the default taskoperation for protein-interface design. Sets up which chains to repack/design disable disulfides, prolines and glycines from design, restrict designable positions to all but pro/gly/cys
Implements protocols::task_operations::RestrictOperationsBase.
References core::conformation::Residue::aa(), core::chemical::aa_cys, core::chemical::aa_gly, core::chemical::aa_pro, allow_all_aas_, protocols::task_operations::DesignAroundOperation::apply(), protocols::task_operations::PreventChainFromRepackingOperation::apply(), protocols::task_operations::RestrictChainToRepackingOperation::apply(), core::pack::task::operation::OperateOnCertainResidues::apply(), core::pack::task::operation::NoRepackDisulfides::apply(), core::pack::task::operation::RestrictAbsentCanonicalAAS::apply(), protocols::task_operations::PreventChainFromRepackingOperation::chain(), protocols::task_operations::RestrictChainToRepackingOperation::chain(), core::conformation::Conformation::chain_end(), core::pose::Pose::conformation(), design_all_aas_, design_chain1_, design_chain2_, protocols::task_operations::DesignAroundOperation::design_shell(), protocols::task_operations::DesignAroundOperation::include_residue(), interface_distance_cutoff_, jump(), modify_after_jump(), modify_before_jump(), core::chemical::num_canonical_aas, core::conformation::Conformation::num_chains(), core::pack::task::operation::OperateOnCertainResidues::op(), repack_chain1_, repack_chain2_, core::pose::Pose::residue(), core::pack::task::operation::OperateOnCertainResidues::residue_indices(), core::pose::Pose::size(), and protocols::task_operations::TR().
Referenced by protocols::calc_taskop_movers::DesignRepackMover::setup_packer_and_movemap().
|
overridevirtual |
Create another task operation of the type matching the most-derived version of the class.
Implements protocols::task_operations::RestrictOperationsBase.
void protocols::task_operations::ProteinInterfaceDesignOperation::design_all_aas | ( | bool const | design_all | ) |
allow design of all residues on input pose, do not exclude G,P
References design_all_aas_.
Referenced by parse_tag().
void protocols::task_operations::ProteinInterfaceDesignOperation::design_chain1 | ( | bool const | design | ) |
References design_chain1_.
Referenced by parse_tag(), and protocols::calc_taskop_movers::DesignRepackMover::setup_packer_and_movemap().
void protocols::task_operations::ProteinInterfaceDesignOperation::design_chain2 | ( | bool const | design | ) |
References design_chain2_.
Referenced by parse_tag(), and protocols::calc_taskop_movers::DesignRepackMover::setup_packer_and_movemap().
void protocols::task_operations::ProteinInterfaceDesignOperation::interface_distance_cutoff | ( | core::Real const | dist | ) |
distance cutoff for atom distance in an interface. All residues an atoms less than the distance cutoff from an atom in the other chain are defined as interface.
References interface_distance_cutoff_.
Referenced by parse_tag(), and protocols::calc_taskop_movers::DesignRepackMover::setup_packer_and_movemap().
core::Size protocols::task_operations::ProteinInterfaceDesignOperation::jump | ( | ) | const |
References jump_.
Referenced by apply(), and parse_tag().
void protocols::task_operations::ProteinInterfaceDesignOperation::jump | ( | core::Size const | j | ) |
References jump_.
|
inlinestatic |
|
inline |
References modify_after_jump_.
Referenced by apply(), and parse_tag().
|
inline |
References modify_after_jump_.
|
inline |
References modify_before_jump_.
Referenced by apply(), and parse_tag().
|
inline |
References modify_before_jump_.
|
overridevirtual |
Used to parse an xml-like tag to load parameters and properties.
Reimplemented from core::pack::task::operation::TaskOperation.
References allow_all_aas(), design_all_aas(), design_chain1(), design_chain2(), interface_distance_cutoff(), jump(), modify_after_jump(), modify_before_jump(), repack_chain1(), and repack_chain2().
|
static |
void protocols::task_operations::ProteinInterfaceDesignOperation::repack_chain1 | ( | bool const | repack | ) |
References protocols::antibody::design::repack, and repack_chain1_.
Referenced by parse_tag(), and protocols::calc_taskop_movers::DesignRepackMover::setup_packer_and_movemap().
void protocols::task_operations::ProteinInterfaceDesignOperation::repack_chain2 | ( | bool const | repack | ) |
References protocols::antibody::design::repack, and repack_chain2_.
Referenced by parse_tag(), and protocols::calc_taskop_movers::DesignRepackMover::setup_packer_and_movemap().
|
private |
Referenced by allow_all_aas(), and apply().
|
private |
Referenced by apply(), and design_all_aas().
|
private |
Referenced by apply(), and design_chain1().
|
private |
Referenced by apply(), and design_chain2().
|
private |
Referenced by apply(), and interface_distance_cutoff().
|
private |
Referenced by jump().
|
private |
Referenced by modify_after_jump().
|
private |
Referenced by modify_before_jump().
|
private |
Referenced by apply(), and repack_chain1().
|
private |
Referenced by apply(), and repack_chain2().