![]() |
Rosetta Protocols
2014.35
|
#include <LoopHashLibrary.hh>
Public Member Functions | |
LoopHashLibrary (const utility::vector1< core::Size > &init_sizes=utility::vector1< core::Size >(), const core::Size num_partitions=1, const core::Size assigned_num=0) | |
void | extract_data_from_pose (core::pose::Pose &pose, core::Size nres, protocols::frag_picker::VallChunkOP chunk=NULL) |
void | extract_data_from_pose (core::pose::Pose &pose) |
bool | test_saving_library (core::pose::Pose, core::Size ir, bool deposit) |
void | test_loop_sample (core::pose::Pose &pose, core::Size nres) |
void | apply_random (core::pose::Pose &pose, core::Size &fir, core::Size &fjr, core::Real min_rms, core::Real max_rms) |
void | get_all (core::pose::Pose &pose, std::vector< core::io::silent::SilentStructOP > &lib_structs, core::Size start_res=1, core::Size stop_res=0, core::Real min_bbrms=0.0, core::Real max_bbrms=100000.0, core::Real min_rms=0.0, core::Real max_rms=100.0) |
virtual void | apply (core::pose::Pose &pose) |
virtual protocols::moves::MoverOP | clone () const |
Return a clone of the Mover object. More... | |
virtual std::string | get_name () const |
Each derived class must specify its name. The class name. More... | |
virtual protocols::moves::MoverOP | fresh_instance () const |
Generates a new Mover object freshly created with the default ctor. More... | |
void | setup_hash_maps () |
LoopHashMap & | gethash (core::Size size) |
const std::vector< core::Size > & | hash_sizes () const |
const BackboneDB & | backbone_database () const |
const std::pair< core::Size, core::Size > | loopdb_range () |
void | save_db () |
void | load_db () |
void | load_mergeddb () |
void | delete_db () |
void | merge (LoopHashLibraryOP second_lib, utility::vector1< core::Real > rms_cutoffs) |
bool | merge_bbdb (const BackboneDB &second_bbdb, core::Size &index_offset) |
void | sort () |
void | create_db () |
void | set_create_db (bool setting=true) |
void | set_db_path (std::string setting) |
void | graft_loop (const core::pose::Pose &src_pose, core::pose::Pose &tgt_pose, protocols::loops::Loop myloop) |
void | set_default_score_functions () |
void | mem_foot_print () |
bool | get_extra () const |
![]() | |
Mover () | |
virtual | ~Mover () |
virtual MoverSP | create () |
virtual void | apply (core::io::serialization::PipeMap &pmap) |
virtual void | parse_state (SerializableState const &state) |
virtual void | parse_def (utility::lua::LuaObject const &def, utility::lua::LuaObject const &score_fxns, utility::lua::LuaObject const &tasks, MoverCacheSP cache) |
virtual void | save_state (SerializableState &state) |
Mover (std::string const &type_name) | |
sets the type for a mover; name_ has been removed (2010/05/14) More... | |
Mover (Mover const &other) | |
Mover & | operator= (Mover const &other) |
assignment operator More... | |
virtual core::Real | last_proposal_density_ratio () |
std::string const & | type () const |
void | set_type (std::string const &setting) |
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... | |
void | set_current_tag (std::string const &new_tag) |
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 |
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... | |
void | type (const std::string &type_in) |
virtual void | parse_my_tag (TagCOP tag, basic::datacache::DataMap &data, Filters_map const &filters, Movers_map const &movers, Pose const &pose) |
Called by MoverFactory when constructing new Movers. Takes care of the specific mover's parsing. More... | |
std::string | get_type () const |
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... | |
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 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... | |
void | set_current_job (protocols::jobdist::BasicJobCOP job) |
jobdist::BasicJobCOP | get_current_job () const |
virtual void | show (std::ostream &output=std::cout) const |
Outputs details about the Mover, including current settings. More... | |
Additional Inherited Members | |
![]() | |
typedef utility::tag::TagCOP | TagCOP |
typedef core::pose::Pose | Pose |
typedef core::pose::PoseCOP | PoseCOP |
typedef protocols::filters::Filters_map | Filters_map |
typedef std::list< std::string > | Strings |
![]() | |
static std::string | name () |
static void | register_options () |
Overload this static method if you access options within the mover. More... | |
![]() | |
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... | |
protocols::loophash::LoopHashLibrary::LoopHashLibrary | ( | const utility::vector1< core::Size > & | init_sizes = utility::vector1< core::Size >() , |
const core::Size | num_partitions = 1 , |
||
const core::Size | assigned_num = 0 |
||
) |
References assigned_num_, assigned_string_, basic::options::OptionKeys::lh::db_path, db_path_, do_sanity_check_, extra_, hash_sizes_, loopdb_range_, num_partitions_, basic::options::option, options, scoring, set_default_score_functions(), setup_hash_maps(), and utility::to_string().
Referenced by clone(), and fresh_instance().
|
virtual |
Implements protocols::moves::Mover.
References core::chemical::CENTROID, get_all(), core::scoring::get_score_function(), protocols::loophash::MAXIMAL_FLOAT, in::file::native, option, core::import_pose::pose_from_pdb(), prefix, out::prefix, numeric::random::random_permutation(), protocols::antibody::design::relax, numeric::random::RG, rms, round(), score, core::pose::set_ss_from_phipsi(), skim_size, lh::skim_size, core::util::switch_to_residue_type_set(), protocols::loophash::TR, and core::io::silent::SilentFileData::write_silent_struct().
void protocols::loophash::LoopHashLibrary::apply_random | ( | core::pose::Pose & | pose, |
core::Size & | fir, | ||
core::Size & | fjr, | ||
core::Real | min_rms, | ||
core::Real | max_rms | ||
) |
References protocols::loophash::BackboneSegment::apply_to_pose(), bbdb_, cp, protocols::loophash::BackboneDB::get_backbone_segment(), protocols::loophash::LoopHashMap::get_loop_size(), protocols::loophash::LoopHashMap::get_peptide(), protocols::loophash::get_rmsd(), protocols::loophash::get_rt_over_leap(), gethash(), hash_sizes_, protocols::loophash::LeapIndex::index, protocols::loophash::LoopHashMap::lookup(), nres, protocols::loophash::LeapIndex::offset, protocols::loophash::BackboneSegment::print(), numeric::random::random_range(), protocols::loophash::BackboneSegment::read_from_pose(), t, core::pose::Pose::total_residue(), and protocols::loophash::TR.
|
inline |
|
inlinevirtual |
Return a clone of the Mover object.
clone is meant to return an OP'ed deep copy of this object. This really should be a pure virtual in the base class, but adding pure virtuals to Mover would massively disrupt the code. This default implementation crashes at runtime instead of compiletime if you try to call it. If this code is causing you problems, your Mover needs to override this function.
Reimplemented from protocols::moves::Mover.
References LoopHashLibrary().
void protocols::loophash::LoopHashLibrary::create_db | ( | ) |
References assigned_num_, assigned_string_, protocols::frag_picker::VallProvider::at(), chunk, chunks, extra_, extract_data_from_pose(), in::file::fullatom, core::chemical::ChemicalManager::get_instance(), protocols::frag_picker::VallChunk::get_pose(), num_partitions_, option, core::chemical::ChemicalManager::residue_type_set(), protocols::frag_picker::VallProvider::size(), protocols::frag_picker::VallChunk::size(), core::import_pose::pose_stream::streams_from_cmd_line(), protocols::loophash::TR, user, in::file::vall, protocols::frag_picker::VallProvider::vallChunksFromLibrary(), and protocols::frag_picker::VallProvider::vallNumLines().
void protocols::loophash::LoopHashLibrary::delete_db | ( | ) |
References assigned_string_, db_path_, hash_sizes_, utility::to_string(), and protocols::loophash::TR.
void protocols::loophash::LoopHashLibrary::extract_data_from_pose | ( | core::pose::Pose & | pose, |
core::Size | nres, | ||
protocols::frag_picker::VallChunkOP | chunk = NULL |
||
) |
References protocols::loophash::LoopHashMap::add_leap(), protocols::loophash::BackboneDB::add_pose(), bbdb_, core::pose::Pose::fold_tree(), protocols::loophash::get_rt_over_leap_fast(), gethash(), hash_sizes_, protocols::loophash::LeapIndex::index, protocols::loophash::LeapIndex::offset, protocols::make_rot_lib::PEPTIDE, protocols::loophash::BackboneSegment::read_from_pose(), t, core::pose::Pose::total_residue(), and protocols::loophash::TR.
Referenced by create_db(), and extract_data_from_pose().
void protocols::loophash::LoopHashLibrary::extract_data_from_pose | ( | core::pose::Pose & | pose | ) |
References extract_data_from_pose(), and core::pose::Pose::total_residue().
|
inlinevirtual |
Generates a new Mover object freshly created with the default ctor.
fresh_instance is meant to return a new object of this class, created with the default constructor. This really should be a pure virtual in the base class, but adding pure virtuals to Mover would massively disrupt the code. This default implementation crashes at runtime instead of compiletime if you try to call it. If this code is causing you problems, your Mover needs to override this function. This is used by the August 08 job distributor.
Reimplemented from protocols::moves::Mover.
References LoopHashLibrary().
void protocols::loophash::LoopHashLibrary::get_all | ( | core::pose::Pose & | pose, |
std::vector< core::io::silent::SilentStructOP > & | lib_structs, | ||
core::Size | start_res = 1 , |
||
core::Size | stop_res = 0 , |
||
core::Real | min_bbrms = 0.0 , |
||
core::Real | max_bbrms = 100000.0 , |
||
core::Real | min_rms = 0.0 , |
||
core::Real | max_rms = 100.0 |
||
) |
References protocols::loops::add_coordinate_constraints_to_pose(), protocols::loops::Loops::add_loop(), protocols::loophash::BackboneSegment::apply_to_pose(), bbdb_, core::scoring::CA_rmsd(), cp, core::io::silent::SilentStruct::fill_struct(), protocols::loophash::BackboneDB::get_backbone_segment(), core::io::silent::SilentStructFactory::get_instance(), protocols::loophash::LoopHashMap::get_loop_size(), protocols::loophash::LoopHashMap::get_peptide(), protocols::loophash::get_rmsd(), protocols::loophash::get_rt_over_leap(), core::io::silent::SilentStructFactory::get_silent_struct_out(), gethash(), hash_sizes_, protocols::loophash::LeapIndex::index, protocols::loophash::LoopHashMap::lookup(), nres, protocols::loophash::LeapIndex::offset, optimization, options, options2, numeric::random::random_permutation(), protocols::loophash::BackboneSegment::read_from_pose(), numeric::random::RG, scorefxn_cen_cst, scorefxn_rama_cst, core::kinematics::MoveMap::set_bb(), t, core::pose::Pose::total_residue(), protocols::loophash::TR, core::pose::transfer_phi_psi(), and transfer_phi_psi().
Referenced by apply().
|
inline |
|
inlinevirtual |
Each derived class must specify its name. The class name.
Implements protocols::moves::Mover.
LoopHashMap & protocols::loophash::LoopHashLibrary::gethash | ( | core::Size | size | ) |
References hash_.
Referenced by apply_random(), protocols::loophash::LoopHashSampler::build_structures(), protocols::sic_dock::count_linkers(), protocols::sic_dock::dump_loophash_linkers(), extract_data_from_pose(), get_all(), protocols::forge::remodel::RemodelLoopMover::loophash_stage(), merge(), test_loop_sample(), and test_saving_library().
void protocols::loophash::LoopHashLibrary::graft_loop | ( | const core::pose::Pose & | src_pose, |
core::pose::Pose & | tgt_pose, | ||
protocols::loops::Loop | myloop | ||
) |
References protocols::loops::add_coordinate_constraints_to_pose(), protocols::loops::Loops::add_loop(), core::scoring::CA_rmsd(), options, options2, core::optimization::AtomTreeMinimizer::run(), scorefxn_cen_cst, scorefxn_rama_cst, core::kinematics::MoveMap::set_bb(), protocols::loops::Loop::start(), protocols::loops::Loop::stop(), protocols::loophash::TR, core::pose::transfer_phi_psi(), and transfer_phi_psi().
|
inline |
References hash_sizes_.
Referenced by protocols::loophash::LoopHashSampler::build_structures().
void protocols::loophash::LoopHashLibrary::load_db | ( | ) |
void protocols::loophash::LoopHashLibrary::load_mergeddb | ( | ) |
References assigned_num_, assigned_string_, bbdb_, db_path_, extra_, hash_, hash_sizes_, loopdb_range_, num_partitions_, protocols::loophash::BackboneDB::read_db(), utility::to_string(), and protocols::loophash::TR.
Referenced by protocols::loophash::LoopHashLibraryLoader::create_resource(), protocols::loophash::FastGapMover::FastGapMover(), protocols::loophash::WorkUnit_LoopHash::init_from_cmd(), protocols::sic_dock::LinkerScore::LinkerScore(), protocols::forge::remodel::RemodelLoopMover::loophash_stage(), protocols::loophash::LoopHashDiversifier::LoopHashDiversifier(), protocols::loophash::LoopHashMoverWrapper::parse_my_tag(), and protocols::loophash::LoopHashDiversifier::parse_my_tag().
|
inline |
References loopdb_range_.
Referenced by protocols::loophash::LoopHashSampler::build_structures().
void protocols::loophash::LoopHashLibrary::mem_foot_print | ( | ) |
References bbdb_, protocols::loophash::BackboneDB::get_mem_foot_print(), hash_, hash_sizes_, and protocols::loophash::TR.
Referenced by protocols::loophash::WorkUnit_LoopHash::init_from_cmd(), protocols::loophash::LoopHashDiversifier::LoopHashDiversifier(), protocols::loophash::LoopHashMoverWrapper::parse_my_tag(), and protocols::loophash::LoopHashDiversifier::parse_my_tag().
void protocols::loophash::LoopHashLibrary::merge | ( | LoopHashLibraryOP | second_lib, |
utility::vector1< core::Real > | rms_cutoffs | ||
) |
References protocols::loophash::LoopHashMap::add_leap(), backbone_database(), bbdb_, protocols::loophash::LoopHashMap::bbdb_range(), cp, extra_, protocols::loophash::BackboneDB::get_backbone_segment(), get_extra(), protocols::loophash::LoopHashMap::get_peptide(), protocols::loophash::get_rmsd(), gethash(), hash_sizes_, protocols::loophash::LeapIndex::index, key, protocols::loophash::LeapIndex::key, merge_bbdb(), protocols::loophash::LeapIndex::offset, protocols::loophash::LoopHashMap::radial_lookup_withkey(), protocols::sic_dock::range(), and protocols::loophash::TR.
bool protocols::loophash::LoopHashLibrary::merge_bbdb | ( | const BackboneDB & | second_bbdb, |
core::Size & | index_offset | ||
) |
References protocols::loophash::BackboneDB::add_extra_data(), protocols::loophash::BackboneDB::add_protein(), bbdb_, extra_, protocols::loophash::BBData::extra_key, protocols::loophash::BackboneDB::extra_size(), protocols::loophash::BackboneDB::get_extra_data(), protocols::loophash::BackboneDB::get_protein(), and protocols::loophash::BackboneDB::size().
Referenced by merge().
void protocols::loophash::LoopHashLibrary::save_db | ( | ) |
|
inline |
References create_db_.
|
inline |
References db_path_.
Referenced by protocols::loophash::LoopHashMoverWrapper::parse_my_tag(), and protocols::loophash::LoopHashDiversifier::parse_my_tag().
void protocols::loophash::LoopHashLibrary::set_default_score_functions | ( | ) |
References cbeta, cenpack, coordinate_constraint, env, hs_pair, pair, rama, protocols::simple_moves::rg, rsigma, scorefxn_cen_cst, scorefxn_rama_cst, sheet, ss_pair, and vdw.
Referenced by LoopHashLibrary().
void protocols::loophash::LoopHashLibrary::setup_hash_maps | ( | ) |
References hash_, hash_sizes_, and protocols::loophash::TR.
Referenced by LoopHashLibrary().
void protocols::loophash::LoopHashLibrary::sort | ( | ) |
References hash_, and hash_sizes_.
void protocols::loophash::LoopHashLibrary::test_loop_sample | ( | core::pose::Pose & | pose, |
core::Size | nres | ||
) |
References protocols::loophash::LoopHashMap::add_leap(), protocols::loophash::BackboneDB::add_pose(), protocols::loophash::BackboneSegment::apply_to_pose(), bbdb_, cp, do_sanity_check_, core::pose::Pose::fold_tree(), protocols::loophash::BackboneDB::get_backbone_segment(), protocols::loophash::LoopHashMap::get_loop_size(), protocols::loophash::LoopHashMap::get_peptide(), protocols::loophash::get_rmsd(), protocols::loophash::get_rt_over_leap(), gethash(), hash_sizes_, protocols::loophash::LeapIndex::index, protocols::loophash::LeapIndex::key, protocols::loophash::LoopHashMap::lookup_withkey(), protocols::loophash::LeapIndex::offset, protocols::make_rot_lib::PEPTIDE, protocols::loophash::BackboneSegment::print(), protocols::loophash::BackboneSegment::read_from_pose(), t, core::pose::Pose::total_residue(), and protocols::loophash::TR.
bool protocols::loophash::LoopHashLibrary::test_saving_library | ( | core::pose::Pose | pose, |
core::Size | ir, | ||
bool | deposit | ||
) |
References protocols::loophash::BackboneDB::add_pose(), backbone_database(), bbdb_, cp, protocols::loophash::BackboneDB::get_backbone_segment(), protocols::loophash::get_rt_over_leap_fast(), gethash(), hash_sizes_, protocols::loophash::LeapIndex::index, protocols::loophash::BackboneSegment::read_from_pose(), t, core::pose::Pose::total_residue(), and protocols::loophash::TR.
|
private |
Referenced by create_db(), load_mergeddb(), and LoopHashLibrary().
|
private |
Referenced by create_db(), delete_db(), load_db(), load_mergeddb(), LoopHashLibrary(), and save_db().
|
private |
|
private |
Referenced by set_create_db().
|
private |
Referenced by delete_db(), load_db(), load_mergeddb(), LoopHashLibrary(), save_db(), and set_db_path().
|
private |
Referenced by LoopHashLibrary(), and test_loop_sample().
|
private |
Referenced by create_db(), get_extra(), load_db(), load_mergeddb(), LoopHashLibrary(), merge(), and merge_bbdb().
|
private |
Referenced by gethash(), load_db(), load_mergeddb(), mem_foot_print(), save_db(), setup_hash_maps(), and sort().
|
private |
|
private |
Referenced by load_mergeddb(), loopdb_range(), and LoopHashLibrary().
|
private |
Referenced by create_db(), load_mergeddb(), and LoopHashLibrary().
|
private |
Referenced by get_all(), and graft_loop().
|
private |
Referenced by get_all(), and graft_loop().
|
private |
Referenced by get_all(), graft_loop(), and set_default_score_functions().
|
private |
Referenced by get_all(), graft_loop(), and set_default_score_functions().