![]() |
Rosetta Protocols
2014.16.56682
|
#include <FoldTreeHybridize.hh>
Public Member Functions | |
| FoldTreeHybridize () | |
| FoldTreeHybridize (core::Size const initial_template_index, utility::vector1< core::pose::PoseOP > const &template_poses, utility::vector1< core::Real > const &template_weights, utility::vector1< protocols::loops::Loops > const &template_chunks, utility::vector1< protocols::loops::Loops > const &template_contigs, core::fragment::FragSetOP fragments_small_in, core::fragment::FragSetOP fragments_big_in) | |
| void | init () |
| void | setup_for_parser () |
| Extract information from a setup mover. More... | |
| void | revert_loops_to_original (core::pose::Pose &pose, Loops loops) |
| void | set_loops_to_virt_ala (core::pose::Pose &pose, Loops loops) |
| Real | gap_distance (Size Seq_gap) |
| void | add_gap_constraints_to_pose (core::pose::Pose &pose, Loops const &chunks, int gap_edge_shift=0, Real stdev=0.1) |
| void | restore_original_foldtree (core::pose::Pose &pose) |
| void | setup_foldtree (core::pose::Pose &pose) |
| numeric::xyzVector< Real > | center_of_mass (core::pose::Pose const &pose) |
| void | translate_virt_to_CoM (core::pose::Pose &pose) |
| utility::vector1< core::Real > | get_residue_weights_for_1mers (core::pose::Pose &pose) |
| utility::vector1< core::Real > | get_residue_weights_for_small_frags (core::pose::Pose &pose) |
| utility::vector1< core::Real > | get_residue_weights_for_big_frags (core::pose::Pose &pose) |
| void | set_constraint_file (std::string cst_file_in) |
| void | set_increase_cycles (core::Real increase_cycles_in) |
| void | set_stage1_1_cycles (core::Size stage1_1_cycles_in) |
| void | set_stage1_2_cycles (core::Size stage1_2_cycles_in) |
| void | set_stage1_3_cycles (core::Size stage1_3_cycles_in) |
| void | set_stage1_4_cycles (core::Size stage1_4_cycles_in) |
| void | set_add_non_init_chunks (bool add_non_init_chunks_in) |
| void | set_domain_assembly (bool domain_assembly_in) |
| void | set_add_hetatm (bool add_hetatm_in, core::Real hetatm_self_cst_weight_in, core::Real hetatm_prot_cst_weight_in) |
| void | set_frag_1mer_insertion_weight (core::Real frag_1mer_insertion_weight_in) |
| void | set_small_frag_insertion_weight (core::Real small_frag_insertion_weight_in) |
| void | set_big_frag_insertion_weight (core::Real big_frag_insertion_weight_in) |
| void | set_chunk_insertion_weight (core::Real chunk_insertion_weight_in) |
| void | set_frag_weight_aligned (core::Real frag_weight_aligned_in) |
| void | set_auto_frag_insertion_weight (bool auto_frag_insertion_weight_in) |
| void | set_max_registry_shift (core::Size max_registry_shift_in) |
| void | set_top_n_big_frag (core::Size top_n_big_frag_in) |
| void | set_top_n_small_frag (core::Size top_n_small_frag_in) |
| void | set_pairings_file (std::string pairings_file_in) |
| void | set_sheets (utility::vector1< core::Size > sheets_in) |
| void | set_random_sheets (utility::vector1< core::Size > random_sheets_in) |
| void | set_filter_templates (bool filter_templates_in) |
| void | set_scorefunction (core::scoring::ScoreFunctionOP const scorefxn) |
| void | set_task_factory (core::pack::task::TaskFactoryOP task_factory_in) |
| void | set_user_csts (utility::vector1< core::Size > user_csts_in) |
| void | setup_scorefunctions (core::scoring::ScoreFunctionOP score0, core::scoring::ScoreFunctionOP score1, core::scoring::ScoreFunctionOP score2, core::scoring::ScoreFunctionOP score5, core::scoring::ScoreFunctionOP score3) |
| void | apply (core::pose::Pose &pose) |
| std::string | get_name () const |
| Each derived class must specify its name. The class name. More... | |
| utility::vector1< std::pair < core::Size, core::Size > > | get_strand_pairs () |
| std::set< core::Size > | get_pairings_residues () |
Public Member Functions inherited from protocols::moves::Mover | |
| 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 |
| 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) |
| 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 | |
Public Types inherited from protocols::moves::Mover | |
| 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 Public Member Functions inherited from protocols::moves::Mover | |
| static std::string | name () |
| static void | register_options () |
| Overload this static method if you access options within the mover. More... | |
Protected Member Functions inherited from protocols::moves::Mover | |
| 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::hybridization::FoldTreeHybridize::FoldTreeHybridize | ( | ) |
References init().
Referenced by clone(), protocols::hybridization::FoldTreeHybridizeCreator::create_mover(), and fresh_instance().
| protocols::hybridization::FoldTreeHybridize::FoldTreeHybridize | ( | core::Size const | initial_template_index, |
| utility::vector1< core::pose::PoseOP > const & | template_poses, | ||
| utility::vector1< core::Real > const & | template_weights, | ||
| utility::vector1< protocols::loops::Loops > const & | template_chunks, | ||
| utility::vector1< protocols::loops::Loops > const & | template_contigs, | ||
| core::fragment::FragSetOP | fragments_small_in, | ||
| core::fragment::FragSetOP | fragments_big_in | ||
| ) |
| void protocols::hybridization::FoldTreeHybridize::add_gap_constraints_to_pose | ( | core::pose::Pose & | pose, |
| Loops const & | chunks, | ||
| int | gap_edge_shift = 0, |
||
| Real | stdev = 0.1 |
||
| ) |
|
private |
References protocols::simple_moves::ExtendedPoseMover::apply(), protocols::simple_moves::FragmentMover::apply_at_all_positions(), core::pose::create_subpose(), protocols::loops::extract_continuous_chunks(), core::pose::Pose::fold_tree(), protocols::jumping::JumpSample::fold_tree(), get_pairings_jump_mover(), jump_sample_, jumps, core::pose::Pose::pdb_info(), core::scoring::dssp::Pairing::Pos1(), core::scoring::dssp::Pairing::Pos2(), protocols::loops::Loops::push_back(), core::pose::Pose::set_secstruct(), strand_pairings_template_indices_, target_sequence_, template_chunks_, template_contigs_, template_poses_, template_wts_, core::pose::Pose::total_residue(), protocols::hybridization::TR, and core::kinematics::FoldTree::tree_from_jumps_and_cuts().
Referenced by add_strand_pairings().
|
private |
References add_strand_pairing(), filter_templates(), filter_templates_, frag_libs_small_, protocols::jumping::JumpSample::get_pairing(), protocols::loops::Loops::has(), core::scoring::dssp::StrandPairingSet::has_pairing(), protocols::jumping::JumpSample::is_valid(), jump_frags_, jump_sample_, jumps, protocols::jumping::JumpSample::jumps(), movemap, pairings, pairings_file_, core::scoring::dssp::Pairing::Pos1(), core::scoring::dssp::Pairing::Pos2(), random_sheets_, protocols::jumping::read_pairing_list(), protocols::hybridization::renumber_with_pdb_info(), core::kinematics::MoveMap::set_bb(), core::kinematics::MoveMap::set_jump(), sheets_, protocols::jumping::JumpSample::size(), template_chunks_, template_poses_, templates_with_incorrect_strand_pairings_, protocols::hybridization::TR, and utility_exit_with_message.
Referenced by apply().
|
virtual |
Implements protocols::moves::Mover.
References protocols::moves::accept_reject, add_hetatm_, protocols::moves::MoverContainer::add_mover(), protocols::hybridization::add_non_protein_cst(), add_strand_pairings(), protocols::hybridization::all_chunks, protocols::moves::RepeatMover::apply(), protocols::moves::WhileMover::apply(), protocols::hybridization::ChunkTrialMover::apply(), protocols::moves::Mover::apply(), protocols::moves::RandomMover::apply(), protocols::simple_moves::FragmentMover::apply_at_all_positions(), core::scoring::atom_pair_constraint, auto_frag_insertion_weight(), big_frag_insertion_weight_, core::chemical::CENTROID_ROT, core::scoring::ScoreFunction::clone(), core::scoring::coordinate_constraint, core::scoring::ScoreFunctionFactory::create_score_function(), cst_file_, floating_pairs_, frag_1mer_insertion_weight_, frag_libs_1mer_, frag_libs_big_, frag_libs_small_, gdtmm, protocols::hybridization::get_gdtmm(), get_jump_anchors(), protocols::hybridization::get_num_residues_nonvirt(), get_pairings_jump_mover(), get_pairings_residues(), get_residue_weights_for_1mers(), get_residue_weights_for_big_frags(), get_residue_weights_for_small_frags(), core::conformation::Residue::has(), hetatm_prot_cst_weight_, hetatm_self_cst_weight_, hybridize_setup_, protocols::abinitio::abscript::I, jumps::increase_chainbreak, increase_cycles_, initial_template_index_, initialize_pose_by_templates_, jumps::invrate_jump_move, core::conformation::Residue::is_protein(), core::pose::symmetry::is_symmetric(), protocols::moves::TrialMover::keep_stats_type(), core::scoring::linear_chainbreak, max_registry_shift_, numeric::mod(), native_, option, core::scoring::overlap_chainbreak, protocols::forge::methods::overlap_chainbreak(), overlap_chainbreaks_, pack_rotamers(), core::pack::task::TaskFactory::push_back(), protocols::hybridization::random_chunk, protocols::moves::MonteCarlo::recover_low(), core::pose::Pose::remove_constraints(), protocols::moves::MonteCarlo::reset(), core::pose::Pose::residue(), residue_max_registry_shift_, residue_sample_abinitio_, residue_sample_template_, restore_original_foldtree(), protocols::moves::MonteCarlo::score_function(), scorefxn_, core::pose::Pose::sequence(), protocols::moves::MonteCarlo::set_autotemp(), protocols::moves::MonteCarlo::set_temperature(), protocols::hybridization::ChunkTrialMover::set_template(), core::pose::setPoseExtraScores(), protocols::hybridization::setup_centroid_constraints(), setup_foldtree(), setup_for_parser(), setup_scorefunctions(), protocols::hybridization::setup_user_coordinate_constraints(), protocols::moves::MonteCarlo::show_counters(), protocols::moves::MonteCarlo::show_scores(), protocols::hybridization::AllResiduesChanged::show_unmoved(), abinitio::skip_convergence_check, small_frag_insertion_weight_, ss_chunks_pose_, stage1_1_cycles_, stage1_2_cycles_, stage1_3_cycles_, cm::hybridize::stage1_4_cenrot_score, stage1_4_cycles_, strand_pairings_template_indices_, superimpose_strand_pairings_to_templates(), target_sequence_, template_chunks_, template_poses_, template_wts_, top_n_big_frag_, core::pose::Pose::total_residue(), protocols::hybridization::TR, translate_virt_to_CoM(), user, and user_csts_.
|
private |
References auto_frag_insertion_weight_, big_frag_insertion_weight_, chunk_insertion_weight_, frag_1mer_insertion_weight_, small_frag_insertion_weight_, strand_pairings_template_indices_, sum(), template_chunks_, top_n_big_frag_, top_n_small_frag_, and protocols::hybridization::TR.
Referenced by apply().
| numeric::xyzVector< Real > protocols::hybridization::FoldTreeHybridize::center_of_mass | ( | core::pose::Pose const & | pose | ) |
References core::chemical::aa_vrt, j, nres, core::pose::Pose::residue(), core::pose::Pose::total_residue(), and core::conformation::Atom::xyz().
Referenced by translate_virt_to_CoM().
|
privatevirtual |
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 FoldTreeHybridize().
|
private |
References initial_template_index_, normalize_template_wts(), template_chunks_, template_contigs_, template_poses_, template_wts_, and protocols::hybridization::TR.
Referenced by add_strand_pairings().
|
privatevirtual |
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 FoldTreeHybridize().
Referenced by add_gap_constraints_to_pose().
|
private |
|
virtual |
Each derived class must specify its name. The class name.
Implements protocols::moves::Mover.
|
private |
References protocols::simple_moves::ClassicFragmentMover::enable_end_bias_check(), jump_frags_, movemap, core::kinematics::MoveMap::set_bb(), protocols::simple_moves::ClassicFragmentMover::set_check_ss(), core::kinematics::MoveMap::set_jump(), and protocols::moves::Mover::type().
Referenced by add_strand_pairing(), and apply().
| std::set< core::Size > protocols::hybridization::FoldTreeHybridize::get_pairings_residues | ( | ) |
References strand_pairs_.
Referenced by apply(), and get_jump_anchors().
| utility::vector1< core::Real > protocols::hybridization::FoldTreeHybridize::get_residue_weights_for_1mers | ( | core::pose::Pose & | pose | ) |
| utility::vector1< core::Real > protocols::hybridization::FoldTreeHybridize::get_residue_weights_for_big_frags | ( | core::pose::Pose & | pose | ) |
References domain_assembly_, frag_weight_aligned_, protocols::hybridization::get_num_residues_nonvirt(), protocols::loops::Loops::has(), initial_template_index_, protocols::hybridization::renumber_with_pdb_info(), residue_sample_abinitio_, template_contigs_, template_poses_, and protocols::hybridization::TR.
Referenced by apply(), get_residue_weights_for_1mers(), and get_residue_weights_for_small_frags().
| utility::vector1< core::Real > protocols::hybridization::FoldTreeHybridize::get_residue_weights_for_small_frags | ( | core::pose::Pose & | pose | ) |
|
inline |
| void protocols::hybridization::FoldTreeHybridize::init | ( | void | ) |
References add_hetatm_, cm::hybridize::add_non_init_chunks, add_non_init_chunks_, evaluation::align_rmsd_target, align_rmsd_target, cm::hybridize::auto_frag_insertion_weight, auto_frag_insertion_weight_, big_frag_insertion_weight_, chunk_insertion_weight_, core::scoring::ScoreFunctionFactory::create_score_function(), domain_assembly_, filter_templates_, frag_1mer_insertion_weight_, cm::hybridize::frag_weight_aligned, frag_weight_aligned_, hetatm_prot_cst_weight_, hetatm_self_cst_weight_, increase_cycles_, initialize_pose_by_templates_, cm::hybridize::max_registry_shift, max_registry_shift_, in::file::native, native_, option, jumps::overlap_chainbreak, overlap_chainbreaks_, pairings_file_, core::import_pose::pose_from_pdb(), random_sheets_, realign_domains_, set_scorefunction(), sheets_, small_frag_insertion_weight_, cm::hybridize::stage1_1_cycles, stage1_1_cycles_, cm::hybridize::stage1_2_cycles, stage1_2_cycles_, cm::hybridize::stage1_3_cycles, stage1_3_cycles_, cm::hybridize::stage1_4_cycles, stage1_4_cycles_, cm::hybridize::stage1_increase_cycles, top_n_big_frag_, top_n_small_frag_, and user.
Referenced by FoldTreeHybridize().
|
private |
References core::pose::Pose::pdb_info(), and core::pose::Pose::total_residue().
Referenced by superimpose_strand_pairings_to_templates().
|
private |
References template_poses_, and template_wts_.
Referenced by filter_templates(), FoldTreeHybridize(), and setup_for_parser().
|
privatevirtual |
Called by MoverFactory when constructing new Movers. Takes care of the specific mover's parsing.
Some movers need not be parsed, so we shouldn't stop executions. This, however, calls attention to the lack of this method, which could be due to something as silly as a wrong parameters definition.
Reimplemented from protocols::moves::Mover.
References add_non_init_chunks_, auto_frag_insertion_weight_, core::pack::task::ResidueLevelTask::being_designed(), core::pack::task::ResidueLevelTask::being_packed(), big_frag_insertion_weight_, core::pack::task::TaskFactory::create_task_and_apply_taskoperations(), filter_templates_, frag_1mer_insertion_weight_, frag_weight_aligned_, basic::datacache::DataMap::get(), hybridize_setup_, initialize_pose_by_templates_, max_registry_shift, max_registry_shift_, pairings_file_, protocols::rosetta_scripts::parse_task_operations(), random_sheets, random_sheets_, realign_domains_, residue_max_registry_shift_, residue_sample_abinitio_, residue_sample_template_, core::pack::task::PackerTask::residue_task(), set_increase_cycles(), set_scorefunction(), sheets, sheets_, small_frag_insertion_weight_, stage1_1_cycles_, stage1_2_cycles_, stage1_3_cycles_, stage1_4_cycles_, protocols::hybridization::TR, and utility_exit_with_message.
| void protocols::hybridization::FoldTreeHybridize::restore_original_foldtree | ( | core::pose::Pose & | pose | ) |
References foldtree_mover_, and protocols::hybridization::HybridizeFoldtreeDynamic::reset().
Referenced by apply().
| void protocols::hybridization::FoldTreeHybridize::revert_loops_to_original | ( | core::pose::Pose & | pose, |
| Loops | loops | ||
| ) |
References core::pose::add_variant_type_to_pose_residue(), protocols::simple_moves::MutateResidue::apply(), in::file::fasta, protocols::loops::Loops::num_loop(), option, core::sequence::read_fasta_file(), core::pose::Pose::residue_type(), sequence, protocols::loops::start, and core::chemical::ResidueType::variant_types().
|
inline |
Referenced by setup_for_parser().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Referenced by setup_for_parser().
|
inline |
Referenced by setup_for_parser().
|
inline |
|
inline |
|
inline |
|
inline |
Referenced by parse_my_tag().
| void protocols::hybridization::FoldTreeHybridize::set_loops_to_virt_ala | ( | core::pose::Pose & | pose, |
| Loops | loops | ||
| ) |
|
inline |
|
inline |
|
inline |
|
inline |
Referenced by init(), and parse_my_tag().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| void protocols::hybridization::FoldTreeHybridize::set_task_factory | ( | core::pack::task::TaskFactoryOP | task_factory_in | ) |
References task_factory_.
|
inline |
|
inline |
|
inline |
| void protocols::hybridization::FoldTreeHybridize::setup_foldtree | ( | core::pose::Pose & | pose | ) |
References protocols::loops::Loops::add_loop(), add_non_init_chunks_, core::pose::Pose::conformation(), domain_assembly_, core::pose::Pose::fold_tree(), foldtree_mover_, frag_libs_small_, protocols::hybridization::get_num_residues_nonvirt(), initial_template_index_, protocols::hybridization::HybridizeFoldtreeDynamic::initialize(), core::pose::symmetry::is_symmetric(), j, nres, option, core::fragment::SecondaryStructure::secstruct(), core::pose::Pose::secstruct(), protocols::loops::Loops::sequential_order(), core::pose::Pose::set_secstruct(), protocols::loops::set_secstruct_from_psipred_ss2(), protocols::loops::Loop::set_start(), protocols::loops::Loop::set_stop(), protocols::loops::start, protocols::loops::stop, strand_pairings_template_indices_, strand_pairs_, core::conformation::symmetry::SymmetricConformation::Symmetry_Info(), template_chunks_, template_poses_, template_wts_, core::pose::Pose::total_residue(), protocols::hybridization::TR, numeric::random::uniform(), and user.
Referenced by apply().
| void protocols::hybridization::FoldTreeHybridize::setup_for_parser | ( | ) |
Extract information from a setup mover.
References chop_fragments(), frag_libs_1mer_, frag_libs_big_, frag_libs_small_, hybridize_setup_, initial_template_index_, normalize_template_wts(), realign_domains_, set_add_hetatm(), set_constraint_file(), set_domain_assembly(), template_chunks_, template_contigs_, template_poses_, and template_wts_.
Referenced by apply().
| void protocols::hybridization::FoldTreeHybridize::setup_scorefunctions | ( | core::scoring::ScoreFunctionOP | score0, |
| core::scoring::ScoreFunctionOP | score1, | ||
| core::scoring::ScoreFunctionOP | score2, | ||
| core::scoring::ScoreFunctionOP | score5, | ||
| core::scoring::ScoreFunctionOP | score3 | ||
| ) |
References core::scoring::atom_pair_constraint, core::scoring::cbeta, core::scoring::cbeta_smooth, core::scoring::cen_env_smooth, core::scoring::cen_pair_smooth, core::scoring::cenpack, core::scoring::cenpack_smooth, core::scoring::ScoreFunction::clone(), core::scoring::coordinate_constraint, core::scoring::elec_dens_fast, core::scoring::env, core::scoring::hs_pair, core::scoring::linear_chainbreak, core::scoring::pair, scorefxn_, core::scoring::methods::EnergyMethodOptions::set_strand_strand_weights(), core::scoring::sheet, core::scoring::ss_pair, and core::scoring::vdw.
Referenced by apply().
|
private |
References atom_names, core::id::BOGUS_ATOM_ID, floating_pairs_, fold_tree, core::pose::Pose::fold_tree(), initial_template_index_, core::pose::initialize_atomid_map(), j, map_pdb_info_number(), residue, rms, strand_pairings_template_indices_, core::scoring::superimpose_pose(), template_poses_, templates_with_incorrect_strand_pairings_, and protocols::hybridization::TR.
Referenced by apply().
| void protocols::hybridization::FoldTreeHybridize::translate_virt_to_CoM | ( | core::pose::Pose & | pose | ) |
References core::pose::Pose::batch_set_xyz(), center_of_mass(), core::pose::Pose::residue(), core::pose::Pose::residue_type(), core::pose::Pose::total_residue(), protocols::hybridization::TR, translation, numeric::xyzVector< class >::x(), core::pose::Pose::xyz(), protocols::kinmatch::xyz(), numeric::xyzVector< class >::y(), and numeric::xyzVector< class >::z().
Referenced by apply().
|
private |
|
private |
Referenced by init(), parse_my_tag(), and setup_foldtree().
|
private |
Referenced by auto_frag_insertion_weight(), init(), and parse_my_tag().
|
private |
Referenced by apply(), auto_frag_insertion_weight(), init(), and parse_my_tag().
|
private |
Referenced by auto_frag_insertion_weight(), and init().
|
private |
Referenced by apply().
|
private |
Referenced by get_residue_weights_for_big_frags(), init(), and setup_foldtree().
|
private |
Referenced by add_strand_pairings(), init(), and parse_my_tag().
|
private |
Referenced by apply(), and superimpose_strand_pairings_to_templates().
|
private |
Referenced by get_jump_anchors(), restore_original_foldtree(), and setup_foldtree().
|
private |
Referenced by apply(), auto_frag_insertion_weight(), init(), and parse_my_tag().
|
private |
Referenced by apply(), FoldTreeHybridize(), and setup_for_parser().
|
private |
Referenced by apply(), FoldTreeHybridize(), get_residue_weights_for_small_frags(), and setup_for_parser().
|
private |
Referenced by add_strand_pairings(), apply(), FoldTreeHybridize(), get_residue_weights_for_1mers(), setup_foldtree(), and setup_for_parser().
|
private |
Referenced by get_residue_weights_for_big_frags(), init(), and parse_my_tag().
|
private |
|
private |
|
private |
Referenced by apply(), parse_my_tag(), and setup_for_parser().
|
private |
|
private |
|
private |
Referenced by apply(), init(), and parse_my_tag().
|
private |
Referenced by add_strand_pairings(), and get_pairings_jump_mover().
|
private |
Referenced by add_strand_pairing(), and add_strand_pairings().
|
private |
Referenced by apply(), init(), and parse_my_tag().
|
private |
|
private |
|
private |
Referenced by add_strand_pairings(), init(), and parse_my_tag().
|
private |
Referenced by add_strand_pairings(), init(), and parse_my_tag().
|
private |
Referenced by init(), parse_my_tag(), and setup_for_parser().
|
private |
Referenced by apply(), and parse_my_tag().
|
private |
|
private |
Referenced by apply(), and parse_my_tag().
|
private |
Referenced by apply(), and setup_scorefunctions().
|
private |
Referenced by add_strand_pairings(), init(), and parse_my_tag().
|
private |
Referenced by apply(), auto_frag_insertion_weight(), init(), and parse_my_tag().
|
private |
Referenced by apply(), init(), and parse_my_tag().
|
private |
Referenced by apply(), init(), and parse_my_tag().
|
private |
Referenced by apply(), init(), and parse_my_tag().
|
private |
Referenced by apply(), init(), and parse_my_tag().
|
private |
|
private |
Referenced by get_pairings_residues(), and setup_foldtree().
|
private |
Referenced by add_strand_pairing(), and apply().
|
private |
Referenced by set_task_factory().
|
private |
|
private |
|
private |
|
private |
Referenced by add_strand_pairing(), apply(), filter_templates(), FoldTreeHybridize(), normalize_template_wts(), setup_foldtree(), and setup_for_parser().
|
private |
Referenced by add_strand_pairings(), and superimpose_strand_pairings_to_templates().
|
private |
Referenced by apply(), auto_frag_insertion_weight(), and init().
|
private |
Referenced by auto_frag_insertion_weight(), and init().
|
private |
Referenced by apply().
1.8.7