Utilities for DrugDesign.
More...
|
static basic::Tracer | TR ("protocols.drug_design.util") |
|
void | protocols::drug_design::align_residues (core::conformation::Residue &residue, core::conformation::Residue const &target, core::chemical::IndexIndexMapping const &map) |
| Reassign the coordinates of residue to best match that of target using the provided mapping. More...
|
|
void | protocols::drug_design::place_new_restype (core::pose::Pose &pose, core::Size position, core::chemical::ResidueType const &new_restype, core::chemical::IndexIndexMapping const &map, std::string const &method="default") |
| Replace the residue at the given position in the pose with the new residue type, using the atom correspondence in the mapping The method used can be specified ("default") being whatever is currently thought of as "best". More...
|
|
void | protocols::drug_design::place_new_restype_no_align (core::pose::Pose &pose, core::Size position, core::chemical::ResidueType const &new_restype) |
| Replaces the residue at the given position in the pose with the new residue type. Does no alignment - assumes that the internal coordinates of the new restype are properly set. More...
|
|
void | protocols::drug_design::place_new_restype_rotamer_align (core::pose::Pose &pose, core::Size position, core::chemical::ResidueType const &new_restype, core::chemical::IndexIndexMapping const &map) |
| Replaces the residue at the given position in the pose with the new residue type, using the rotamer with the best alignment of mapped atoms and a fixed rigid body position of the neighbor atom. More...
|
|
◆ TR()
static basic::Tracer TR |
( |
"protocols.drug_design.util" |
| ) |
|
|
static |