Rosetta
|
Public Member Functions | |
CoupledMovesProtocol () | |
CoupledMovesProtocol (CoupledMovesProtocol const &cmp) | |
virtual void | apply (core::pose::Pose &pose) |
std::string | get_name () const |
virtual protocols::moves::MoverOP | clone () const |
virtual protocols::moves::MoverOP | fresh_instance () const |
core::Real | compute_ligand_score_bonus (core::pose::PoseOP pose, core::Size ligand_resnum, core::Real ligand_weight) |
Private Attributes | |
core::scoring::ScoreFunctionOP | score_fxn_ |
core::pack::task::TaskFactoryOP | main_task_factory_ |
Definition at line 138 of file coupled_moves.cc.
CoupledMovesProtocol::CoupledMovesProtocol | ( | ) |
Definition at line 165 of file coupled_moves.cc.
References main_task_factory_, option, options, score_fxn_, app.delta_score_per_mutation::task, and utility::options::OptionKeys::options::user.
Referenced by clone().
CoupledMovesProtocol::CoupledMovesProtocol | ( | CoupledMovesProtocol const & | cmp | ) |
Definition at line 197 of file coupled_moves.cc.
|
virtual |
Definition at line 230 of file coupled_moves.cc.
References compute_ligand_score_bonus(), clean_pdb_keep_ligand::count, end, ObjexxFCL::index(), main_task_factory_, demo.D060_Folding::mc, basic::options::OptionKeys::min_pack, option, options, loops::pack, numeric::random::random_range(), clean_pdb_keep_ligand::resnum, score_fxn_, demo.D060_Folding::sequence, app.delta_score_per_mutation::task, TR(), and numeric::random::uniform().
Referenced by src.protocols.jd2.RosettaScriptWrapper::apply_to_failure().
|
inlinevirtual |
Definition at line 146 of file coupled_moves.cc.
References CoupledMovesProtocol().
core::Real CoupledMovesProtocol::compute_ligand_score_bonus | ( | core::pose::PoseOP | pose, |
core::Size | ligand_resnum, | ||
core::Real | ligand_weight | ||
) |
Definition at line 202 of file coupled_moves.cc.
References test.T200_Scoring::weights.
Referenced by apply().
|
inlinevirtual |
Definition at line 150 of file coupled_moves.cc.
|
inline |
Definition at line 144 of file coupled_moves.cc.
|
private |
Definition at line 161 of file coupled_moves.cc.
Referenced by apply(), and CoupledMovesProtocol().
|
private |
Definition at line 160 of file coupled_moves.cc.
Referenced by apply(), and CoupledMovesProtocol().