Rosetta
|
#include <BluePrintBDR.hh>
Public Member Functions | |
BluePrintBDR () | |
default constructor More... | |
BluePrintBDR (String const &filename, bool const ss_from_blueprint=true) | |
value constructor More... | |
BluePrintBDR (BluePrintOP blueprintOP, bool const ss_from_blueprint=true) | |
moves the BluePrintOP More... | |
BluePrintBDR (BluePrintBDR const &rval) | |
copy constructor More... | |
~BluePrintBDR () override | |
default destructor More... | |
MoverOP | clone () const override |
clone this object More... | |
MoverOP | fresh_instance () const override |
create this type of object More... | |
ScoreFunction const & | scorefunction () const |
the centroid level score function, default "fldsgn_cen" More... | |
core::Size | instruction_size () const |
String const & | loop_mover_str () const |
the loop mover string to use during centroid build (default "RemodelLoopMover") More... | |
bool | use_fullmer () const |
use full-mer fragments when building the loop? (default false) More... | |
core::Size | num_fragpick () const |
the number of fragments to pick at each position More... | |
bool | use_sequence_bias () const |
use sequence biased fragments when building the loop? (default false) More... | |
bool | use_abego_bias () const |
use abego biased fragments when building the loop? (default false) More... | |
Real | max_linear_chainbreak () const |
the maximum allowed linear chainbreak (default 0.07) More... | |
bool | is_initialized () const |
define secondary structrue by blueprint More... | |
void | add_instruction (BuildInstructionOP bi) |
add instruction to the manager of this BluePrintBDR (no copy) More... | |
void | create_directed_dependency (BuildInstructionOP u, BuildInstructionOP v) |
create directed dependency between two instructions More... | |
void | use_fullmer (bool const flag) |
use full-mer fragments when building the loop? More... | |
void | use_sequence_bias (bool const flag) |
use sequence biased fragments when building the loop? (default false) More... | |
void | use_abego_bias (bool const flag) |
use abego biased fragments when building the loop? (default false) More... | |
void | max_linear_chainbreak (Real const threshold) |
the maximum allowed linear chainbreak More... | |
void | loop_mover_str (String const &loop_mover_str) |
the loop mover string to use during centroid build More... | |
void | num_fragpick (core::Size const num) |
the number of fragments to pick at each position More... | |
void | ss_from_blueprint (bool const flag) |
define secondary structrue by blueprint More... | |
void | scorefunction (ScoreFunction const &sfx) |
set the centroid level score function More... | |
void | scorefunction (ScoreFunctionOP sfx) |
set the centroid level score function More... | |
void | set_blueprint (String const &filename) |
set blueprint file by filename More... | |
void | set_blueprint (BluePrintOP const &blp) |
set blueprint file More... | |
void | set_constraints_NtoC (Real const &weight) |
set constraints between N- and C- Ca atoms More... | |
void | set_constraint_file (String const &constraint_file) |
set constraint file More... | |
void | dump_pdb_when_fail (String const &dump_pdb_when_fail) |
dump pdb when this protocol failed More... | |
void | set_rcgs (utility::vector1< protocols::forge::remodel::RemodelConstraintGeneratorOP > const &rcgs) |
set list of remodel constraint generators More... | |
void | apply (Pose &pose) override |
apply defined moves to given Pose More... | |
void | parse_my_tag (TagCOP tag, basic::datacache::DataMap &data) override |
parse xml file More... | |
std::string | get_name () const override |
Each derived class must specify its name. The class name. More... | |
![]() | |
Mover () | |
virtual MoverOP | create () |
MoverCOP | get_self_ptr () const |
MoverOP | get_self_ptr () |
MoverCAP | get_self_weak_ptr () const |
MoverAP | get_self_weak_ptr () |
Mover (std::string const &type_name) | |
sets the type for a mover; name_ has been removed (2010/05/14) More... | |
virtual void | test_move (Pose &pose) |
: Unit test support function. Apply one move to a given pose. Allows extra test specific functions to be called before applying More... | |
virtual bool | reinitialize_for_each_job () const |
Inform the Job Distributor (August '08 vintage) whether this object needs to be freshly regenerated on each use. More... | |
virtual bool | reinitialize_for_new_input () const |
Inform the Job Distributor (August '08 vintage) whether this object needs to be regenerated when the input pose is about to change, (for example, if the Mover has special code on the first apply() that is only valid for that one input pose). More... | |
MoverStatus | get_last_move_status () const |
end parser interface, start Job Distributor interface///////////// More... | |
void | reset_status () |
resets status to SUCCESS, meant to be used before an apply(). The job distributor (august 08 vintage) uses this to ensure non-accumulation of status across apply()s. More... | |
virtual core::pose::PoseOP | get_additional_output () |
Mechanism by which a mover may return multiple output poses from a single input pose. More... | |
void | set_type (std::string const &setting) |
Set the 'type' string. More... | |
std::string | get_type () const |
void | type (const std::string &type_in) |
Set the 'type' string. More... | |
std::string const & | type () const |
Get the set 'type' string. More... | |
virtual void | set_input_pose (PoseCOP pose) |
setter for poses contained for rms More... | |
virtual void | set_native_pose (PoseCOP pose) |
setter for native poses contained for rms -— we should get rid of this method? it is widely used, but a bit unsafe More... | |
PoseCOP | get_input_pose () const |
PoseCOP | get_native_pose () const |
void | set_current_job (protocols::jobdist::BasicJobCOP job) |
jobdist::BasicJobCOP | get_current_job () const |
virtual void | set_current_tag (std::string const &new_tag) |
std::string | get_current_tag () const |
A tag is a unique identifier used to identify structures produced by this Mover. get_current_tag() returns the tag, and set_current_tag( std::string tag ) sets the tag. This functionality is not intended for use with the 2008 job distributor. More... | |
virtual void | show (std::ostream &output=std::cout) const |
Outputs details about the Mover, including current settings. More... | |
virtual core::Real | last_proposal_density_ratio () |
virtual void | clear_info () |
Strings container can be used to return miscellaneous info (as std::string) from a mover, such as notes about the results of apply(). The job distributor (Apr 09 vintage) will check this function to see if your protocol wants to add string info to the Job that ran this mover. One way this can be useful is that later, a JobOutputter may include/append this info to an output file. More... | |
virtual Strings & | info () |
non-const accessor More... | |
virtual Strings const & | info () const |
const accessor More... | |
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 std::string | mover_name () |
static void | provide_xml_schema (utility::tag::XMLSchemaDefinition &xsd) |
![]() | |
static std::string | name () |
static void | register_options () |
Overload this static method if you access options within the mover. More... | |
Private Types | |
typedef protocols::moves::Mover | Super |
Private Member Functions | |
BluePrintBDR & | operator= (BluePrintBDR const &rval) |
copy assignment More... | |
bool | centroid_build (Pose &pose) |
run the centroid level build stage More... | |
bool | set_instruction_blueprint (Pose const &pose) |
set instruction by blueprint More... | |
void | setup_invrot_tree_in_vlb (VarLengthBuild &vlb, Pose &pose) const |
set up folding aroung theozyme in a vlb More... | |
Private Attributes | |
BluePrintOP | blueprint_ |
bluerprint file for setting build instruction More... | |
BuildManager | manager_ |
the BuildManager More... | |
ScoreFunctionOP | sfx_ |
the centroid scorefunction to use, default "remodel_cen" More... | |
String | loop_mover_str_ |
the loop mover string to use during centroid build (default "RemodelLoopMover") More... | |
bool | use_fullmer_ |
use full-mer fragments when building the loop? (default false) More... | |
core::Size | num_fragpick_ |
the number of fragments to pick at each position More... | |
bool | use_sequence_bias_ |
use sequence biased fragments when building the loop? (default false) More... | |
bool | use_abego_bias_ |
use abego biased fragments when building the loop? (default false) More... | |
Real | max_linear_chainbreak_ |
the maximum allowed linear chainbreak (default 0.07) More... | |
bool | initialized_ |
vlb_ is intialized or not More... | |
bool | ss_from_blueprint_ |
define secondary structure by blueprint More... | |
Real | constraints_NtoC_ |
add constraints between N- and C- terminal Ca atoms More... | |
Real | constraints_sheet_ |
add constraints betwee Ca atoms in sheet More... | |
String | constraint_file_ |
constraint file More... | |
String | dump_pdb_when_fail_ |
dump pdb when this protocol failed More... | |
String | loop_mover_ |
loop mover for loop building, default RemodelLoopMover More... | |
core::Size | rmdl_attempts_ |
number of allowed_closure_attempts_ of RemodelLoopMover More... | |
bool | use_poly_val_ |
Entire sequence except for rebuilding regions become poly Val. More... | |
bool | tell_vlb_to_not_touch_fold_tree_ |
if we a fold tree has already been set up prior More... | |
protocols::toolbox::match_enzdes_util::InvrotTreeOP | invrot_tree_ |
in case we're folding up around a ligand More... | |
toolbox::match_enzdes_util::EnzConstraintIOCOP | enzcst_io_ |
utility::vector1< protocols::forge::remodel::RemodelConstraintGeneratorOP > | rcgs_ |
User-specified constraint generators which will be called from the VarLengthBuild. More... | |
VarLengthBuildOP | vlb_ |
VLB for centroid_build. More... | |
Additional Inherited Members | |
![]() | |
void | set_last_move_status (MoverStatus status) |
nonvirtual setter for MoverStatus last_status_. Protected means that only the mover itself will be able to change its own status. The job distributor (august 08 vintage) is aware of status set with this function and will do what the MoverStatus says. More... | |
typedef protocols::forge::build::BuildInstructionOP protocols::fldsgn::BluePrintBDR::BuildInstructionOP |
typedef std::string protocols::fldsgn::BluePrintBDR::String |
|
private |
typedef utility::tag::TagCOP protocols::fldsgn::BluePrintBDR::TagCOP |
typedef protocols::forge::components::VarLengthBuild protocols::fldsgn::BluePrintBDR::VarLengthBuild |
typedef protocols::forge::components::VarLengthBuildOP protocols::fldsgn::BluePrintBDR::VarLengthBuildOP |
protocols::fldsgn::BluePrintBDR::BluePrintBDR | ( | ) |
default constructor
References rcgs_.
protocols::fldsgn::BluePrintBDR::BluePrintBDR | ( | String const & | filename, |
bool const | ss_from_blueprint = true |
||
) |
value constructor
References protocols::abinitio::filename(), rcgs_, and set_blueprint().
protocols::fldsgn::BluePrintBDR::BluePrintBDR | ( | BluePrintOP | blueprintOP, |
bool const | ss_from_blueprint = true |
||
) |
protocols::fldsgn::BluePrintBDR::BluePrintBDR | ( | BluePrintBDR const & | rval | ) |
|
overridedefault |
default destructor
void protocols::fldsgn::BluePrintBDR::add_instruction | ( | BuildInstructionOP | bi | ) |
add instruction to the manager of this BluePrintBDR (no copy)
[in] | bi | BuildInstruction |
[in] | aa_during_design_refine | The allowed amino acid sequence during design. Only applicable to BuildInstructions like SegmentRebuild and SegmentInsert. Make sure the length of this string matches up properly, and remember to use any special characters, e.g. the insertion character for SegmentInsert |
[in] | bi | BuildInstruction |
References protocols::forge::build::BuildManager::add(), manager_, and vlb_.
Referenced by set_instruction_blueprint().
|
overridevirtual |
apply defined moves to given Pose
Implements protocols::moves::Mover.
References blueprint_, centroid_build(), core::scoring::ScoreFunctionFactory::create_score_function(), protocols::simple_filters::dssp(), core::pose::Pose::dump_pdb(), dump_pdb_when_fail_, core::chemical::modifications::FAIL_BAD_INPUT, protocols::moves::FAIL_BAD_INPUT, protocols::moves::FAIL_DO_NOT_RETRY, core::chemical::modifications::FAIL_RETRY, protocols::moves::FAIL_RETRY, initialized_, protocols::moves::MS_SUCCESS, core::pose::Pose::pdb_info(), set_instruction_blueprint(), protocols::moves::Mover::set_last_move_status(), sfx_, ss_from_blueprint_, and protocols::fldsgn::TR().
|
private |
run the centroid level build stage
References core::scoring::atom_pair_constraint, blueprint_, core::scoring::Energies::clear(), protocols::forge::components::VLB_VallMemoryUsage::CLEAR_IF_CACHING_FRAGMENTS, constraint_file_, core::pose::Pose::constraint_set(), constraints_NtoC_, constraints_sheet_, protocols::toolbox::pose_manipulation::construct_poly_XXX_pose(), core::pose::Pose::energies(), core::chemical::FULL_ATOM_t, invrot_tree_, core::conformation::Residue::is_protein(), core::pose::symmetry::is_symmetric(), loop_mover_str_, manager_, max_linear_chainbreak_, core::chemical::ResidueTypeBase::mode(), protocols::forge::build::BuildManager::modify(), protocols::moves::MS_SUCCESS, num_fragpick_, protocols::forge::build::BuildManager::original2modified(), rcgs_, core::pose::Pose::residue(), protocols::forge::methods::restore_residues(), core::pose::Pose::sequence(), setup_invrot_tree_in_vlb(), sfx_, core::scoring::constraints::ConstraintSet::show(), core::pose::Pose::size(), core::util::switch_to_residue_type_set(), tell_vlb_to_not_touch_fold_tree_, protocols::fldsgn::TR(), core::conformation::Residue::type(), use_abego_bias_, use_fullmer_, use_poly_val_, use_sequence_bias_, and vlb_.
Referenced by apply().
|
overridevirtual |
clone this object
Reimplemented from protocols::moves::Mover.
void protocols::fldsgn::BluePrintBDR::create_directed_dependency | ( | BuildInstructionOP | u, |
BuildInstructionOP | v | ||
) |
create directed dependency between two instructions
References protocols::forge::build::BuildManager::create_directed_dependency(), manager_, and protocols::hybridization::u.
void protocols::fldsgn::BluePrintBDR::dump_pdb_when_fail | ( | String const & | dump_pdb_when_fail | ) |
dump pdb when this protocol failed
References dump_pdb_when_fail_.
|
overridevirtual |
create this type of object
Reimplemented from protocols::moves::Mover.
|
overridevirtual |
Each derived class must specify its name. The class name.
Implements protocols::moves::Mover.
References mover_name().
|
inline |
References manager_, and protocols::forge::build::BuildManager::size().
Referenced by set_instruction_blueprint().
|
inline |
define secondary structrue by blueprint
References initialized_.
|
inline |
the loop mover string to use during centroid build (default "RemodelLoopMover")
References loop_mover_str_.
|
inline |
the loop mover string to use during centroid build
References loop_mover_str(), and loop_mover_str_.
Referenced by loop_mover_str().
|
inline |
the maximum allowed linear chainbreak (default 0.07)
References max_linear_chainbreak_.
|
inline |
the maximum allowed linear chainbreak
References max_linear_chainbreak_.
|
static |
Referenced by get_name(), protocols::fldsgn::BluePrintBDRCreator::keyname(), and provide_xml_schema().
|
inline |
the number of fragments to pick at each position
References num_fragpick_.
|
inline |
the number of fragments to pick at each position
References num_fragpick_.
|
private |
copy assignment
|
overridevirtual |
parse xml file
parse xml
Reimplemented from protocols::moves::Mover.
References core::scoring::angle_constraint, core::scoring::atom_pair_constraint, core::scoring::backbone_stub_constraint, constraint_file_, constraints_NtoC_, constraints_sheet_, core::scoring::coordinate_constraint, core::scoring::dihedral_constraint, dump_pdb_when_fail_, enzcst_io_, core::chemical::FA_STANDARD, invrot_tree_, loop_mover_str_, protocols::rosetta_scripts::parse_mover(), rcgs_, rmdl_attempts_, set_blueprint(), sfx_, ss_from_blueprint_, tell_vlb_to_not_touch_fold_tree_, protocols::fldsgn::TR(), use_abego_bias_, use_poly_val_, and use_sequence_bias_.
|
static |
BluePrintBDR::ScoreFunction const & protocols::fldsgn::BluePrintBDR::scorefunction | ( | ) | const |
the centroid level score function, default "fldsgn_cen"
the centroid level score function, default "remodel_cen"
References sfx_.
void protocols::fldsgn::BluePrintBDR::scorefunction | ( | ScoreFunction const & | sfx | ) |
set the centroid level score function
References core::scoring::ScoreFunction::clone(), and sfx_.
void protocols::fldsgn::BluePrintBDR::scorefunction | ( | ScoreFunctionOP | sfx | ) |
set the centroid level score function
References sfx_.
void protocols::fldsgn::BluePrintBDR::set_blueprint | ( | BluePrintOP const & | blp | ) |
void protocols::fldsgn::BluePrintBDR::set_blueprint | ( | String const & | filename | ) |
set blueprint file by filename
use blueprint
References blueprint_, and protocols::abinitio::filename().
Referenced by BluePrintBDR(), and parse_my_tag().
void protocols::fldsgn::BluePrintBDR::set_constraint_file | ( | String const & | constraint_file | ) |
set constraint file
References constraint_file_.
void protocols::fldsgn::BluePrintBDR::set_constraints_NtoC | ( | Real const & | weight | ) |
set constraints between N- and C- Ca atoms
set constraint between N- and C- terminal residues, need to set the weight
References constraints_NtoC_.
|
private |
set instruction by blueprint
References protocols::cluster::calibur::aa, add_instruction(), blueprint_, protocols::simple_filters::dssp(), instruction_size(), core::sequence::left, core::import_pose::PDB_file, core::import_pose::pose_from_file(), core::pose::Pose::set_secstruct(), core::pose::Pose::size(), and protocols::fldsgn::TR().
Referenced by apply().
void protocols::fldsgn::BluePrintBDR::set_rcgs | ( | utility::vector1< protocols::forge::remodel::RemodelConstraintGeneratorOP > const & | rcgs | ) |
set list of remodel constraint generators
References rcgs_.
|
private |
set up folding aroung theozyme in a vlb
References protocols::forge::components::VarLengthBuild::add_rcg(), protocols::forge::components::VarLengthBuild::add_setup_mover(), protocols::forge::components::VarLengthBuild::add_user_provided_mover(), blueprint_, protocols::forge::components::VarLengthBuild::clear_setup_movers(), protocols::forge::components::VarLengthBuild::clear_user_provided_movers(), enzcst_io_, invrot_tree_, protocols::forge::components::VarLengthBuild::loop_mover_fold_tree_constant(), use_abego_bias_, and vlb_.
Referenced by centroid_build().
|
inline |
define secondary structrue by blueprint
References ss_from_blueprint_.
|
inline |
use abego biased fragments when building the loop? (default false)
References use_abego_bias_.
|
inline |
use abego biased fragments when building the loop? (default false)
References use_abego_bias_.
|
inline |
use full-mer fragments when building the loop? (default false)
References use_fullmer_.
|
inline |
use full-mer fragments when building the loop?
References use_fullmer_.
|
inline |
use sequence biased fragments when building the loop? (default false)
References use_sequence_bias_.
|
inline |
use sequence biased fragments when building the loop? (default false)
References use_sequence_bias_.
|
private |
bluerprint file for setting build instruction
Referenced by apply(), centroid_build(), set_blueprint(), set_instruction_blueprint(), and setup_invrot_tree_in_vlb().
|
private |
constraint file
Referenced by centroid_build(), parse_my_tag(), and set_constraint_file().
|
private |
add constraints between N- and C- terminal Ca atoms
Referenced by centroid_build(), parse_my_tag(), and set_constraints_NtoC().
|
private |
add constraints betwee Ca atoms in sheet
Referenced by centroid_build(), and parse_my_tag().
|
private |
dump pdb when this protocol failed
Referenced by apply(), dump_pdb_when_fail(), and parse_my_tag().
|
private |
Referenced by parse_my_tag(), and setup_invrot_tree_in_vlb().
|
private |
vlb_ is intialized or not
Referenced by apply(), and is_initialized().
|
private |
in case we're folding up around a ligand
Referenced by centroid_build(), parse_my_tag(), and setup_invrot_tree_in_vlb().
|
private |
loop mover for loop building, default RemodelLoopMover
|
private |
the loop mover string to use during centroid build (default "RemodelLoopMover")
Referenced by centroid_build(), loop_mover_str(), and parse_my_tag().
|
private |
the BuildManager
Referenced by add_instruction(), centroid_build(), create_directed_dependency(), and instruction_size().
|
private |
the maximum allowed linear chainbreak (default 0.07)
Referenced by centroid_build(), and max_linear_chainbreak().
|
private |
the number of fragments to pick at each position
Referenced by centroid_build(), and num_fragpick().
|
private |
User-specified constraint generators which will be called from the VarLengthBuild.
Referenced by BluePrintBDR(), centroid_build(), parse_my_tag(), and set_rcgs().
|
private |
number of allowed_closure_attempts_ of RemodelLoopMover
Referenced by parse_my_tag().
|
private |
the centroid scorefunction to use, default "remodel_cen"
Referenced by apply(), centroid_build(), parse_my_tag(), and scorefunction().
|
private |
define secondary structure by blueprint
Referenced by apply(), parse_my_tag(), and ss_from_blueprint().
|
private |
if we a fold tree has already been set up prior
Referenced by centroid_build(), and parse_my_tag().
|
private |
use abego biased fragments when building the loop? (default false)
Referenced by centroid_build(), parse_my_tag(), setup_invrot_tree_in_vlb(), and use_abego_bias().
|
private |
use full-mer fragments when building the loop? (default false)
Referenced by centroid_build(), and use_fullmer().
|
private |
Entire sequence except for rebuilding regions become poly Val.
Referenced by centroid_build(), and parse_my_tag().
|
private |
use sequence biased fragments when building the loop? (default false)
Referenced by centroid_build(), parse_my_tag(), and use_sequence_bias().
|
private |
VLB for centroid_build.
Referenced by add_instruction(), BluePrintBDR(), centroid_build(), and setup_invrot_tree_in_vlb().