|
Rosetta
|
A general mover class for performing BCL mutates on Rosetta small molecule residues. More...
#include <protocols/drug_design/bcl/BCLFragmentMutateMover.fwd.hh>#include <protocols/moves/Mover.hh>#include <protocols/drug_design/bcl/BCLFragmentBaseMover.hh>#include <core/chemical/bcl/BCLFragmentHandler.hh>#include <core/chemical/MutableResidueType.hh>#include <core/chemical/AtomRefMapping.hh>#include <core/chemical/ResidueType.fwd.hh>#include <core/chemical/ResidueTypeSet.fwd.hh>#include <core/conformation/Residue.fwd.hh>#include <basic/datacache/DataMap.fwd.hh>#include <core/pose/Pose.fwd.hh>#include <utility/tag/Tag.fwd.hh>#include <utility/tag/XMLSchemaGeneration.fwd.hh>#include <utility/vector1.hh>#include <basic/citation_manager/UnpublishedModuleInfo.hh>Classes | |
| class | protocols::drug_design::bcl::BCLFragmentMutateMover |
Namespaces | |
| protocols | |
| The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP. | |
| protocols::drug_design | |
| protocols::drug_design::bcl | |
A general mover class for performing BCL mutates on Rosetta small molecule residues.
This class makes a mover for BCL small molecule drug design mutates. The design leverages the BCL util::Implementation< template> class, which allows the templated argument type to be constructed from an object data label, which itself can be generated from a string. This is essentially how users interact with the BCL from the command-line: they pass serializable arguments to the BCL that are interpreted as object data labels for construction of objects within the the specified application.