legacy_sewing¶
Bindings for protocols::legacy_sewing namespace
- class pyrosetta.rosetta.protocols.legacy_sewing.Assembly¶
Bases:
pybind11_object
An Assembly is a collection of SewSegments. Assemblies are created using the geometric “compatibility” data generated by the Hasher.
- add_loop_segment(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, pose: pyrosetta.rosetta.core.pose.Pose, loop: pyrosetta.rosetta.protocols.loops.Loop, segment: int) None ¶
C++: protocols::legacy_sewing::Assembly::add_loop_segment(const class core::pose::Pose &, class protocols::loops::Loop, unsigned long) –> void
- add_model(*args, **kwargs)¶
Overloaded function.
add_model(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, graph: protocols::legacy_sewing::SewGraph, model: pyrosetta.rosetta.protocols.legacy_sewing.Model) -> None
add_model(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, graph: protocols::legacy_sewing::SewGraph, model: pyrosetta.rosetta.protocols.legacy_sewing.Model, available: bool) -> None
Add a model to the Assembly. Only used for first node and special cases.
C++: protocols::legacy_sewing::Assembly::add_model(class std::shared_ptr<const class protocols::legacy_sewing::SewGraph>, const struct protocols::legacy_sewing::Model &, bool) –> void
- align_model(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, mobile_model: pyrosetta.rosetta.protocols.legacy_sewing.Model, atom_alignments: pyrosetta.rosetta.std.map_core_id_AtomID_core_id_AtomID, reference_model_id: int) None ¶
C++: protocols::legacy_sewing::Assembly::align_model(struct protocols::legacy_sewing::Model &, const class std::map<class core::id::AtomID, class core::id::AtomID, struct std::less<class core::id::AtomID>, class std::allocator<struct std::pair<const class core::id::AtomID, class core::id::AtomID> > > &, int) const –> void
- all_segments(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) pyrosetta.rosetta.utility.vector1_utility_vector1_protocols_legacy_sewing_SewSegment_std_allocator_protocols_legacy_sewing_SewSegment_t ¶
C++: protocols::legacy_sewing::Assembly::all_segments() const –> class utility::vector1<class utility::vector1<struct protocols::legacy_sewing::SewSegment, class std::allocator<struct protocols::legacy_sewing::SewSegment> >, class std::allocator<class utility::vector1<struct protocols::legacy_sewing::SewSegment, class std::allocator<struct protocols::legacy_sewing::SewSegment> > > >
- append_model(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, model: pyrosetta.rosetta.protocols.legacy_sewing.Model, edge_score: Tuple[Tuple[pyrosetta.rosetta.protocols.legacy_sewing.Basis, pyrosetta.rosetta.protocols.legacy_sewing.Basis], pyrosetta.rosetta.protocols.legacy_sewing.HashResult]) None ¶
append the given model to the end of the assembly
C++: protocols::legacy_sewing::Assembly::append_model(const struct protocols::legacy_sewing::Model &, const struct std::pair<struct std::pair<struct protocols::legacy_sewing::Basis, struct protocols::legacy_sewing::Basis>, struct protocols::legacy_sewing::HashResult> &) –> void
- append_segments(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, segments: pyrosetta.rosetta.utility.vector1_protocols_legacy_sewing_SewSegment) None ¶
append the segments to the given assembly. This should be used very infrequently. The normal way to add segments is to follow an edge
C++: protocols::legacy_sewing::Assembly::append_segments(const class utility::vector1<struct protocols::legacy_sewing::SewSegment, class std::allocator<struct protocols::legacy_sewing::SewSegment> > &) –> void
- assign(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, : pyrosetta.rosetta.protocols.legacy_sewing.Assembly) pyrosetta.rosetta.protocols.legacy_sewing.Assembly ¶
C++: protocols::legacy_sewing::Assembly::operator=(const class protocols::legacy_sewing::Assembly &) –> class protocols::legacy_sewing::Assembly &
- atom_map_from_score_result(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, alignment_scores: Tuple[Tuple[pyrosetta.rosetta.protocols.legacy_sewing.Basis, pyrosetta.rosetta.protocols.legacy_sewing.Basis], pyrosetta.rosetta.protocols.legacy_sewing.HashResult]) pyrosetta.rosetta.std.map_core_id_AtomID_core_id_AtomID ¶
C++: protocols::legacy_sewing::Assembly::atom_map_from_score_result(const struct std::pair<struct std::pair<struct protocols::legacy_sewing::Basis, struct protocols::legacy_sewing::Basis>, struct protocols::legacy_sewing::HashResult> &) const –> class std::map<class core::id::AtomID, class core::id::AtomID, struct std::less<class core::id::AtomID>, class std::allocator<struct std::pair<const class core::id::AtomID, class core::id::AtomID> > >
- property blosum_history_¶
- clone(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) pyrosetta.rosetta.protocols.legacy_sewing.Assembly ¶
C++: protocols::legacy_sewing::Assembly::clone() –> class std::shared_ptr<class protocols::legacy_sewing::Assembly>
- create_chimera_segment(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, reference_segment: pyrosetta.rosetta.protocols.legacy_sewing.SewSegment, mobile_segment: pyrosetta.rosetta.protocols.legacy_sewing.SewSegment, atom_map: pyrosetta.rosetta.std.map_core_id_AtomID_core_id_AtomID, reference_is_nter: bool) pyrosetta.rosetta.protocols.legacy_sewing.SewSegment ¶
C++: protocols::legacy_sewing::Assembly::create_chimera_segment(const struct protocols::legacy_sewing::SewSegment &, const struct protocols::legacy_sewing::SewSegment &, const class std::map<class core::id::AtomID, class core::id::AtomID, struct std::less<class core::id::AtomID>, class std::allocator<struct std::pair<const class core::id::AtomID, class core::id::AtomID> > > &, bool) const –> struct protocols::legacy_sewing::SewSegment
- delete_segments(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, seg_index: int) None ¶
delete segments at the given index. This should be used very infrequently
C++: protocols::legacy_sewing::Assembly::delete_segments(unsigned long) –> void
- disconnected_segments(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) pyrosetta.rosetta.utility.vector1_unsigned_long ¶
C++: protocols::legacy_sewing::Assembly::disconnected_segments() const –> class utility::vector1<unsigned long, class std::allocator<unsigned long> >
- ending_node(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) protocols::legacy_sewing::ModelNode ¶
C++: protocols::legacy_sewing::Assembly::ending_node() const –> const class protocols::legacy_sewing::ModelNode *
- find_possible_orders(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, max_loop_distance: float) pyrosetta.rosetta.utility.vector1_utility_vector1_unsigned_long_std_allocator_unsigned_long_t ¶
C++: protocols::legacy_sewing::Assembly::find_possible_orders(double) const –> class utility::vector1<class utility::vector1<unsigned long, class std::allocator<unsigned long> >, class std::allocator<class utility::vector1<unsigned long, class std::allocator<unsigned long> > > >
- follow_edge(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, graph: protocols::legacy_sewing::SewGraph, edge: protocols::legacy_sewing::HashEdge, source_index: int) None ¶
C++: protocols::legacy_sewing::Assembly::follow_edge(class std::shared_ptr<const class protocols::legacy_sewing::SewGraph>, const class protocols::legacy_sewing::HashEdge *const, unsigned long) –> void
- generate_native_rotamers_map(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) pyrosetta.rosetta.std.map_unsigned_long_utility_vector1_std_pair_bool_std_shared_ptr_core_conformation_Residue_std_allocator_std_pair_bool_std_shared_ptr_core_conformation_Residue_t_std_allocator_std_pair_const_unsigned_long_utility_vector1_std_pair_bool_std_shared_ptr_core_conformation_Residue_std_allocator_std_pair_bool_std_shared_ptr_core_conformation_Residue_t ¶
C++: protocols::legacy_sewing::Assembly::generate_native_rotamers_map() const –> class std::map<unsigned long, class utility::vector1<struct std::pair<bool, class std::shared_ptr<class core::conformation::Residue> >, class std::allocator<struct std::pair<bool, class std::shared_ptr<class core::conformation::Residue> > > >, struct std::less<unsigned long>, class std::allocator<struct std::pair<const unsigned long, class utility::vector1<struct std::pair<bool, class std::shared_ptr<class core::conformation::Residue> >, class std::allocator<struct std::pair<bool, class std::shared_ptr<class core::conformation::Residue> > > > > > >
- get_model_segments(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, model_id: int) pyrosetta.rosetta.utility.vector1_protocols_legacy_sewing_SewSegment ¶
C++: protocols::legacy_sewing::Assembly::get_model_segments(int) const –> class utility::vector1<struct protocols::legacy_sewing::SewSegment, class std::allocator<struct protocols::legacy_sewing::SewSegment> >
- get_next_reference_node(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, graph: protocols::legacy_sewing::SewGraph) int ¶
Pick which model to use as the reference model for the next node additon
C++: protocols::legacy_sewing::Assembly::get_next_reference_node(class std::shared_ptr<class protocols::legacy_sewing::SewGraph>) const –> unsigned long
- get_partner(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) pyrosetta.rosetta.core.pose.Pose ¶
C++: protocols::legacy_sewing::Assembly::get_partner() const –> class std::shared_ptr<class core::pose::Pose>
- get_score_result(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, model_1_node: protocols::legacy_sewing::ModelNode, cur_edge: protocols::legacy_sewing::HashEdge, graph: protocols::legacy_sewing::SewGraph) Tuple[Tuple[pyrosetta.rosetta.protocols.legacy_sewing.Basis, pyrosetta.rosetta.protocols.legacy_sewing.Basis], pyrosetta.rosetta.protocols.legacy_sewing.HashResult] ¶
C++: protocols::legacy_sewing::Assembly::get_score_result(const class protocols::legacy_sewing::ModelNode *, const class protocols::legacy_sewing::HashEdge *const, class std::shared_ptr<const class protocols::legacy_sewing::SewGraph>) const –> struct std::pair<struct std::pair<struct protocols::legacy_sewing::Basis, struct protocols::legacy_sewing::Basis>, struct protocols::legacy_sewing::HashResult>
- map_residues(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, reference_model_id: int, mobile_model: pyrosetta.rosetta.protocols.legacy_sewing.Model, atom_alignments: pyrosetta.rosetta.std.map_core_id_AtomID_core_id_AtomID) None ¶
create mappings between SewResidues in the Assembly that map to the same pose number
C++: protocols::legacy_sewing::Assembly::map_residues(int, struct protocols::legacy_sewing::Model, const class std::map<class core::id::AtomID, class core::id::AtomID, struct std::less<class core::id::AtomID>, class std::allocator<struct std::pair<const class core::id::AtomID, class core::id::AtomID> > > &) –> void
- model_ids(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) pyrosetta.rosetta.std.set_unsigned_long_t ¶
C++: protocols::legacy_sewing::Assembly::model_ids() const –> class std::set<unsigned long, struct std::less<unsigned long>, class std::allocator<unsigned long> >
- native_positions(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, pose: pyrosetta.rosetta.core.pose.Pose) pyrosetta.rosetta.std.set_unsigned_long_t ¶
C++: protocols::legacy_sewing::Assembly::native_positions(const class core::pose::Pose &) const –> class std::set<unsigned long, struct std::less<unsigned long>, class std::allocator<unsigned long> >
- natives_select(*args, **kwargs)¶
Overloaded function.
natives_select(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, pose: pyrosetta.rosetta.core.pose.Pose) -> str
natives_select(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, pose: pyrosetta.rosetta.core.pose.Pose, object_name: str) -> str
print pymol selection of “native” positions
C++: protocols::legacy_sewing::Assembly::natives_select(const class core::pose::Pose &, std::string) const –> std::string
- path(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) pyrosetta.rosetta.utility.vector1_std_pair_unsigned_long_unsigned_long_t ¶
C++: protocols::legacy_sewing::Assembly::path() const –> class utility::vector1<struct std::pair<unsigned long, unsigned long>, class std::allocator<struct std::pair<unsigned long, unsigned long> > >
- percent_native(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, pose: pyrosetta.rosetta.core.pose.Pose) float ¶
count the amount of ‘native’ residues retained in the pose
C++: protocols::legacy_sewing::Assembly::percent_native(const class core::pose::Pose &) const –> double
- pose_loop_anchors(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) pyrosetta.rosetta.utility.vector1_unsigned_long ¶
C++: protocols::legacy_sewing::Assembly::pose_loop_anchors() const –> class utility::vector1<unsigned long, class std::allocator<unsigned long> >
- pose_num(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, model_id: int, resnum: int) int ¶
C++: protocols::legacy_sewing::Assembly::pose_num(int, unsigned long) const –> unsigned long
- prepare_for_packing(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, pose: pyrosetta.rosetta.core.pose.Pose, task_factory: pyrosetta.rosetta.core.pack.task.TaskFactory, base_native_bonus: float, neighbor_cutoff: int) None ¶
Update the task factory such that the ‘native’ rotamers are added to the rotamer set, and the native residues are favored
C++: protocols::legacy_sewing::Assembly::prepare_for_packing(class core::pose::Pose &, class std::shared_ptr<class core::pack::task::TaskFactory>, double, unsigned long) const –> void
- regenerate_model(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, model_id: int) pyrosetta.rosetta.protocols.legacy_sewing.Model ¶
C++: protocols::legacy_sewing::Assembly::regenerate_model(int) const –> struct protocols::legacy_sewing::Model
- reorder(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, new_order: pyrosetta.rosetta.utility.vector1_unsigned_long) None ¶
C++: protocols::legacy_sewing::Assembly::reorder(class utility::vector1<unsigned long, class std::allocator<unsigned long> >) –> void
- reorder_randomly(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, max_loop_distance: float) bool ¶
reorder segments in a random fashion that satisfies the maximum loop distance cutoff If this is not possible then return false, otherwise true
C++: protocols::legacy_sewing::Assembly::reorder_randomly(double) –> bool
- segments(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) pyrosetta.rosetta.utility.vector1_protocols_legacy_sewing_SewSegment ¶
C++: protocols::legacy_sewing::Assembly::segments() const –> class utility::vector1<struct protocols::legacy_sewing::SewSegment, class std::allocator<struct protocols::legacy_sewing::SewSegment> >
- set_partner(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, partner_pose: pyrosetta.rosetta.core.pose.Pose) None ¶
C++: protocols::legacy_sewing::Assembly::set_partner(class std::shared_ptr<class core::pose::Pose>) –> void
- starting_node(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) protocols::legacy_sewing::ModelNode ¶
C++: protocols::legacy_sewing::Assembly::starting_node() const –> const class protocols::legacy_sewing::ModelNode *
- string_blosum(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, blosum_history: pyrosetta.rosetta.utility.vector1_std_pair_double_unsigned_long_t) str ¶
C++: protocols::legacy_sewing::Assembly::string_blosum(class utility::vector1<struct std::pair<double, unsigned long>, class std::allocator<struct std::pair<double, unsigned long> > >) const –> std::string
- string_path(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) str ¶
C++: protocols::legacy_sewing::Assembly::string_path() const –> std::string
- to_multichain_pose(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, residue_type_set: str) pyrosetta.rosetta.core.pose.Pose ¶
C++: protocols::legacy_sewing::Assembly::to_multichain_pose(std::string) const –> class core::pose::Pose
- to_pose(*args, **kwargs)¶
Overloaded function.
to_pose(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, residue_type_set: str) -> pyrosetta.rosetta.core.pose.Pose
to_pose(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, residue_type_set: str, create_cuts: bool) -> pyrosetta.rosetta.core.pose.Pose
C++: protocols::legacy_sewing::Assembly::to_pose(std::string, bool) const –> class core::pose::Pose
- total_residue(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) int ¶
C++: protocols::legacy_sewing::Assembly::total_residue() const –> unsigned long
- update_coords_from_pose(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, pose: pyrosetta.rosetta.core.pose.Pose) None ¶
C++: protocols::legacy_sewing::Assembly::update_coords_from_pose(const class core::pose::Pose &) –> void
- class pyrosetta.rosetta.protocols.legacy_sewing.AssemblyFactory¶
Bases:
pybind11_object
An Assembly is a collection of SewSegments. Assemblies are created using the geometric “compatibility” data generated by the Hasher.
- static create_assembly(assembly_name: str) pyrosetta.rosetta.protocols.legacy_sewing.Assembly ¶
C++: protocols::legacy_sewing::AssemblyFactory::create_assembly(std::string) –> class std::shared_ptr<class protocols::legacy_sewing::Assembly>
- class pyrosetta.rosetta.protocols.legacy_sewing.Basis¶
Bases:
pybind11_object
//////////////////////// HashMap for score results ///////////////////////////////
- assign(self: pyrosetta.rosetta.protocols.legacy_sewing.Basis, : pyrosetta.rosetta.protocols.legacy_sewing.Basis) pyrosetta.rosetta.protocols.legacy_sewing.Basis ¶
C++: protocols::legacy_sewing::Basis::operator=(const struct protocols::legacy_sewing::Basis &) –> struct protocols::legacy_sewing::Basis &
- property model_id¶
- property resnum¶
- class pyrosetta.rosetta.protocols.legacy_sewing.ContinuousAssembly¶
Bases:
Assembly
An Assembly is a collection of SewSegments. Assemblies are created using the geometric “compatibility” data generated by the Hasher.
- add_loop_segment(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, pose: pyrosetta.rosetta.core.pose.Pose, loop: pyrosetta.rosetta.protocols.loops.Loop, segment: int) None ¶
C++: protocols::legacy_sewing::Assembly::add_loop_segment(const class core::pose::Pose &, class protocols::loops::Loop, unsigned long) –> void
- add_model(*args, **kwargs)¶
Overloaded function.
add_model(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, graph: protocols::legacy_sewing::SewGraph, model: pyrosetta.rosetta.protocols.legacy_sewing.Model) -> None
add_model(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, graph: protocols::legacy_sewing::SewGraph, model: pyrosetta.rosetta.protocols.legacy_sewing.Model, available: bool) -> None
Add a model to the Assembly. Only used for first node and special cases.
C++: protocols::legacy_sewing::Assembly::add_model(class std::shared_ptr<const class protocols::legacy_sewing::SewGraph>, const struct protocols::legacy_sewing::Model &, bool) –> void
- align_model(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, mobile_model: pyrosetta.rosetta.protocols.legacy_sewing.Model, atom_alignments: pyrosetta.rosetta.std.map_core_id_AtomID_core_id_AtomID, reference_model_id: int) None ¶
C++: protocols::legacy_sewing::Assembly::align_model(struct protocols::legacy_sewing::Model &, const class std::map<class core::id::AtomID, class core::id::AtomID, struct std::less<class core::id::AtomID>, class std::allocator<struct std::pair<const class core::id::AtomID, class core::id::AtomID> > > &, int) const –> void
- all_segments(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) pyrosetta.rosetta.utility.vector1_utility_vector1_protocols_legacy_sewing_SewSegment_std_allocator_protocols_legacy_sewing_SewSegment_t ¶
C++: protocols::legacy_sewing::Assembly::all_segments() const –> class utility::vector1<class utility::vector1<struct protocols::legacy_sewing::SewSegment, class std::allocator<struct protocols::legacy_sewing::SewSegment> >, class std::allocator<class utility::vector1<struct protocols::legacy_sewing::SewSegment, class std::allocator<struct protocols::legacy_sewing::SewSegment> > > >
- append_model(self: pyrosetta.rosetta.protocols.legacy_sewing.ContinuousAssembly, model: pyrosetta.rosetta.protocols.legacy_sewing.Model, edge_score: Tuple[Tuple[pyrosetta.rosetta.protocols.legacy_sewing.Basis, pyrosetta.rosetta.protocols.legacy_sewing.Basis], pyrosetta.rosetta.protocols.legacy_sewing.HashResult]) None ¶
Needs to be implemented.
C++: protocols::legacy_sewing::ContinuousAssembly::append_model(const struct protocols::legacy_sewing::Model &, const struct std::pair<struct std::pair<struct protocols::legacy_sewing::Basis, struct protocols::legacy_sewing::Basis>, struct protocols::legacy_sewing::HashResult> &) –> void
- append_segments(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, segments: pyrosetta.rosetta.utility.vector1_protocols_legacy_sewing_SewSegment) None ¶
append the segments to the given assembly. This should be used very infrequently. The normal way to add segments is to follow an edge
C++: protocols::legacy_sewing::Assembly::append_segments(const class utility::vector1<struct protocols::legacy_sewing::SewSegment, class std::allocator<struct protocols::legacy_sewing::SewSegment> > &) –> void
- assign(self: pyrosetta.rosetta.protocols.legacy_sewing.ContinuousAssembly, : pyrosetta.rosetta.protocols.legacy_sewing.ContinuousAssembly) pyrosetta.rosetta.protocols.legacy_sewing.ContinuousAssembly ¶
C++: protocols::legacy_sewing::ContinuousAssembly::operator=(const class protocols::legacy_sewing::ContinuousAssembly &) –> class protocols::legacy_sewing::ContinuousAssembly &
- atom_map_from_score_result(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, alignment_scores: Tuple[Tuple[pyrosetta.rosetta.protocols.legacy_sewing.Basis, pyrosetta.rosetta.protocols.legacy_sewing.Basis], pyrosetta.rosetta.protocols.legacy_sewing.HashResult]) pyrosetta.rosetta.std.map_core_id_AtomID_core_id_AtomID ¶
C++: protocols::legacy_sewing::Assembly::atom_map_from_score_result(const struct std::pair<struct std::pair<struct protocols::legacy_sewing::Basis, struct protocols::legacy_sewing::Basis>, struct protocols::legacy_sewing::HashResult> &) const –> class std::map<class core::id::AtomID, class core::id::AtomID, struct std::less<class core::id::AtomID>, class std::allocator<struct std::pair<const class core::id::AtomID, class core::id::AtomID> > >
- property blosum_history_¶
- clone(self: pyrosetta.rosetta.protocols.legacy_sewing.ContinuousAssembly) pyrosetta.rosetta.protocols.legacy_sewing.Assembly ¶
C++: protocols::legacy_sewing::ContinuousAssembly::clone() –> class std::shared_ptr<class protocols::legacy_sewing::Assembly>
- create_chimera_segment(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, reference_segment: pyrosetta.rosetta.protocols.legacy_sewing.SewSegment, mobile_segment: pyrosetta.rosetta.protocols.legacy_sewing.SewSegment, atom_map: pyrosetta.rosetta.std.map_core_id_AtomID_core_id_AtomID, reference_is_nter: bool) pyrosetta.rosetta.protocols.legacy_sewing.SewSegment ¶
C++: protocols::legacy_sewing::Assembly::create_chimera_segment(const struct protocols::legacy_sewing::SewSegment &, const struct protocols::legacy_sewing::SewSegment &, const class std::map<class core::id::AtomID, class core::id::AtomID, struct std::less<class core::id::AtomID>, class std::allocator<struct std::pair<const class core::id::AtomID, class core::id::AtomID> > > &, bool) const –> struct protocols::legacy_sewing::SewSegment
- delete_segments(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, seg_index: int) None ¶
delete segments at the given index. This should be used very infrequently
C++: protocols::legacy_sewing::Assembly::delete_segments(unsigned long) –> void
- disconnected_segments(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) pyrosetta.rosetta.utility.vector1_unsigned_long ¶
C++: protocols::legacy_sewing::Assembly::disconnected_segments() const –> class utility::vector1<unsigned long, class std::allocator<unsigned long> >
- ending_node(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) protocols::legacy_sewing::ModelNode ¶
C++: protocols::legacy_sewing::Assembly::ending_node() const –> const class protocols::legacy_sewing::ModelNode *
- find_possible_orders(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, max_loop_distance: float) pyrosetta.rosetta.utility.vector1_utility_vector1_unsigned_long_std_allocator_unsigned_long_t ¶
C++: protocols::legacy_sewing::Assembly::find_possible_orders(double) const –> class utility::vector1<class utility::vector1<unsigned long, class std::allocator<unsigned long> >, class std::allocator<class utility::vector1<unsigned long, class std::allocator<unsigned long> > > >
- follow_edge(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, graph: protocols::legacy_sewing::SewGraph, edge: protocols::legacy_sewing::HashEdge, source_index: int) None ¶
C++: protocols::legacy_sewing::Assembly::follow_edge(class std::shared_ptr<const class protocols::legacy_sewing::SewGraph>, const class protocols::legacy_sewing::HashEdge *const, unsigned long) –> void
- generate_native_rotamers_map(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) pyrosetta.rosetta.std.map_unsigned_long_utility_vector1_std_pair_bool_std_shared_ptr_core_conformation_Residue_std_allocator_std_pair_bool_std_shared_ptr_core_conformation_Residue_t_std_allocator_std_pair_const_unsigned_long_utility_vector1_std_pair_bool_std_shared_ptr_core_conformation_Residue_std_allocator_std_pair_bool_std_shared_ptr_core_conformation_Residue_t ¶
C++: protocols::legacy_sewing::Assembly::generate_native_rotamers_map() const –> class std::map<unsigned long, class utility::vector1<struct std::pair<bool, class std::shared_ptr<class core::conformation::Residue> >, class std::allocator<struct std::pair<bool, class std::shared_ptr<class core::conformation::Residue> > > >, struct std::less<unsigned long>, class std::allocator<struct std::pair<const unsigned long, class utility::vector1<struct std::pair<bool, class std::shared_ptr<class core::conformation::Residue> >, class std::allocator<struct std::pair<bool, class std::shared_ptr<class core::conformation::Residue> > > > > > >
- get_model_segments(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, model_id: int) pyrosetta.rosetta.utility.vector1_protocols_legacy_sewing_SewSegment ¶
C++: protocols::legacy_sewing::Assembly::get_model_segments(int) const –> class utility::vector1<struct protocols::legacy_sewing::SewSegment, class std::allocator<struct protocols::legacy_sewing::SewSegment> >
- get_next_reference_node(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, graph: protocols::legacy_sewing::SewGraph) int ¶
Pick which model to use as the reference model for the next node additon
C++: protocols::legacy_sewing::Assembly::get_next_reference_node(class std::shared_ptr<class protocols::legacy_sewing::SewGraph>) const –> unsigned long
- get_partner(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) pyrosetta.rosetta.core.pose.Pose ¶
C++: protocols::legacy_sewing::Assembly::get_partner() const –> class std::shared_ptr<class core::pose::Pose>
- get_score_result(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, model_1_node: protocols::legacy_sewing::ModelNode, cur_edge: protocols::legacy_sewing::HashEdge, graph: protocols::legacy_sewing::SewGraph) Tuple[Tuple[pyrosetta.rosetta.protocols.legacy_sewing.Basis, pyrosetta.rosetta.protocols.legacy_sewing.Basis], pyrosetta.rosetta.protocols.legacy_sewing.HashResult] ¶
C++: protocols::legacy_sewing::Assembly::get_score_result(const class protocols::legacy_sewing::ModelNode *, const class protocols::legacy_sewing::HashEdge *const, class std::shared_ptr<const class protocols::legacy_sewing::SewGraph>) const –> struct std::pair<struct std::pair<struct protocols::legacy_sewing::Basis, struct protocols::legacy_sewing::Basis>, struct protocols::legacy_sewing::HashResult>
- map_residues(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, reference_model_id: int, mobile_model: pyrosetta.rosetta.protocols.legacy_sewing.Model, atom_alignments: pyrosetta.rosetta.std.map_core_id_AtomID_core_id_AtomID) None ¶
create mappings between SewResidues in the Assembly that map to the same pose number
C++: protocols::legacy_sewing::Assembly::map_residues(int, struct protocols::legacy_sewing::Model, const class std::map<class core::id::AtomID, class core::id::AtomID, struct std::less<class core::id::AtomID>, class std::allocator<struct std::pair<const class core::id::AtomID, class core::id::AtomID> > > &) –> void
- model_ids(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) pyrosetta.rosetta.std.set_unsigned_long_t ¶
C++: protocols::legacy_sewing::Assembly::model_ids() const –> class std::set<unsigned long, struct std::less<unsigned long>, class std::allocator<unsigned long> >
- native_positions(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, pose: pyrosetta.rosetta.core.pose.Pose) pyrosetta.rosetta.std.set_unsigned_long_t ¶
C++: protocols::legacy_sewing::Assembly::native_positions(const class core::pose::Pose &) const –> class std::set<unsigned long, struct std::less<unsigned long>, class std::allocator<unsigned long> >
- natives_select(*args, **kwargs)¶
Overloaded function.
natives_select(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, pose: pyrosetta.rosetta.core.pose.Pose) -> str
natives_select(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, pose: pyrosetta.rosetta.core.pose.Pose, object_name: str) -> str
print pymol selection of “native” positions
C++: protocols::legacy_sewing::Assembly::natives_select(const class core::pose::Pose &, std::string) const –> std::string
- path(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) pyrosetta.rosetta.utility.vector1_std_pair_unsigned_long_unsigned_long_t ¶
C++: protocols::legacy_sewing::Assembly::path() const –> class utility::vector1<struct std::pair<unsigned long, unsigned long>, class std::allocator<struct std::pair<unsigned long, unsigned long> > >
- percent_native(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, pose: pyrosetta.rosetta.core.pose.Pose) float ¶
count the amount of ‘native’ residues retained in the pose
C++: protocols::legacy_sewing::Assembly::percent_native(const class core::pose::Pose &) const –> double
- pose_loop_anchors(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) pyrosetta.rosetta.utility.vector1_unsigned_long ¶
C++: protocols::legacy_sewing::Assembly::pose_loop_anchors() const –> class utility::vector1<unsigned long, class std::allocator<unsigned long> >
- pose_num(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, model_id: int, resnum: int) int ¶
C++: protocols::legacy_sewing::Assembly::pose_num(int, unsigned long) const –> unsigned long
- prepare_for_packing(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, pose: pyrosetta.rosetta.core.pose.Pose, task_factory: pyrosetta.rosetta.core.pack.task.TaskFactory, base_native_bonus: float, neighbor_cutoff: int) None ¶
Update the task factory such that the ‘native’ rotamers are added to the rotamer set, and the native residues are favored
C++: protocols::legacy_sewing::Assembly::prepare_for_packing(class core::pose::Pose &, class std::shared_ptr<class core::pack::task::TaskFactory>, double, unsigned long) const –> void
- regenerate_model(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, model_id: int) pyrosetta.rosetta.protocols.legacy_sewing.Model ¶
C++: protocols::legacy_sewing::Assembly::regenerate_model(int) const –> struct protocols::legacy_sewing::Model
- reorder(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, new_order: pyrosetta.rosetta.utility.vector1_unsigned_long) None ¶
C++: protocols::legacy_sewing::Assembly::reorder(class utility::vector1<unsigned long, class std::allocator<unsigned long> >) –> void
- reorder_randomly(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, max_loop_distance: float) bool ¶
reorder segments in a random fashion that satisfies the maximum loop distance cutoff If this is not possible then return false, otherwise true
C++: protocols::legacy_sewing::Assembly::reorder_randomly(double) –> bool
- segments(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) pyrosetta.rosetta.utility.vector1_protocols_legacy_sewing_SewSegment ¶
C++: protocols::legacy_sewing::Assembly::segments() const –> class utility::vector1<struct protocols::legacy_sewing::SewSegment, class std::allocator<struct protocols::legacy_sewing::SewSegment> >
- set_partner(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, partner_pose: pyrosetta.rosetta.core.pose.Pose) None ¶
C++: protocols::legacy_sewing::Assembly::set_partner(class std::shared_ptr<class core::pose::Pose>) –> void
- starting_node(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) protocols::legacy_sewing::ModelNode ¶
C++: protocols::legacy_sewing::Assembly::starting_node() const –> const class protocols::legacy_sewing::ModelNode *
- string_blosum(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, blosum_history: pyrosetta.rosetta.utility.vector1_std_pair_double_unsigned_long_t) str ¶
C++: protocols::legacy_sewing::Assembly::string_blosum(class utility::vector1<struct std::pair<double, unsigned long>, class std::allocator<struct std::pair<double, unsigned long> > >) const –> std::string
- string_path(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) str ¶
C++: protocols::legacy_sewing::Assembly::string_path() const –> std::string
- to_multichain_pose(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, residue_type_set: str) pyrosetta.rosetta.core.pose.Pose ¶
C++: protocols::legacy_sewing::Assembly::to_multichain_pose(std::string) const –> class core::pose::Pose
- to_pose(*args, **kwargs)¶
Overloaded function.
to_pose(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, residue_type_set: str) -> pyrosetta.rosetta.core.pose.Pose
to_pose(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, residue_type_set: str, create_cuts: bool) -> pyrosetta.rosetta.core.pose.Pose
C++: protocols::legacy_sewing::Assembly::to_pose(std::string, bool) const –> class core::pose::Pose
- total_residue(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) int ¶
C++: protocols::legacy_sewing::Assembly::total_residue() const –> unsigned long
- update_coords_from_pose(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, pose: pyrosetta.rosetta.core.pose.Pose) None ¶
C++: protocols::legacy_sewing::Assembly::update_coords_from_pose(const class core::pose::Pose &) –> void
- class pyrosetta.rosetta.protocols.legacy_sewing.DisembodiedAssembly¶
Bases:
Assembly
An Assembly is a collection of SewSegments. Assemblies are created using the geometric “compatibility” data generated by the Hasher.
- add_loop_segment(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, pose: pyrosetta.rosetta.core.pose.Pose, loop: pyrosetta.rosetta.protocols.loops.Loop, segment: int) None ¶
C++: protocols::legacy_sewing::Assembly::add_loop_segment(const class core::pose::Pose &, class protocols::loops::Loop, unsigned long) –> void
- add_model(*args, **kwargs)¶
Overloaded function.
add_model(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, graph: protocols::legacy_sewing::SewGraph, model: pyrosetta.rosetta.protocols.legacy_sewing.Model) -> None
add_model(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, graph: protocols::legacy_sewing::SewGraph, model: pyrosetta.rosetta.protocols.legacy_sewing.Model, available: bool) -> None
Add a model to the Assembly. Only used for first node and special cases.
C++: protocols::legacy_sewing::Assembly::add_model(class std::shared_ptr<const class protocols::legacy_sewing::SewGraph>, const struct protocols::legacy_sewing::Model &, bool) –> void
- align_model(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, mobile_model: pyrosetta.rosetta.protocols.legacy_sewing.Model, atom_alignments: pyrosetta.rosetta.std.map_core_id_AtomID_core_id_AtomID, reference_model_id: int) None ¶
C++: protocols::legacy_sewing::Assembly::align_model(struct protocols::legacy_sewing::Model &, const class std::map<class core::id::AtomID, class core::id::AtomID, struct std::less<class core::id::AtomID>, class std::allocator<struct std::pair<const class core::id::AtomID, class core::id::AtomID> > > &, int) const –> void
- all_segments(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) pyrosetta.rosetta.utility.vector1_utility_vector1_protocols_legacy_sewing_SewSegment_std_allocator_protocols_legacy_sewing_SewSegment_t ¶
C++: protocols::legacy_sewing::Assembly::all_segments() const –> class utility::vector1<class utility::vector1<struct protocols::legacy_sewing::SewSegment, class std::allocator<struct protocols::legacy_sewing::SewSegment> >, class std::allocator<class utility::vector1<struct protocols::legacy_sewing::SewSegment, class std::allocator<struct protocols::legacy_sewing::SewSegment> > > >
- append_model(self: pyrosetta.rosetta.protocols.legacy_sewing.DisembodiedAssembly, model: pyrosetta.rosetta.protocols.legacy_sewing.Model, edge_score: Tuple[Tuple[pyrosetta.rosetta.protocols.legacy_sewing.Basis, pyrosetta.rosetta.protocols.legacy_sewing.Basis], pyrosetta.rosetta.protocols.legacy_sewing.HashResult]) None ¶
C++: protocols::legacy_sewing::DisembodiedAssembly::append_model(const struct protocols::legacy_sewing::Model &, const struct std::pair<struct std::pair<struct protocols::legacy_sewing::Basis, struct protocols::legacy_sewing::Basis>, struct protocols::legacy_sewing::HashResult> &) –> void
- append_segments(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, segments: pyrosetta.rosetta.utility.vector1_protocols_legacy_sewing_SewSegment) None ¶
append the segments to the given assembly. This should be used very infrequently. The normal way to add segments is to follow an edge
C++: protocols::legacy_sewing::Assembly::append_segments(const class utility::vector1<struct protocols::legacy_sewing::SewSegment, class std::allocator<struct protocols::legacy_sewing::SewSegment> > &) –> void
- assign(self: pyrosetta.rosetta.protocols.legacy_sewing.DisembodiedAssembly, : pyrosetta.rosetta.protocols.legacy_sewing.DisembodiedAssembly) pyrosetta.rosetta.protocols.legacy_sewing.DisembodiedAssembly ¶
C++: protocols::legacy_sewing::DisembodiedAssembly::operator=(const class protocols::legacy_sewing::DisembodiedAssembly &) –> class protocols::legacy_sewing::DisembodiedAssembly &
- atom_map_from_score_result(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, alignment_scores: Tuple[Tuple[pyrosetta.rosetta.protocols.legacy_sewing.Basis, pyrosetta.rosetta.protocols.legacy_sewing.Basis], pyrosetta.rosetta.protocols.legacy_sewing.HashResult]) pyrosetta.rosetta.std.map_core_id_AtomID_core_id_AtomID ¶
C++: protocols::legacy_sewing::Assembly::atom_map_from_score_result(const struct std::pair<struct std::pair<struct protocols::legacy_sewing::Basis, struct protocols::legacy_sewing::Basis>, struct protocols::legacy_sewing::HashResult> &) const –> class std::map<class core::id::AtomID, class core::id::AtomID, struct std::less<class core::id::AtomID>, class std::allocator<struct std::pair<const class core::id::AtomID, class core::id::AtomID> > >
- property blosum_history_¶
- clone(self: pyrosetta.rosetta.protocols.legacy_sewing.DisembodiedAssembly) pyrosetta.rosetta.protocols.legacy_sewing.Assembly ¶
C++: protocols::legacy_sewing::DisembodiedAssembly::clone() –> class std::shared_ptr<class protocols::legacy_sewing::Assembly>
- create_chimera_segment(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, reference_segment: pyrosetta.rosetta.protocols.legacy_sewing.SewSegment, mobile_segment: pyrosetta.rosetta.protocols.legacy_sewing.SewSegment, atom_map: pyrosetta.rosetta.std.map_core_id_AtomID_core_id_AtomID, reference_is_nter: bool) pyrosetta.rosetta.protocols.legacy_sewing.SewSegment ¶
C++: protocols::legacy_sewing::Assembly::create_chimera_segment(const struct protocols::legacy_sewing::SewSegment &, const struct protocols::legacy_sewing::SewSegment &, const class std::map<class core::id::AtomID, class core::id::AtomID, struct std::less<class core::id::AtomID>, class std::allocator<struct std::pair<const class core::id::AtomID, class core::id::AtomID> > > &, bool) const –> struct protocols::legacy_sewing::SewSegment
- delete_segments(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, seg_index: int) None ¶
delete segments at the given index. This should be used very infrequently
C++: protocols::legacy_sewing::Assembly::delete_segments(unsigned long) –> void
- disconnected_segments(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) pyrosetta.rosetta.utility.vector1_unsigned_long ¶
C++: protocols::legacy_sewing::Assembly::disconnected_segments() const –> class utility::vector1<unsigned long, class std::allocator<unsigned long> >
- ending_node(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) protocols::legacy_sewing::ModelNode ¶
C++: protocols::legacy_sewing::Assembly::ending_node() const –> const class protocols::legacy_sewing::ModelNode *
- find_possible_orders(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, max_loop_distance: float) pyrosetta.rosetta.utility.vector1_utility_vector1_unsigned_long_std_allocator_unsigned_long_t ¶
C++: protocols::legacy_sewing::Assembly::find_possible_orders(double) const –> class utility::vector1<class utility::vector1<unsigned long, class std::allocator<unsigned long> >, class std::allocator<class utility::vector1<unsigned long, class std::allocator<unsigned long> > > >
- follow_edge(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, graph: protocols::legacy_sewing::SewGraph, edge: protocols::legacy_sewing::HashEdge, source_index: int) None ¶
C++: protocols::legacy_sewing::Assembly::follow_edge(class std::shared_ptr<const class protocols::legacy_sewing::SewGraph>, const class protocols::legacy_sewing::HashEdge *const, unsigned long) –> void
- generate_native_rotamers_map(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) pyrosetta.rosetta.std.map_unsigned_long_utility_vector1_std_pair_bool_std_shared_ptr_core_conformation_Residue_std_allocator_std_pair_bool_std_shared_ptr_core_conformation_Residue_t_std_allocator_std_pair_const_unsigned_long_utility_vector1_std_pair_bool_std_shared_ptr_core_conformation_Residue_std_allocator_std_pair_bool_std_shared_ptr_core_conformation_Residue_t ¶
C++: protocols::legacy_sewing::Assembly::generate_native_rotamers_map() const –> class std::map<unsigned long, class utility::vector1<struct std::pair<bool, class std::shared_ptr<class core::conformation::Residue> >, class std::allocator<struct std::pair<bool, class std::shared_ptr<class core::conformation::Residue> > > >, struct std::less<unsigned long>, class std::allocator<struct std::pair<const unsigned long, class utility::vector1<struct std::pair<bool, class std::shared_ptr<class core::conformation::Residue> >, class std::allocator<struct std::pair<bool, class std::shared_ptr<class core::conformation::Residue> > > > > > >
- get_model_segments(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, model_id: int) pyrosetta.rosetta.utility.vector1_protocols_legacy_sewing_SewSegment ¶
C++: protocols::legacy_sewing::Assembly::get_model_segments(int) const –> class utility::vector1<struct protocols::legacy_sewing::SewSegment, class std::allocator<struct protocols::legacy_sewing::SewSegment> >
- get_next_reference_node(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, graph: protocols::legacy_sewing::SewGraph) int ¶
Pick which model to use as the reference model for the next node additon
C++: protocols::legacy_sewing::Assembly::get_next_reference_node(class std::shared_ptr<class protocols::legacy_sewing::SewGraph>) const –> unsigned long
- get_partner(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) pyrosetta.rosetta.core.pose.Pose ¶
C++: protocols::legacy_sewing::Assembly::get_partner() const –> class std::shared_ptr<class core::pose::Pose>
- get_score_result(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, model_1_node: protocols::legacy_sewing::ModelNode, cur_edge: protocols::legacy_sewing::HashEdge, graph: protocols::legacy_sewing::SewGraph) Tuple[Tuple[pyrosetta.rosetta.protocols.legacy_sewing.Basis, pyrosetta.rosetta.protocols.legacy_sewing.Basis], pyrosetta.rosetta.protocols.legacy_sewing.HashResult] ¶
C++: protocols::legacy_sewing::Assembly::get_score_result(const class protocols::legacy_sewing::ModelNode *, const class protocols::legacy_sewing::HashEdge *const, class std::shared_ptr<const class protocols::legacy_sewing::SewGraph>) const –> struct std::pair<struct std::pair<struct protocols::legacy_sewing::Basis, struct protocols::legacy_sewing::Basis>, struct protocols::legacy_sewing::HashResult>
- map_residues(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, reference_model_id: int, mobile_model: pyrosetta.rosetta.protocols.legacy_sewing.Model, atom_alignments: pyrosetta.rosetta.std.map_core_id_AtomID_core_id_AtomID) None ¶
create mappings between SewResidues in the Assembly that map to the same pose number
C++: protocols::legacy_sewing::Assembly::map_residues(int, struct protocols::legacy_sewing::Model, const class std::map<class core::id::AtomID, class core::id::AtomID, struct std::less<class core::id::AtomID>, class std::allocator<struct std::pair<const class core::id::AtomID, class core::id::AtomID> > > &) –> void
- model_ids(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) pyrosetta.rosetta.std.set_unsigned_long_t ¶
C++: protocols::legacy_sewing::Assembly::model_ids() const –> class std::set<unsigned long, struct std::less<unsigned long>, class std::allocator<unsigned long> >
- native_positions(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, pose: pyrosetta.rosetta.core.pose.Pose) pyrosetta.rosetta.std.set_unsigned_long_t ¶
C++: protocols::legacy_sewing::Assembly::native_positions(const class core::pose::Pose &) const –> class std::set<unsigned long, struct std::less<unsigned long>, class std::allocator<unsigned long> >
- natives_select(*args, **kwargs)¶
Overloaded function.
natives_select(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, pose: pyrosetta.rosetta.core.pose.Pose) -> str
natives_select(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, pose: pyrosetta.rosetta.core.pose.Pose, object_name: str) -> str
print pymol selection of “native” positions
C++: protocols::legacy_sewing::Assembly::natives_select(const class core::pose::Pose &, std::string) const –> std::string
- path(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) pyrosetta.rosetta.utility.vector1_std_pair_unsigned_long_unsigned_long_t ¶
C++: protocols::legacy_sewing::Assembly::path() const –> class utility::vector1<struct std::pair<unsigned long, unsigned long>, class std::allocator<struct std::pair<unsigned long, unsigned long> > >
- percent_native(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, pose: pyrosetta.rosetta.core.pose.Pose) float ¶
count the amount of ‘native’ residues retained in the pose
C++: protocols::legacy_sewing::Assembly::percent_native(const class core::pose::Pose &) const –> double
- pose_loop_anchors(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) pyrosetta.rosetta.utility.vector1_unsigned_long ¶
C++: protocols::legacy_sewing::Assembly::pose_loop_anchors() const –> class utility::vector1<unsigned long, class std::allocator<unsigned long> >
- pose_num(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, model_id: int, resnum: int) int ¶
C++: protocols::legacy_sewing::Assembly::pose_num(int, unsigned long) const –> unsigned long
- prepare_for_packing(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, pose: pyrosetta.rosetta.core.pose.Pose, task_factory: pyrosetta.rosetta.core.pack.task.TaskFactory, base_native_bonus: float, neighbor_cutoff: int) None ¶
Update the task factory such that the ‘native’ rotamers are added to the rotamer set, and the native residues are favored
C++: protocols::legacy_sewing::Assembly::prepare_for_packing(class core::pose::Pose &, class std::shared_ptr<class core::pack::task::TaskFactory>, double, unsigned long) const –> void
- regenerate_model(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, model_id: int) pyrosetta.rosetta.protocols.legacy_sewing.Model ¶
C++: protocols::legacy_sewing::Assembly::regenerate_model(int) const –> struct protocols::legacy_sewing::Model
- reorder(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, new_order: pyrosetta.rosetta.utility.vector1_unsigned_long) None ¶
C++: protocols::legacy_sewing::Assembly::reorder(class utility::vector1<unsigned long, class std::allocator<unsigned long> >) –> void
- reorder_randomly(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, max_loop_distance: float) bool ¶
reorder segments in a random fashion that satisfies the maximum loop distance cutoff If this is not possible then return false, otherwise true
C++: protocols::legacy_sewing::Assembly::reorder_randomly(double) –> bool
- segments(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) pyrosetta.rosetta.utility.vector1_protocols_legacy_sewing_SewSegment ¶
C++: protocols::legacy_sewing::Assembly::segments() const –> class utility::vector1<struct protocols::legacy_sewing::SewSegment, class std::allocator<struct protocols::legacy_sewing::SewSegment> >
- set_partner(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, partner_pose: pyrosetta.rosetta.core.pose.Pose) None ¶
C++: protocols::legacy_sewing::Assembly::set_partner(class std::shared_ptr<class core::pose::Pose>) –> void
- starting_node(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) protocols::legacy_sewing::ModelNode ¶
C++: protocols::legacy_sewing::Assembly::starting_node() const –> const class protocols::legacy_sewing::ModelNode *
- string_blosum(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, blosum_history: pyrosetta.rosetta.utility.vector1_std_pair_double_unsigned_long_t) str ¶
C++: protocols::legacy_sewing::Assembly::string_blosum(class utility::vector1<struct std::pair<double, unsigned long>, class std::allocator<struct std::pair<double, unsigned long> > >) const –> std::string
- string_path(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) str ¶
C++: protocols::legacy_sewing::Assembly::string_path() const –> std::string
- to_multichain_pose(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, residue_type_set: str) pyrosetta.rosetta.core.pose.Pose ¶
C++: protocols::legacy_sewing::Assembly::to_multichain_pose(std::string) const –> class core::pose::Pose
- to_pose(*args, **kwargs)¶
Overloaded function.
to_pose(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, residue_type_set: str) -> pyrosetta.rosetta.core.pose.Pose
to_pose(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, residue_type_set: str, create_cuts: bool) -> pyrosetta.rosetta.core.pose.Pose
C++: protocols::legacy_sewing::Assembly::to_pose(std::string, bool) const –> class core::pose::Pose
- total_residue(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) int ¶
C++: protocols::legacy_sewing::Assembly::total_residue() const –> unsigned long
- update_coords_from_pose(self: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, pose: pyrosetta.rosetta.core.pose.Pose) None ¶
C++: protocols::legacy_sewing::Assembly::update_coords_from_pose(const class core::pose::Pose &) –> void
- class pyrosetta.rosetta.protocols.legacy_sewing.HashEdge¶
Bases:
Edge
- basis_pair(*args, **kwargs)¶
Overloaded function.
basis_pair(self: pyrosetta.rosetta.protocols.legacy_sewing.HashEdge, basis_pair: Tuple[pyrosetta.rosetta.protocols.legacy_sewing.Basis, pyrosetta.rosetta.protocols.legacy_sewing.Basis]) -> None
C++: protocols::legacy_sewing::HashEdge::basis_pair(struct std::pair<struct protocols::legacy_sewing::Basis, struct protocols::legacy_sewing::Basis>) –> void
basis_pair(self: pyrosetta.rosetta.protocols.legacy_sewing.HashEdge) -> Tuple[pyrosetta.rosetta.protocols.legacy_sewing.Basis, pyrosetta.rosetta.protocols.legacy_sewing.Basis]
C++: protocols::legacy_sewing::HashEdge::basis_pair() const –> const struct std::pair<struct protocols::legacy_sewing::Basis, struct protocols::legacy_sewing::Basis> &
- copy_from(self: pyrosetta.rosetta.utility.graph.Edge, source: pyrosetta.rosetta.utility.graph.Edge) None ¶
copy-from for use in Graph::operator= and copy ctors
C++: utility::graph::Edge::copy_from(const class utility::graph::Edge *) –> void
- count_dynamic_memory(self: pyrosetta.rosetta.utility.graph.Edge) int ¶
- how much memory is dynamically allocated by this edge – must be recursively invoked
by a derived class.
C++: utility::graph::Edge::count_dynamic_memory() const –> unsigned long
- count_static_memory(self: pyrosetta.rosetta.utility.graph.Edge) int ¶
how much memory is statically allocated by this edge
C++: utility::graph::Edge::count_static_memory() const –> unsigned long
- get_first_node_ind(self: pyrosetta.rosetta.utility.graph.Edge) int ¶
returns the index of the lower node
C++: utility::graph::Edge::get_first_node_ind() const –> unsigned long
- get_other_ind(self: pyrosetta.rosetta.utility.graph.Edge, node_index: int) int ¶
- returns the index of the one node given the index of the other.
node_index must be one of the two nodes that this edge is incident upon.
C++: utility::graph::Edge::get_other_ind(unsigned long) const –> unsigned long
- get_other_node(self: pyrosetta.rosetta.utility.graph.Edge, node_index: int) pyrosetta.rosetta.utility.graph.Node ¶
- returns a non-const pointer to one node given the index of the other.
node_index must be one of the two nodes that this edge is incident upon.
C++: utility::graph::Edge::get_other_node(unsigned long) –> class utility::graph::Node *
- get_second_node_ind(self: pyrosetta.rosetta.utility.graph.Edge) int ¶
returns the index of the upper node
C++: utility::graph::Edge::get_second_node_ind() const –> unsigned long
- is_loop(self: pyrosetta.rosetta.utility.graph.Edge) bool ¶
Is this edge a loop? In Pseudographs, loop edges are incident twice on a single vertex.
C++: utility::graph::Edge::is_loop() const –> bool
- model_resnum(self: pyrosetta.rosetta.protocols.legacy_sewing.HashEdge, model_id: int) int ¶
C++: protocols::legacy_sewing::HashEdge::model_resnum(int) const –> unsigned long
- same_edge(self: pyrosetta.rosetta.utility.graph.Edge, node1: int, node2: int) bool ¶
- Is this the same edge as another edge (node1,node2)? Note:
this graph does not work for multi-graphs. Edges must be unique.
C++: utility::graph::Edge::same_edge(unsigned long, unsigned long) const –> bool
- set_pos_in_owners_list(self: pyrosetta.rosetta.utility.graph.Edge, edge_iterator: pyrosetta.rosetta.utility.graph.EdgeListIterator) None ¶
- called only by class Graph, this function gives the Edge the data it needs
to later delete itself from its owner’s edge list in constant time.
C++: utility::graph::Edge::set_pos_in_owners_list(class utility::graph::EdgeListIterator) –> void
- class pyrosetta.rosetta.protocols.legacy_sewing.HashResult¶
Bases:
pybind11_object
- property clash_count¶
- property segment_match_counts¶
- property segment_matches¶
- class pyrosetta.rosetta.protocols.legacy_sewing.HashValue¶
Bases:
pybind11_object
- property atomno¶
- property basis_resnum¶
- property model_id¶
- property resnum¶
- property segment_id¶
- class pyrosetta.rosetta.protocols.legacy_sewing.Hasher¶
Bases:
pybind11_object
//////////////////////// End HashMap for score results ///////////////////////////////
- assign(self: pyrosetta.rosetta.protocols.legacy_sewing.Hasher, : pyrosetta.rosetta.protocols.legacy_sewing.Hasher) pyrosetta.rosetta.protocols.legacy_sewing.Hasher ¶
C++: protocols::legacy_sewing::Hasher::operator=(const class protocols::legacy_sewing::Hasher &) –> class protocols::legacy_sewing::Hasher &
- generate_key(self: pyrosetta.rosetta.protocols.legacy_sewing.Hasher, atom: pyrosetta.rosetta.protocols.legacy_sewing.SewAtom) pyrosetta.rosetta.utility.fixedsizearray1_int_3_t ¶
Create the HashKey from a SewAtom
C++: protocols::legacy_sewing::Hasher::generate_key(const struct protocols::legacy_sewing::SewAtom &) const –> class utility::fixedsizearray1<int, 3>
- hash_model(self: pyrosetta.rosetta.protocols.legacy_sewing.Hasher, transformed_model: pyrosetta.rosetta.protocols.legacy_sewing.Model, basis_residue: pyrosetta.rosetta.protocols.legacy_sewing.SewResidue) None ¶
Hash the transformed residues into the HashMap
C++: protocols::legacy_sewing::Hasher::hash_model(const struct protocols::legacy_sewing::Model &, const struct protocols::legacy_sewing::SewResidue &) –> void
- insert(self: pyrosetta.rosetta.protocols.legacy_sewing.Hasher, model: pyrosetta.rosetta.protocols.legacy_sewing.Model) None ¶
Insert this model into the hash table
C++: protocols::legacy_sewing::Hasher::insert(const struct protocols::legacy_sewing::Model &) –> void
- read_from_disk(self: pyrosetta.rosetta.protocols.legacy_sewing.Hasher, filename: str) None ¶
Populate the hash table from one on disk.
C++: protocols::legacy_sewing::Hasher::read_from_disk(std::string) –> void
- remove_connection_inconsistencies(self: pyrosetta.rosetta.protocols.legacy_sewing.Hasher, models: pyrosetta.rosetta.std.map_int_protocols_legacy_sewing_Model, scores: pyrosetta.rosetta.std.map_std_pair_protocols_legacy_sewing_Basis_protocols_legacy_sewing_Basis_t_protocols_legacy_sewing_HashResult_std_less_std_pair_protocols_legacy_sewing_Basis_protocols_legacy_sewing_Basis_t_std_allocator_std_pair_const_std_pair_protocols_legacy_sewing_Basis_protocols_legacy_sewing_Basis_protocols_legacy_sewing_HashResult_t) None ¶
remove edges between segments that both have ‘next’ or ‘previous’ segments
C++: protocols::legacy_sewing::Hasher::remove_connection_inconsistencies(const class std::map<int, struct protocols::legacy_sewing::Model, struct std::less<int>, class std::allocator<struct std::pair<const int, struct protocols::legacy_sewing::Model> > > &, class std::map<struct std::pair<struct protocols::legacy_sewing::Basis, struct protocols::legacy_sewing::Basis>, struct protocols::legacy_sewing::HashResult, struct std::less<struct std::pair<struct protocols::legacy_sewing::Basis, struct protocols::legacy_sewing::Basis> >, class std::allocator<struct std::pair<const struct std::pair<struct protocols::legacy_sewing::Basis, struct protocols::legacy_sewing::Basis>, struct protocols::legacy_sewing::HashResult> > > &) const –> void
- remove_duplicates(self: pyrosetta.rosetta.protocols.legacy_sewing.Hasher, scores: pyrosetta.rosetta.std.map_std_pair_protocols_legacy_sewing_Basis_protocols_legacy_sewing_Basis_t_protocols_legacy_sewing_HashResult_std_less_std_pair_protocols_legacy_sewing_Basis_protocols_legacy_sewing_Basis_t_std_allocator_std_pair_const_std_pair_protocols_legacy_sewing_Basis_protocols_legacy_sewing_Basis_protocols_legacy_sewing_HashResult_t) pyrosetta.rosetta.std.map_std_pair_protocols_legacy_sewing_Basis_protocols_legacy_sewing_Basis_t_protocols_legacy_sewing_HashResult_std_less_std_pair_protocols_legacy_sewing_Basis_protocols_legacy_sewing_Basis_t_std_allocator_std_pair_const_std_pair_protocols_legacy_sewing_Basis_protocols_legacy_sewing_Basis_protocols_legacy_sewing_HashResult_t ¶
keep only best scoring alignment between two models
C++: protocols::legacy_sewing::Hasher::remove_duplicates(const class std::map<struct std::pair<struct protocols::legacy_sewing::Basis, struct protocols::legacy_sewing::Basis>, struct protocols::legacy_sewing::HashResult, struct std::less<struct std::pair<struct protocols::legacy_sewing::Basis, struct protocols::legacy_sewing::Basis> >, class std::allocator<struct std::pair<const struct std::pair<struct protocols::legacy_sewing::Basis, struct protocols::legacy_sewing::Basis>, struct protocols::legacy_sewing::HashResult> > > &) const –> class std::map<struct std::pair<struct protocols::legacy_sewing::Basis, struct protocols::legacy_sewing::Basis>, struct protocols::legacy_sewing::HashResult, struct std::less<struct std::pair<struct protocols::legacy_sewing::Basis, struct protocols::legacy_sewing::Basis> >, class std::allocator<struct std::pair<const struct std::pair<struct protocols::legacy_sewing::Basis, struct protocols::legacy_sewing::Basis>, struct protocols::legacy_sewing::HashResult> > >
- score(*args, **kwargs)¶
Overloaded function.
score(self: pyrosetta.rosetta.protocols.legacy_sewing.Hasher, model: pyrosetta.rosetta.protocols.legacy_sewing.Model, num_segment_matches: int, min_segment_score: int, max_clash_score: int, score_segments: pyrosetta.rosetta.std.set_unsigned_long_t, store_atoms: bool, box_length: int) -> pyrosetta.rosetta.std.map_std_pair_protocols_legacy_sewing_Basis_protocols_legacy_sewing_Basis_t_protocols_legacy_sewing_HashResult_std_less_std_pair_protocols_legacy_sewing_Basis_protocols_legacy_sewing_Basis_t_std_allocator_std_pair_const_std_pair_protocols_legacy_sewing_Basis_protocols_legacy_sewing_Basis_protocols_legacy_sewing_HashResult_t
C++: protocols::legacy_sewing::Hasher::score(const struct protocols::legacy_sewing::Model &, unsigned long, unsigned long, unsigned long, const class std::set<unsigned long, struct std::less<unsigned long>, class std::allocator<unsigned long> > &, bool, unsigned long) const –> class std::map<struct std::pair<struct protocols::legacy_sewing::Basis, struct protocols::legacy_sewing::Basis>, struct protocols::legacy_sewing::HashResult, struct std::less<struct std::pair<struct protocols::legacy_sewing::Basis, struct protocols::legacy_sewing::Basis> >, class std::allocator<struct std::pair<const struct std::pair<struct protocols::legacy_sewing::Basis, struct protocols::legacy_sewing::Basis>, struct protocols::legacy_sewing::HashResult> > >
score(self: pyrosetta.rosetta.protocols.legacy_sewing.Hasher, model: pyrosetta.rosetta.protocols.legacy_sewing.Model, num_segment_matches: int, min_segment_score: int, max_clash_score: int, store_atoms: bool, box_length: int) -> pyrosetta.rosetta.std.map_std_pair_protocols_legacy_sewing_Basis_protocols_legacy_sewing_Basis_t_protocols_legacy_sewing_HashResult_std_less_std_pair_protocols_legacy_sewing_Basis_protocols_legacy_sewing_Basis_t_std_allocator_std_pair_const_std_pair_protocols_legacy_sewing_Basis_protocols_legacy_sewing_Basis_protocols_legacy_sewing_HashResult_t
Score the given model against the models in the hash table
C++: protocols::legacy_sewing::Hasher::score(const struct protocols::legacy_sewing::Model &, unsigned long, unsigned long, unsigned long, bool, unsigned long) const –> class std::map<struct std::pair<struct protocols::legacy_sewing::Basis, struct protocols::legacy_sewing::Basis>, struct protocols::legacy_sewing::HashResult, struct std::less<struct std::pair<struct protocols::legacy_sewing::Basis, struct protocols::legacy_sewing::Basis> >, class std::allocator<struct std::pair<const struct std::pair<struct protocols::legacy_sewing::Basis, struct protocols::legacy_sewing::Basis>, struct protocols::legacy_sewing::HashResult> > >
- score_basis(self: pyrosetta.rosetta.protocols.legacy_sewing.Hasher, alignment_scores: pyrosetta.rosetta.std.map_std_pair_protocols_legacy_sewing_Basis_protocols_legacy_sewing_Basis_t_protocols_legacy_sewing_HashResult_std_less_std_pair_protocols_legacy_sewing_Basis_protocols_legacy_sewing_Basis_t_std_allocator_std_pair_const_std_pair_protocols_legacy_sewing_Basis_protocols_legacy_sewing_Basis_protocols_legacy_sewing_HashResult_t, transformed_model: pyrosetta.rosetta.protocols.legacy_sewing.Model, basis_residue: pyrosetta.rosetta.protocols.legacy_sewing.SewResidue, store_atoms: bool) None ¶
C++: protocols::legacy_sewing::Hasher::score_basis(class std::map<struct std::pair<struct protocols::legacy_sewing::Basis, struct protocols::legacy_sewing::Basis>, struct protocols::legacy_sewing::HashResult, struct std::less<struct std::pair<struct protocols::legacy_sewing::Basis, struct protocols::legacy_sewing::Basis> >, class std::allocator<struct std::pair<const struct std::pair<struct protocols::legacy_sewing::Basis, struct protocols::legacy_sewing::Basis>, struct protocols::legacy_sewing::HashResult> > > &, const struct protocols::legacy_sewing::Model &, const struct protocols::legacy_sewing::SewResidue &, bool) const –> void
- score_basis_125(self: pyrosetta.rosetta.protocols.legacy_sewing.Hasher, alignment_scores: pyrosetta.rosetta.std.map_std_pair_protocols_legacy_sewing_Basis_protocols_legacy_sewing_Basis_t_protocols_legacy_sewing_HashResult_std_less_std_pair_protocols_legacy_sewing_Basis_protocols_legacy_sewing_Basis_t_std_allocator_std_pair_const_std_pair_protocols_legacy_sewing_Basis_protocols_legacy_sewing_Basis_protocols_legacy_sewing_HashResult_t, transformed_model: pyrosetta.rosetta.protocols.legacy_sewing.Model, basis_residue: pyrosetta.rosetta.protocols.legacy_sewing.SewResidue, store_atoms: bool) None ¶
C++: protocols::legacy_sewing::Hasher::score_basis_125(class std::map<struct std::pair<struct protocols::legacy_sewing::Basis, struct protocols::legacy_sewing::Basis>, struct protocols::legacy_sewing::HashResult, struct std::less<struct std::pair<struct protocols::legacy_sewing::Basis, struct protocols::legacy_sewing::Basis> >, class std::allocator<struct std::pair<const struct std::pair<struct protocols::legacy_sewing::Basis, struct protocols::legacy_sewing::Basis>, struct protocols::legacy_sewing::HashResult> > > &, const struct protocols::legacy_sewing::Model &, const struct protocols::legacy_sewing::SewResidue &, bool) const –> void
- score_one(self: pyrosetta.rosetta.protocols.legacy_sewing.Hasher, m1: pyrosetta.rosetta.protocols.legacy_sewing.Model, m1_basis: pyrosetta.rosetta.protocols.legacy_sewing.SewResidue, m2: pyrosetta.rosetta.protocols.legacy_sewing.Model, m2_basis: pyrosetta.rosetta.protocols.legacy_sewing.SewResidue, box_length: int) Tuple[Tuple[pyrosetta.rosetta.protocols.legacy_sewing.Basis, pyrosetta.rosetta.protocols.legacy_sewing.Basis], pyrosetta.rosetta.protocols.legacy_sewing.HashResult] ¶
C++: protocols::legacy_sewing::Hasher::score_one(const struct protocols::legacy_sewing::Model &, const struct protocols::legacy_sewing::SewResidue &, const struct protocols::legacy_sewing::Model &, const struct protocols::legacy_sewing::SewResidue &, unsigned long) –> struct std::pair<struct std::pair<struct protocols::legacy_sewing::Basis, struct protocols::legacy_sewing::Basis>, struct protocols::legacy_sewing::HashResult>
- transform_model(self: pyrosetta.rosetta.protocols.legacy_sewing.Hasher, model: pyrosetta.rosetta.protocols.legacy_sewing.Model, basis_residue: pyrosetta.rosetta.protocols.legacy_sewing.SewResidue) pyrosetta.rosetta.protocols.legacy_sewing.Model ¶
Transform all features to the local coordinate frame of the basis set
C++: protocols::legacy_sewing::Hasher::transform_model(const struct protocols::legacy_sewing::Model &, const struct protocols::legacy_sewing::SewResidue &) const –> struct protocols::legacy_sewing::Model
- trim_scores(self: pyrosetta.rosetta.protocols.legacy_sewing.Hasher, scores: pyrosetta.rosetta.std.map_std_pair_protocols_legacy_sewing_Basis_protocols_legacy_sewing_Basis_t_protocols_legacy_sewing_HashResult_std_less_std_pair_protocols_legacy_sewing_Basis_protocols_legacy_sewing_Basis_t_std_allocator_std_pair_const_std_pair_protocols_legacy_sewing_Basis_protocols_legacy_sewing_Basis_protocols_legacy_sewing_HashResult_t, num_segment_matches: int, min_segment_score: int, max_clash_score: int) None ¶
Trim the ScoreResults to remove weak hits
C++: protocols::legacy_sewing::Hasher::trim_scores(class std::map<struct std::pair<struct protocols::legacy_sewing::Basis, struct protocols::legacy_sewing::Basis>, struct protocols::legacy_sewing::HashResult, struct std::less<struct std::pair<struct protocols::legacy_sewing::Basis, struct protocols::legacy_sewing::Basis> >, class std::allocator<struct std::pair<const struct std::pair<struct protocols::legacy_sewing::Basis, struct protocols::legacy_sewing::Basis>, struct protocols::legacy_sewing::HashResult> > > &, unsigned long, unsigned long, unsigned long) const –> void
- write_to_disk(self: pyrosetta.rosetta.protocols.legacy_sewing.Hasher, filename: str) None ¶
Serialize hash table to disk
C++: protocols::legacy_sewing::Hasher::write_to_disk(std::string) const –> void
- class pyrosetta.rosetta.protocols.legacy_sewing.LegacyAddStartnodeFragments¶
Bases:
Mover
- apply(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAddStartnodeFragments, pose: pyrosetta.rosetta.core.pose.Pose) None ¶
C++: protocols::legacy_sewing::LegacyAddStartnodeFragments::apply(class core::pose::Pose &) –> void
- assign(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAddStartnodeFragments, : pyrosetta.rosetta.protocols.legacy_sewing.LegacyAddStartnodeFragments) pyrosetta.rosetta.protocols.legacy_sewing.LegacyAddStartnodeFragments ¶
C++: protocols::legacy_sewing::LegacyAddStartnodeFragments::operator=(const class protocols::legacy_sewing::LegacyAddStartnodeFragments &) –> class protocols::legacy_sewing::LegacyAddStartnodeFragments &
- clear_info(self: pyrosetta.rosetta.protocols.moves.Mover) None ¶
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.
clear_info is called by jd2 before calling apply
C++: protocols::moves::Mover::clear_info() –> void
- clone(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAddStartnodeFragments) pyrosetta.rosetta.protocols.moves.Mover ¶
C++: protocols::legacy_sewing::LegacyAddStartnodeFragments::clone() const –> class std::shared_ptr<class protocols::moves::Mover>
- create(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.protocols.moves.Mover ¶
C++: protocols::moves::Mover::create() –> class std::shared_ptr<class protocols::moves::Mover>
- fresh_instance(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAddStartnodeFragments) pyrosetta.rosetta.protocols.moves.Mover ¶
C++: protocols::legacy_sewing::LegacyAddStartnodeFragments::fresh_instance() const –> class std::shared_ptr<class protocols::moves::Mover>
- get_additional_output(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.core.pose.Pose ¶
fpd
Mechanism by which a mover may return multiple output poses from a single input pose.
Supported in JD2. Will attempt to grab additional poses until a nullptr is returned.
C++: protocols::moves::Mover::get_additional_output() –> class std::shared_ptr<class core::pose::Pose>
- get_current_job(self: pyrosetta.rosetta.protocols.moves.Mover) protocols::jobdist::BasicJob ¶
C++: protocols::moves::Mover::get_current_job() const –> class std::shared_ptr<const class protocols::jobdist::BasicJob>
- get_current_tag(self: pyrosetta.rosetta.protocols.moves.Mover) str ¶
- 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.
C++: protocols::moves::Mover::get_current_tag() const –> std::string
- get_input_pose(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.core.pose.Pose ¶
C++: protocols::moves::Mover::get_input_pose() const –> class std::shared_ptr<const class core::pose::Pose>
- get_last_move_status(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.protocols.moves.MoverStatus ¶
returns status after an apply(). The job distributor (august 08 vintage) will check this function to see if your protocol wants to filter its results - if your protocol wants to say “that run was no good, skip it” then use the protected last_move_status(MoverStatus) to change the value that this function will return.
C++: protocols::moves::Mover::get_last_move_status() const –> enum protocols::moves::MoverStatus
- get_name(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAddStartnodeFragments) str ¶
C++: protocols::legacy_sewing::LegacyAddStartnodeFragments::get_name() const –> std::string
- get_native_pose(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.core.pose.Pose ¶
C++: protocols::moves::Mover::get_native_pose() const –> class std::shared_ptr<const class core::pose::Pose>
- get_self_ptr(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.protocols.moves.Mover ¶
C++: protocols::moves::Mover::get_self_ptr() –> class std::shared_ptr<class protocols::moves::Mover>
- get_self_weak_ptr(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.std.weak_ptr_protocols_moves_Mover_t ¶
C++: protocols::moves::Mover::get_self_weak_ptr() –> class std::weak_ptr<class protocols::moves::Mover>
- get_type(self: pyrosetta.rosetta.protocols.moves.Mover) str ¶
C++: protocols::moves::Mover::get_type() const –> std::string
- info(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.std.list_std_string_t ¶
non-const accessor
C++: protocols::moves::Mover::info() –> class std::list<std::string, class std::allocator<std::string > > &
- last_proposal_density_ratio(self: pyrosetta.rosetta.protocols.moves.Mover) float ¶
C++: protocols::moves::Mover::last_proposal_density_ratio() –> double
- static mover_name() str ¶
C++: protocols::legacy_sewing::LegacyAddStartnodeFragments::mover_name() –> std::string
- static name() str ¶
C++: protocols::moves::Mover::name() –> std::string
- parse_my_tag(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAddStartnodeFragments, tag: pyrosetta.rosetta.utility.tag.Tag, data: pyrosetta.rosetta.basic.datacache.DataMap) None ¶
C++: protocols::legacy_sewing::LegacyAddStartnodeFragments::parse_my_tag(class std::shared_ptr<const class utility::tag::Tag>, class basic::datacache::DataMap &) –> void
- provide_citation_info(self: pyrosetta.rosetta.protocols.moves.Mover, : pyrosetta.rosetta.basic.citation_manager.CitationCollectionList) None ¶
- Provide citations to the passed CitationCollectionList
Subclasses should add the info for themselves and any other classes they use.
The default implementation of this function does nothing. It may be overriden by movers wishing to provide citation information.
C++: protocols::moves::Mover::provide_citation_info(class basic::citation_manager::CitationCollectionList &) const –> void
- static provide_xml_schema(xsd: utility::tag::XMLSchemaDefinition) None ¶
C++: protocols::legacy_sewing::LegacyAddStartnodeFragments::provide_xml_schema(class utility::tag::XMLSchemaDefinition &) –> void
- static register_options() None ¶
Overload this static method if you access options within the mover.
These options will end up in -help of your application if users of this mover call register_options. Do this recursively! If you use movers within your mover, call their register_options in your register_options() method.
C++: protocols::moves::Mover::register_options() –> void
- reinitialize_for_each_job(self: pyrosetta.rosetta.protocols.moves.Mover) bool ¶
- Inform the Job Distributor (August ‘08 vintage) whether this object needs to be freshly regenerated on
each use.
C++: protocols::moves::Mover::reinitialize_for_each_job() const –> bool
- reinitialize_for_new_input(self: pyrosetta.rosetta.protocols.moves.Mover) bool ¶
- 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).
C++: protocols::moves::Mover::reinitialize_for_new_input() const –> bool
- reset_status(self: pyrosetta.rosetta.protocols.moves.Mover) None ¶
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.
C++: protocols::moves::Mover::reset_status() –> void
- set_current_job(self: pyrosetta.rosetta.protocols.moves.Mover, job: protocols::jobdist::BasicJob) None ¶
C++: protocols::moves::Mover::set_current_job(class std::shared_ptr<const class protocols::jobdist::BasicJob>) –> void
- set_current_tag(self: pyrosetta.rosetta.protocols.moves.Mover, new_tag: str) None ¶
C++: protocols::moves::Mover::set_current_tag(const std::string &) –> void
- set_input_pose(self: pyrosetta.rosetta.protocols.moves.Mover, pose: pyrosetta.rosetta.core.pose.Pose) None ¶
setter for poses contained for rms
C++: protocols::moves::Mover::set_input_pose(class std::shared_ptr<const class core::pose::Pose>) –> void
- set_native_pose(self: pyrosetta.rosetta.protocols.moves.Mover, pose: pyrosetta.rosetta.core.pose.Pose) None ¶
setter for native poses contained for rms —- we should get rid of this method? it is widely used, but a bit unsafe
C++: protocols::moves::Mover::set_native_pose(class std::shared_ptr<const class core::pose::Pose>) –> void
- set_type(self: pyrosetta.rosetta.protocols.moves.Mover, setting: str) None ¶
Set the ‘type’ string
C++: protocols::moves::Mover::set_type(const std::string &) –> void
- show(*args, **kwargs)¶
Overloaded function.
show(self: pyrosetta.rosetta.protocols.moves.Mover) -> None
show(self: pyrosetta.rosetta.protocols.moves.Mover, output: pyrosetta.rosetta.std.ostream) -> None
Outputs details about the Mover, including current settings.
C++: protocols::moves::Mover::show(std::ostream &) const –> void
- test_move(self: pyrosetta.rosetta.protocols.moves.Mover, pose: pyrosetta.rosetta.core.pose.Pose) None ¶
- : Unit test support function. Apply one move to a given pose.
Allows extra test specific functions to be called before applying
C++: protocols::moves::Mover::test_move(class core::pose::Pose &) –> void
- type(*args, **kwargs)¶
Overloaded function.
type(self: pyrosetta.rosetta.protocols.moves.Mover, type_in: str) -> None
Set the ‘type’ string
C++: protocols::moves::Mover::type(const std::string &) –> void
type(self: pyrosetta.rosetta.protocols.moves.Mover) -> str
Get the set ‘type’ string
C++: protocols::moves::Mover::type() const –> const std::string &
- class pyrosetta.rosetta.protocols.legacy_sewing.LegacyAddStartnodeFragmentsCreator¶
Bases:
MoverCreator
- assign(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAddStartnodeFragmentsCreator, : pyrosetta.rosetta.protocols.legacy_sewing.LegacyAddStartnodeFragmentsCreator) pyrosetta.rosetta.protocols.legacy_sewing.LegacyAddStartnodeFragmentsCreator ¶
C++: protocols::legacy_sewing::LegacyAddStartnodeFragmentsCreator::operator=(const class protocols::legacy_sewing::LegacyAddStartnodeFragmentsCreator &) –> class protocols::legacy_sewing::LegacyAddStartnodeFragmentsCreator &
- create_mover(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAddStartnodeFragmentsCreator) pyrosetta.rosetta.protocols.moves.Mover ¶
C++: protocols::legacy_sewing::LegacyAddStartnodeFragmentsCreator::create_mover() const –> class std::shared_ptr<class protocols::moves::Mover>
- keyname(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAddStartnodeFragmentsCreator) str ¶
C++: protocols::legacy_sewing::LegacyAddStartnodeFragmentsCreator::keyname() const –> std::string
- class pyrosetta.rosetta.protocols.legacy_sewing.LegacyAppendAssemblyMover¶
Bases:
LegacyMonteCarloAssemblyMover
- add_starting_model(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAppendAssemblyMover, assembly: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) None ¶
The starting node for the Assembly from the append mover will always be the input PDB
C++: protocols::legacy_sewing::LegacyAppendAssemblyMover::add_starting_model(class std::shared_ptr<class protocols::legacy_sewing::Assembly>) const –> void
- append_movie_frame(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, assembly: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, cycle: int) None ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::append_movie_frame(class std::shared_ptr<class protocols::legacy_sewing::Assembly>, unsigned long) const –> void
- apply(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAppendAssemblyMover, pose: pyrosetta.rosetta.core.pose.Pose) None ¶
C++: protocols::legacy_sewing::LegacyAppendAssemblyMover::apply(class core::pose::Pose &) –> void
- assign(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAppendAssemblyMover, : pyrosetta.rosetta.protocols.legacy_sewing.LegacyAppendAssemblyMover) pyrosetta.rosetta.protocols.legacy_sewing.LegacyAppendAssemblyMover ¶
C++: protocols::legacy_sewing::LegacyAppendAssemblyMover::operator=(const class protocols::legacy_sewing::LegacyAppendAssemblyMover &) –> class protocols::legacy_sewing::LegacyAppendAssemblyMover &
- clear_info(self: pyrosetta.rosetta.protocols.moves.Mover) None ¶
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.
clear_info is called by jd2 before calling apply
C++: protocols::moves::Mover::clear_info() –> void
- clone(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAppendAssemblyMover) pyrosetta.rosetta.protocols.moves.Mover ¶
C++: protocols::legacy_sewing::LegacyAppendAssemblyMover::clone() const –> class std::shared_ptr<class protocols::moves::Mover>
- create(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.protocols.moves.Mover ¶
C++: protocols::moves::Mover::create() –> class std::shared_ptr<class protocols::moves::Mover>
- static define_assembly_mover_ct_gen(xsd: utility::tag::XMLSchemaDefinition) utility::tag::XMLSchemaComplexTypeGenerator ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::define_assembly_mover_ct_gen(class utility::tag::XMLSchemaDefinition &) –> class std::shared_ptr<class utility::tag::XMLSchemaComplexTypeGenerator>
- static define_mc_assembly_mover_ct_gen(xsd: utility::tag::XMLSchemaDefinition) utility::tag::XMLSchemaComplexTypeGenerator ¶
C++: protocols::legacy_sewing::LegacyMonteCarloAssemblyMover::define_mc_assembly_mover_ct_gen(class utility::tag::XMLSchemaDefinition &) –> class std::shared_ptr<class utility::tag::XMLSchemaComplexTypeGenerator>
- follow_random_edge_from_node(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, assembly: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, reference_node: protocols::legacy_sewing::ModelNode) bool ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::follow_random_edge_from_node(class std::shared_ptr<class protocols::legacy_sewing::Assembly>, const class protocols::legacy_sewing::ModelNode *) const –> bool
- fresh_instance(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAppendAssemblyMover) pyrosetta.rosetta.protocols.moves.Mover ¶
C++: protocols::legacy_sewing::LegacyAppendAssemblyMover::fresh_instance() const –> class std::shared_ptr<class protocols::moves::Mover>
- generate_assembly(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyMonteCarloAssemblyMover) pyrosetta.rosetta.protocols.legacy_sewing.Assembly ¶
C++: protocols::legacy_sewing::LegacyMonteCarloAssemblyMover::generate_assembly() –> class std::shared_ptr<class protocols::legacy_sewing::Assembly>
- get_additional_output(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.core.pose.Pose ¶
fpd
Mechanism by which a mover may return multiple output poses from a single input pose.
Supported in JD2. Will attempt to grab additional poses until a nullptr is returned.
C++: protocols::moves::Mover::get_additional_output() –> class std::shared_ptr<class core::pose::Pose>
- get_centroid_pose(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, assembly: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) pyrosetta.rosetta.core.pose.Pose ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::get_centroid_pose(class std::shared_ptr<class protocols::legacy_sewing::Assembly>) const –> class core::pose::Pose
- get_current_job(self: pyrosetta.rosetta.protocols.moves.Mover) protocols::jobdist::BasicJob ¶
C++: protocols::moves::Mover::get_current_job() const –> class std::shared_ptr<const class protocols::jobdist::BasicJob>
- get_current_tag(self: pyrosetta.rosetta.protocols.moves.Mover) str ¶
- 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.
C++: protocols::moves::Mover::get_current_tag() const –> std::string
- get_fullatom_pose(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, assembly: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) pyrosetta.rosetta.core.pose.Pose ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::get_fullatom_pose(class std::shared_ptr<class protocols::legacy_sewing::Assembly>) const –> class core::pose::Pose
- get_input_pose(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.core.pose.Pose ¶
C++: protocols::moves::Mover::get_input_pose() const –> class std::shared_ptr<const class core::pose::Pose>
- get_last_move_status(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.protocols.moves.MoverStatus ¶
returns status after an apply(). The job distributor (august 08 vintage) will check this function to see if your protocol wants to filter its results - if your protocol wants to say “that run was no good, skip it” then use the protected last_move_status(MoverStatus) to change the value that this function will return.
C++: protocols::moves::Mover::get_last_move_status() const –> enum protocols::moves::MoverStatus
- get_name(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAppendAssemblyMover) str ¶
C++: protocols::legacy_sewing::LegacyAppendAssemblyMover::get_name() const –> std::string
- get_native_pose(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.core.pose.Pose ¶
C++: protocols::moves::Mover::get_native_pose() const –> class std::shared_ptr<const class core::pose::Pose>
- get_self_ptr(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.protocols.moves.Mover ¶
C++: protocols::moves::Mover::get_self_ptr() –> class std::shared_ptr<class protocols::moves::Mover>
- get_self_weak_ptr(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.std.weak_ptr_protocols_moves_Mover_t ¶
C++: protocols::moves::Mover::get_self_weak_ptr() –> class std::weak_ptr<class protocols::moves::Mover>
- get_type(self: pyrosetta.rosetta.protocols.moves.Mover) str ¶
C++: protocols::moves::Mover::get_type() const –> std::string
- hash_pdb_model(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAppendAssemblyMover, pdb_model: pyrosetta.rosetta.protocols.legacy_sewing.Model) None ¶
C++: protocols::legacy_sewing::LegacyAppendAssemblyMover::hash_pdb_model(const struct protocols::legacy_sewing::Model &) –> void
- info(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.std.list_std_string_t ¶
non-const accessor
C++: protocols::moves::Mover::info() –> class std::list<std::string, class std::allocator<std::string > > &
- last_proposal_density_ratio(self: pyrosetta.rosetta.protocols.moves.Mover) float ¶
C++: protocols::moves::Mover::last_proposal_density_ratio() –> double
- static legacy_assembly_mover_ct_namer(: str) str ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::legacy_assembly_mover_ct_namer(const std::string &) –> std::string
- static mover_name() str ¶
C++: protocols::legacy_sewing::LegacyAppendAssemblyMover::mover_name() –> std::string
- static name() str ¶
C++: protocols::moves::Mover::name() –> std::string
- output_stats(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, assembly: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, pose: pyrosetta.rosetta.core.pose.Pose, indicator_whether_from_LegacyMonteCarloAssemblyMover_or_LegacyExhaustiveAssemblyMover: str) None ¶
add several outputs to the score file Pose can’t be const due to scoring.
C++: protocols::legacy_sewing::LegacyAssemblyMover::output_stats(const class std::shared_ptr<class protocols::legacy_sewing::Assembly> &, class core::pose::Pose &, std::string) –> void
- parse_global_requirements(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, tag: pyrosetta.rosetta.utility.tag.Tag, data: pyrosetta.rosetta.basic.datacache.DataMap) None ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::parse_global_requirements(class std::shared_ptr<const class utility::tag::Tag>, class basic::datacache::DataMap &) –> void
- parse_intra_segment_requirements(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, tag: pyrosetta.rosetta.utility.tag.Tag, data: pyrosetta.rosetta.basic.datacache.DataMap) None ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::parse_intra_segment_requirements(class std::shared_ptr<const class utility::tag::Tag>, class basic::datacache::DataMap &) –> void
- parse_my_tag(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAppendAssemblyMover, tag: pyrosetta.rosetta.utility.tag.Tag, data: pyrosetta.rosetta.basic.datacache.DataMap) None ¶
C++: protocols::legacy_sewing::LegacyAppendAssemblyMover::parse_my_tag(class std::shared_ptr<const class utility::tag::Tag>, class basic::datacache::DataMap &) –> void
- parse_requirements(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, tag: pyrosetta.rosetta.utility.tag.Tag, data: pyrosetta.rosetta.basic.datacache.DataMap) None ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::parse_requirements(class std::shared_ptr<const class utility::tag::Tag>, class basic::datacache::DataMap &) –> void
- provide_citation_info(self: pyrosetta.rosetta.protocols.moves.Mover, : pyrosetta.rosetta.basic.citation_manager.CitationCollectionList) None ¶
- Provide citations to the passed CitationCollectionList
Subclasses should add the info for themselves and any other classes they use.
The default implementation of this function does nothing. It may be overriden by movers wishing to provide citation information.
C++: protocols::moves::Mover::provide_citation_info(class basic::citation_manager::CitationCollectionList &) const –> void
- static provide_xml_schema(xsd: utility::tag::XMLSchemaDefinition) None ¶
C++: protocols::legacy_sewing::LegacyAppendAssemblyMover::provide_xml_schema(class utility::tag::XMLSchemaDefinition &) –> void
- refine_assembly(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAppendAssemblyMover, assembly: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) pyrosetta.rosetta.core.pose.Pose ¶
C++: protocols::legacy_sewing::LegacyAppendAssemblyMover::refine_assembly(class std::shared_ptr<class protocols::legacy_sewing::Assembly> &) –> class core::pose::Pose
- static register_options() None ¶
Overload this static method if you access options within the mover.
These options will end up in -help of your application if users of this mover call register_options. Do this recursively! If you use movers within your mover, call their register_options in your register_options() method.
C++: protocols::moves::Mover::register_options() –> void
- reinitialize_for_each_job(self: pyrosetta.rosetta.protocols.moves.Mover) bool ¶
- Inform the Job Distributor (August ‘08 vintage) whether this object needs to be freshly regenerated on
each use.
C++: protocols::moves::Mover::reinitialize_for_each_job() const –> bool
- reinitialize_for_new_input(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover) bool ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::reinitialize_for_new_input() const –> bool
- reset_status(self: pyrosetta.rosetta.protocols.moves.Mover) None ¶
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.
C++: protocols::moves::Mover::reset_status() –> void
- set_current_job(self: pyrosetta.rosetta.protocols.moves.Mover, job: protocols::jobdist::BasicJob) None ¶
C++: protocols::moves::Mover::set_current_job(class std::shared_ptr<const class protocols::jobdist::BasicJob>) –> void
- set_current_tag(self: pyrosetta.rosetta.protocols.moves.Mover, new_tag: str) None ¶
C++: protocols::moves::Mover::set_current_tag(const std::string &) –> void
- set_input_pose(self: pyrosetta.rosetta.protocols.moves.Mover, pose: pyrosetta.rosetta.core.pose.Pose) None ¶
setter for poses contained for rms
C++: protocols::moves::Mover::set_input_pose(class std::shared_ptr<const class core::pose::Pose>) –> void
- set_native_pose(self: pyrosetta.rosetta.protocols.moves.Mover, pose: pyrosetta.rosetta.core.pose.Pose) None ¶
setter for native poses contained for rms —- we should get rid of this method? it is widely used, but a bit unsafe
C++: protocols::moves::Mover::set_native_pose(class std::shared_ptr<const class core::pose::Pose>) –> void
- set_type(self: pyrosetta.rosetta.protocols.moves.Mover, setting: str) None ¶
Set the ‘type’ string
C++: protocols::moves::Mover::set_type(const std::string &) –> void
- show(*args, **kwargs)¶
Overloaded function.
show(self: pyrosetta.rosetta.protocols.moves.Mover) -> None
show(self: pyrosetta.rosetta.protocols.moves.Mover, output: pyrosetta.rosetta.std.ostream) -> None
Outputs details about the Mover, including current settings.
C++: protocols::moves::Mover::show(std::ostream &) const –> void
- test_move(self: pyrosetta.rosetta.protocols.moves.Mover, pose: pyrosetta.rosetta.core.pose.Pose) None ¶
- : Unit test support function. Apply one move to a given pose.
Allows extra test specific functions to be called before applying
C++: protocols::moves::Mover::test_move(class core::pose::Pose &) –> void
- type(*args, **kwargs)¶
Overloaded function.
type(self: pyrosetta.rosetta.protocols.moves.Mover, type_in: str) -> None
Set the ‘type’ string
C++: protocols::moves::Mover::type(const std::string &) –> void
type(self: pyrosetta.rosetta.protocols.moves.Mover) -> str
Get the set ‘type’ string
C++: protocols::moves::Mover::type() const –> const std::string &
- class pyrosetta.rosetta.protocols.legacy_sewing.LegacyAppendAssemblyMoverCreator¶
Bases:
MoverCreator
- assign(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAppendAssemblyMoverCreator, : pyrosetta.rosetta.protocols.legacy_sewing.LegacyAppendAssemblyMoverCreator) pyrosetta.rosetta.protocols.legacy_sewing.LegacyAppendAssemblyMoverCreator ¶
C++: protocols::legacy_sewing::LegacyAppendAssemblyMoverCreator::operator=(const class protocols::legacy_sewing::LegacyAppendAssemblyMoverCreator &) –> class protocols::legacy_sewing::LegacyAppendAssemblyMoverCreator &
- create_mover(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAppendAssemblyMoverCreator) pyrosetta.rosetta.protocols.moves.Mover ¶
C++: protocols::legacy_sewing::LegacyAppendAssemblyMoverCreator::create_mover() const –> class std::shared_ptr<class protocols::moves::Mover>
- keyname(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAppendAssemblyMoverCreator) str ¶
C++: protocols::legacy_sewing::LegacyAppendAssemblyMoverCreator::keyname() const –> std::string
- class pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyConstraintsMover¶
Bases:
Mover
///////////LegacyAssemblyConstraintsMover/////////////////
- apply(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyConstraintsMover, pose: pyrosetta.rosetta.core.pose.Pose) None ¶
C++: protocols::legacy_sewing::LegacyAssemblyConstraintsMover::apply(class core::pose::Pose &) –> void
- apply_repeat(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyConstraintsMover, pose: pyrosetta.rosetta.core.pose.Pose) None ¶
C++: protocols::legacy_sewing::LegacyAssemblyConstraintsMover::apply_repeat(class core::pose::Pose &) –> void
- assign(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyConstraintsMover, : pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyConstraintsMover) pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyConstraintsMover ¶
C++: protocols::legacy_sewing::LegacyAssemblyConstraintsMover::operator=(const class protocols::legacy_sewing::LegacyAssemblyConstraintsMover &) –> class protocols::legacy_sewing::LegacyAssemblyConstraintsMover &
- base_native_bonus(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyConstraintsMover, base_native_bonus: float) None ¶
C++: protocols::legacy_sewing::LegacyAssemblyConstraintsMover::base_native_bonus(double) –> void
- clear_info(self: pyrosetta.rosetta.protocols.moves.Mover) None ¶
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.
clear_info is called by jd2 before calling apply
C++: protocols::moves::Mover::clear_info() –> void
- clone(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyConstraintsMover) pyrosetta.rosetta.protocols.moves.Mover ¶
C++: protocols::legacy_sewing::LegacyAssemblyConstraintsMover::clone() const –> class std::shared_ptr<class protocols::moves::Mover>
- create(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.protocols.moves.Mover ¶
C++: protocols::moves::Mover::create() –> class std::shared_ptr<class protocols::moves::Mover>
- fresh_instance(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyConstraintsMover) pyrosetta.rosetta.protocols.moves.Mover ¶
C++: protocols::legacy_sewing::LegacyAssemblyConstraintsMover::fresh_instance() const –> class std::shared_ptr<class protocols::moves::Mover>
- get_additional_output(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.core.pose.Pose ¶
fpd
Mechanism by which a mover may return multiple output poses from a single input pose.
Supported in JD2. Will attempt to grab additional poses until a nullptr is returned.
C++: protocols::moves::Mover::get_additional_output() –> class std::shared_ptr<class core::pose::Pose>
- get_current_job(self: pyrosetta.rosetta.protocols.moves.Mover) protocols::jobdist::BasicJob ¶
C++: protocols::moves::Mover::get_current_job() const –> class std::shared_ptr<const class protocols::jobdist::BasicJob>
- get_current_tag(self: pyrosetta.rosetta.protocols.moves.Mover) str ¶
- 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.
C++: protocols::moves::Mover::get_current_tag() const –> std::string
- get_input_pose(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.core.pose.Pose ¶
C++: protocols::moves::Mover::get_input_pose() const –> class std::shared_ptr<const class core::pose::Pose>
- get_last_move_status(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.protocols.moves.MoverStatus ¶
returns status after an apply(). The job distributor (august 08 vintage) will check this function to see if your protocol wants to filter its results - if your protocol wants to say “that run was no good, skip it” then use the protected last_move_status(MoverStatus) to change the value that this function will return.
C++: protocols::moves::Mover::get_last_move_status() const –> enum protocols::moves::MoverStatus
- get_name(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyConstraintsMover) str ¶
C++: protocols::legacy_sewing::LegacyAssemblyConstraintsMover::get_name() const –> std::string
- get_native_pose(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.core.pose.Pose ¶
C++: protocols::moves::Mover::get_native_pose() const –> class std::shared_ptr<const class core::pose::Pose>
- get_self_ptr(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.protocols.moves.Mover ¶
C++: protocols::moves::Mover::get_self_ptr() –> class std::shared_ptr<class protocols::moves::Mover>
- get_self_weak_ptr(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.std.weak_ptr_protocols_moves_Mover_t ¶
C++: protocols::moves::Mover::get_self_weak_ptr() –> class std::weak_ptr<class protocols::moves::Mover>
- get_type(self: pyrosetta.rosetta.protocols.moves.Mover) str ¶
C++: protocols::moves::Mover::get_type() const –> std::string
- info(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.std.list_std_string_t ¶
non-const accessor
C++: protocols::moves::Mover::info() –> class std::list<std::string, class std::allocator<std::string > > &
- last_proposal_density_ratio(self: pyrosetta.rosetta.protocols.moves.Mover) float ¶
C++: protocols::moves::Mover::last_proposal_density_ratio() –> double
- static mover_name() str ¶
C++: protocols::legacy_sewing::LegacyAssemblyConstraintsMover::mover_name() –> std::string
- static name() str ¶
C++: protocols::moves::Mover::name() –> std::string
- nat_ro_map(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyConstraintsMover, nat_ro_map: pyrosetta.rosetta.std.map_unsigned_long_utility_vector1_std_pair_bool_std_shared_ptr_core_conformation_Residue_std_allocator_std_pair_bool_std_shared_ptr_core_conformation_Residue_t_std_allocator_std_pair_const_unsigned_long_utility_vector1_std_pair_bool_std_shared_ptr_core_conformation_Residue_std_allocator_std_pair_bool_std_shared_ptr_core_conformation_Residue_t) None ¶
C++: protocols::legacy_sewing::LegacyAssemblyConstraintsMover::nat_ro_map(const class std::map<unsigned long, class utility::vector1<struct std::pair<bool, class std::shared_ptr<class core::conformation::Residue> >, class std::allocator<struct std::pair<bool, class std::shared_ptr<class core::conformation::Residue> > > >, struct std::less<unsigned long>, class std::allocator<struct std::pair<const unsigned long, class utility::vector1<struct std::pair<bool, class std::shared_ptr<class core::conformation::Residue> >, class std::allocator<struct std::pair<bool, class std::shared_ptr<class core::conformation::Residue> > > > > > > &) –> void
- neighbor_cutoff(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyConstraintsMover, neighbor_cutoff: float) None ¶
C++: protocols::legacy_sewing::LegacyAssemblyConstraintsMover::neighbor_cutoff(double) –> void
- parse_my_tag(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyConstraintsMover, tag: pyrosetta.rosetta.utility.tag.Tag, : pyrosetta.rosetta.basic.datacache.DataMap) None ¶
C++: protocols::legacy_sewing::LegacyAssemblyConstraintsMover::parse_my_tag(class std::shared_ptr<const class utility::tag::Tag>, class basic::datacache::DataMap &) –> void
- provide_citation_info(self: pyrosetta.rosetta.protocols.moves.Mover, : pyrosetta.rosetta.basic.citation_manager.CitationCollectionList) None ¶
- Provide citations to the passed CitationCollectionList
Subclasses should add the info for themselves and any other classes they use.
The default implementation of this function does nothing. It may be overriden by movers wishing to provide citation information.
C++: protocols::moves::Mover::provide_citation_info(class basic::citation_manager::CitationCollectionList &) const –> void
- static provide_xml_schema(xsd: utility::tag::XMLSchemaDefinition) None ¶
C++: protocols::legacy_sewing::LegacyAssemblyConstraintsMover::provide_xml_schema(class utility::tag::XMLSchemaDefinition &) –> void
- static register_options() None ¶
Overload this static method if you access options within the mover.
These options will end up in -help of your application if users of this mover call register_options. Do this recursively! If you use movers within your mover, call their register_options in your register_options() method.
C++: protocols::moves::Mover::register_options() –> void
- reinitialize_for_each_job(self: pyrosetta.rosetta.protocols.moves.Mover) bool ¶
- Inform the Job Distributor (August ‘08 vintage) whether this object needs to be freshly regenerated on
each use.
C++: protocols::moves::Mover::reinitialize_for_each_job() const –> bool
- reinitialize_for_new_input(self: pyrosetta.rosetta.protocols.moves.Mover) bool ¶
- 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).
C++: protocols::moves::Mover::reinitialize_for_new_input() const –> bool
- reset_status(self: pyrosetta.rosetta.protocols.moves.Mover) None ¶
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.
C++: protocols::moves::Mover::reset_status() –> void
- set_current_job(self: pyrosetta.rosetta.protocols.moves.Mover, job: protocols::jobdist::BasicJob) None ¶
C++: protocols::moves::Mover::set_current_job(class std::shared_ptr<const class protocols::jobdist::BasicJob>) –> void
- set_current_tag(self: pyrosetta.rosetta.protocols.moves.Mover, new_tag: str) None ¶
C++: protocols::moves::Mover::set_current_tag(const std::string &) –> void
- set_input_pose(self: pyrosetta.rosetta.protocols.moves.Mover, pose: pyrosetta.rosetta.core.pose.Pose) None ¶
setter for poses contained for rms
C++: protocols::moves::Mover::set_input_pose(class std::shared_ptr<const class core::pose::Pose>) –> void
- set_native_pose(self: pyrosetta.rosetta.protocols.moves.Mover, pose: pyrosetta.rosetta.core.pose.Pose) None ¶
setter for native poses contained for rms —- we should get rid of this method? it is widely used, but a bit unsafe
C++: protocols::moves::Mover::set_native_pose(class std::shared_ptr<const class core::pose::Pose>) –> void
- set_type(self: pyrosetta.rosetta.protocols.moves.Mover, setting: str) None ¶
Set the ‘type’ string
C++: protocols::moves::Mover::set_type(const std::string &) –> void
- show(*args, **kwargs)¶
Overloaded function.
show(self: pyrosetta.rosetta.protocols.moves.Mover) -> None
show(self: pyrosetta.rosetta.protocols.moves.Mover, output: pyrosetta.rosetta.std.ostream) -> None
Outputs details about the Mover, including current settings.
C++: protocols::moves::Mover::show(std::ostream &) const –> void
- test_move(self: pyrosetta.rosetta.protocols.moves.Mover, pose: pyrosetta.rosetta.core.pose.Pose) None ¶
- : Unit test support function. Apply one move to a given pose.
Allows extra test specific functions to be called before applying
C++: protocols::moves::Mover::test_move(class core::pose::Pose &) –> void
- type(*args, **kwargs)¶
Overloaded function.
type(self: pyrosetta.rosetta.protocols.moves.Mover, type_in: str) -> None
Set the ‘type’ string
C++: protocols::moves::Mover::type(const std::string &) –> void
type(self: pyrosetta.rosetta.protocols.moves.Mover) -> str
Get the set ‘type’ string
C++: protocols::moves::Mover::type() const –> const std::string &
- class pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyConstraintsMoverCreator¶
Bases:
MoverCreator
- assign(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyConstraintsMoverCreator, : pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyConstraintsMoverCreator) pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyConstraintsMoverCreator ¶
C++: protocols::legacy_sewing::LegacyAssemblyConstraintsMoverCreator::operator=(const class protocols::legacy_sewing::LegacyAssemblyConstraintsMoverCreator &) –> class protocols::legacy_sewing::LegacyAssemblyConstraintsMoverCreator &
- create_mover(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyConstraintsMoverCreator) pyrosetta.rosetta.protocols.moves.Mover ¶
C++: protocols::legacy_sewing::LegacyAssemblyConstraintsMoverCreator::create_mover() const –> class std::shared_ptr<class protocols::moves::Mover>
- keyname(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyConstraintsMoverCreator) str ¶
C++: protocols::legacy_sewing::LegacyAssemblyConstraintsMoverCreator::keyname() const –> std::string
- class pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover¶
Bases:
Mover
- add_starting_model(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, assembly: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) None ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::add_starting_model(class std::shared_ptr<class protocols::legacy_sewing::Assembly>) const –> void
- append_movie_frame(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, assembly: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, cycle: int) None ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::append_movie_frame(class std::shared_ptr<class protocols::legacy_sewing::Assembly>, unsigned long) const –> void
- apply(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, pose: pyrosetta.rosetta.core.pose.Pose) None ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::apply(class core::pose::Pose &) –> void
- assign(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, : pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover) pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::operator=(const class protocols::legacy_sewing::LegacyAssemblyMover &) –> class protocols::legacy_sewing::LegacyAssemblyMover &
- clear_info(self: pyrosetta.rosetta.protocols.moves.Mover) None ¶
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.
clear_info is called by jd2 before calling apply
C++: protocols::moves::Mover::clear_info() –> void
- clone(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.protocols.moves.Mover ¶
Return a clone of the Mover object.
C++: protocols::moves::Mover::clone() const –> class std::shared_ptr<class protocols::moves::Mover>
- create(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.protocols.moves.Mover ¶
C++: protocols::moves::Mover::create() –> class std::shared_ptr<class protocols::moves::Mover>
- static define_assembly_mover_ct_gen(xsd: utility::tag::XMLSchemaDefinition) utility::tag::XMLSchemaComplexTypeGenerator ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::define_assembly_mover_ct_gen(class utility::tag::XMLSchemaDefinition &) –> class std::shared_ptr<class utility::tag::XMLSchemaComplexTypeGenerator>
- follow_random_edge_from_node(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, assembly: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, reference_node: protocols::legacy_sewing::ModelNode) bool ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::follow_random_edge_from_node(class std::shared_ptr<class protocols::legacy_sewing::Assembly>, const class protocols::legacy_sewing::ModelNode *) const –> bool
- fresh_instance(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.protocols.moves.Mover ¶
Generates a new Mover object freshly created with the default ctor.
C++: protocols::moves::Mover::fresh_instance() const –> class std::shared_ptr<class protocols::moves::Mover>
- generate_assembly(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover) pyrosetta.rosetta.protocols.legacy_sewing.Assembly ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::generate_assembly() –> class std::shared_ptr<class protocols::legacy_sewing::Assembly>
- get_additional_output(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.core.pose.Pose ¶
fpd
Mechanism by which a mover may return multiple output poses from a single input pose.
Supported in JD2. Will attempt to grab additional poses until a nullptr is returned.
C++: protocols::moves::Mover::get_additional_output() –> class std::shared_ptr<class core::pose::Pose>
- get_centroid_pose(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, assembly: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) pyrosetta.rosetta.core.pose.Pose ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::get_centroid_pose(class std::shared_ptr<class protocols::legacy_sewing::Assembly>) const –> class core::pose::Pose
- get_current_job(self: pyrosetta.rosetta.protocols.moves.Mover) protocols::jobdist::BasicJob ¶
C++: protocols::moves::Mover::get_current_job() const –> class std::shared_ptr<const class protocols::jobdist::BasicJob>
- get_current_tag(self: pyrosetta.rosetta.protocols.moves.Mover) str ¶
- 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.
C++: protocols::moves::Mover::get_current_tag() const –> std::string
- get_fullatom_pose(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, assembly: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) pyrosetta.rosetta.core.pose.Pose ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::get_fullatom_pose(class std::shared_ptr<class protocols::legacy_sewing::Assembly>) const –> class core::pose::Pose
- get_input_pose(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.core.pose.Pose ¶
C++: protocols::moves::Mover::get_input_pose() const –> class std::shared_ptr<const class core::pose::Pose>
- get_last_move_status(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.protocols.moves.MoverStatus ¶
returns status after an apply(). The job distributor (august 08 vintage) will check this function to see if your protocol wants to filter its results - if your protocol wants to say “that run was no good, skip it” then use the protected last_move_status(MoverStatus) to change the value that this function will return.
C++: protocols::moves::Mover::get_last_move_status() const –> enum protocols::moves::MoverStatus
- get_name(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover) str ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::get_name() const –> std::string
- get_native_pose(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.core.pose.Pose ¶
C++: protocols::moves::Mover::get_native_pose() const –> class std::shared_ptr<const class core::pose::Pose>
- get_self_ptr(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.protocols.moves.Mover ¶
C++: protocols::moves::Mover::get_self_ptr() –> class std::shared_ptr<class protocols::moves::Mover>
- get_self_weak_ptr(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.std.weak_ptr_protocols_moves_Mover_t ¶
C++: protocols::moves::Mover::get_self_weak_ptr() –> class std::weak_ptr<class protocols::moves::Mover>
- get_type(self: pyrosetta.rosetta.protocols.moves.Mover) str ¶
C++: protocols::moves::Mover::get_type() const –> std::string
- info(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.std.list_std_string_t ¶
non-const accessor
C++: protocols::moves::Mover::info() –> class std::list<std::string, class std::allocator<std::string > > &
- last_proposal_density_ratio(self: pyrosetta.rosetta.protocols.moves.Mover) float ¶
C++: protocols::moves::Mover::last_proposal_density_ratio() –> double
- static legacy_assembly_mover_ct_namer(: str) str ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::legacy_assembly_mover_ct_namer(const std::string &) –> std::string
- static mover_name() str ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::mover_name() –> std::string
- static name() str ¶
C++: protocols::moves::Mover::name() –> std::string
- output_stats(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, assembly: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, pose: pyrosetta.rosetta.core.pose.Pose, indicator_whether_from_LegacyMonteCarloAssemblyMover_or_LegacyExhaustiveAssemblyMover: str) None ¶
add several outputs to the score file Pose can’t be const due to scoring.
C++: protocols::legacy_sewing::LegacyAssemblyMover::output_stats(const class std::shared_ptr<class protocols::legacy_sewing::Assembly> &, class core::pose::Pose &, std::string) –> void
- parse_global_requirements(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, tag: pyrosetta.rosetta.utility.tag.Tag, data: pyrosetta.rosetta.basic.datacache.DataMap) None ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::parse_global_requirements(class std::shared_ptr<const class utility::tag::Tag>, class basic::datacache::DataMap &) –> void
- parse_intra_segment_requirements(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, tag: pyrosetta.rosetta.utility.tag.Tag, data: pyrosetta.rosetta.basic.datacache.DataMap) None ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::parse_intra_segment_requirements(class std::shared_ptr<const class utility::tag::Tag>, class basic::datacache::DataMap &) –> void
- parse_my_tag(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, tag: pyrosetta.rosetta.utility.tag.Tag, data: pyrosetta.rosetta.basic.datacache.DataMap) None ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::parse_my_tag(class std::shared_ptr<const class utility::tag::Tag>, class basic::datacache::DataMap &) –> void
- parse_requirements(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, tag: pyrosetta.rosetta.utility.tag.Tag, data: pyrosetta.rosetta.basic.datacache.DataMap) None ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::parse_requirements(class std::shared_ptr<const class utility::tag::Tag>, class basic::datacache::DataMap &) –> void
- provide_citation_info(self: pyrosetta.rosetta.protocols.moves.Mover, : pyrosetta.rosetta.basic.citation_manager.CitationCollectionList) None ¶
- Provide citations to the passed CitationCollectionList
Subclasses should add the info for themselves and any other classes they use.
The default implementation of this function does nothing. It may be overriden by movers wishing to provide citation information.
C++: protocols::moves::Mover::provide_citation_info(class basic::citation_manager::CitationCollectionList &) const –> void
- static provide_xml_schema(xsd: utility::tag::XMLSchemaDefinition) None ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::provide_xml_schema(class utility::tag::XMLSchemaDefinition &) –> void
- refine_assembly(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, assembly: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) pyrosetta.rosetta.core.pose.Pose ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::refine_assembly(class std::shared_ptr<class protocols::legacy_sewing::Assembly> &) –> class core::pose::Pose
- static register_options() None ¶
Overload this static method if you access options within the mover.
These options will end up in -help of your application if users of this mover call register_options. Do this recursively! If you use movers within your mover, call their register_options in your register_options() method.
C++: protocols::moves::Mover::register_options() –> void
- reinitialize_for_each_job(self: pyrosetta.rosetta.protocols.moves.Mover) bool ¶
- Inform the Job Distributor (August ‘08 vintage) whether this object needs to be freshly regenerated on
each use.
C++: protocols::moves::Mover::reinitialize_for_each_job() const –> bool
- reinitialize_for_new_input(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover) bool ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::reinitialize_for_new_input() const –> bool
- reset_status(self: pyrosetta.rosetta.protocols.moves.Mover) None ¶
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.
C++: protocols::moves::Mover::reset_status() –> void
- set_current_job(self: pyrosetta.rosetta.protocols.moves.Mover, job: protocols::jobdist::BasicJob) None ¶
C++: protocols::moves::Mover::set_current_job(class std::shared_ptr<const class protocols::jobdist::BasicJob>) –> void
- set_current_tag(self: pyrosetta.rosetta.protocols.moves.Mover, new_tag: str) None ¶
C++: protocols::moves::Mover::set_current_tag(const std::string &) –> void
- set_input_pose(self: pyrosetta.rosetta.protocols.moves.Mover, pose: pyrosetta.rosetta.core.pose.Pose) None ¶
setter for poses contained for rms
C++: protocols::moves::Mover::set_input_pose(class std::shared_ptr<const class core::pose::Pose>) –> void
- set_native_pose(self: pyrosetta.rosetta.protocols.moves.Mover, pose: pyrosetta.rosetta.core.pose.Pose) None ¶
setter for native poses contained for rms —- we should get rid of this method? it is widely used, but a bit unsafe
C++: protocols::moves::Mover::set_native_pose(class std::shared_ptr<const class core::pose::Pose>) –> void
- set_type(self: pyrosetta.rosetta.protocols.moves.Mover, setting: str) None ¶
Set the ‘type’ string
C++: protocols::moves::Mover::set_type(const std::string &) –> void
- show(*args, **kwargs)¶
Overloaded function.
show(self: pyrosetta.rosetta.protocols.moves.Mover) -> None
show(self: pyrosetta.rosetta.protocols.moves.Mover, output: pyrosetta.rosetta.std.ostream) -> None
Outputs details about the Mover, including current settings.
C++: protocols::moves::Mover::show(std::ostream &) const –> void
- test_move(self: pyrosetta.rosetta.protocols.moves.Mover, pose: pyrosetta.rosetta.core.pose.Pose) None ¶
- : Unit test support function. Apply one move to a given pose.
Allows extra test specific functions to be called before applying
C++: protocols::moves::Mover::test_move(class core::pose::Pose &) –> void
- type(*args, **kwargs)¶
Overloaded function.
type(self: pyrosetta.rosetta.protocols.moves.Mover, type_in: str) -> None
Set the ‘type’ string
C++: protocols::moves::Mover::type(const std::string &) –> void
type(self: pyrosetta.rosetta.protocols.moves.Mover) -> str
Get the set ‘type’ string
C++: protocols::moves::Mover::type() const –> const std::string &
- class pyrosetta.rosetta.protocols.legacy_sewing.LegacyEnumerateAssemblyMover¶
Bases:
LegacyAssemblyMover
- add_starting_model(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, assembly: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) None ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::add_starting_model(class std::shared_ptr<class protocols::legacy_sewing::Assembly>) const –> void
- append_movie_frame(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, assembly: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, cycle: int) None ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::append_movie_frame(class std::shared_ptr<class protocols::legacy_sewing::Assembly>, unsigned long) const –> void
- apply(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, pose: pyrosetta.rosetta.core.pose.Pose) None ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::apply(class core::pose::Pose &) –> void
- assign(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyEnumerateAssemblyMover, : pyrosetta.rosetta.protocols.legacy_sewing.LegacyEnumerateAssemblyMover) pyrosetta.rosetta.protocols.legacy_sewing.LegacyEnumerateAssemblyMover ¶
C++: protocols::legacy_sewing::LegacyEnumerateAssemblyMover::operator=(const class protocols::legacy_sewing::LegacyEnumerateAssemblyMover &) –> class protocols::legacy_sewing::LegacyEnumerateAssemblyMover &
- clear_info(self: pyrosetta.rosetta.protocols.moves.Mover) None ¶
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.
clear_info is called by jd2 before calling apply
C++: protocols::moves::Mover::clear_info() –> void
- clone(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyEnumerateAssemblyMover) pyrosetta.rosetta.protocols.moves.Mover ¶
C++: protocols::legacy_sewing::LegacyEnumerateAssemblyMover::clone() const –> class std::shared_ptr<class protocols::moves::Mover>
- create(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.protocols.moves.Mover ¶
C++: protocols::moves::Mover::create() –> class std::shared_ptr<class protocols::moves::Mover>
- static define_assembly_mover_ct_gen(xsd: utility::tag::XMLSchemaDefinition) utility::tag::XMLSchemaComplexTypeGenerator ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::define_assembly_mover_ct_gen(class utility::tag::XMLSchemaDefinition &) –> class std::shared_ptr<class utility::tag::XMLSchemaComplexTypeGenerator>
- follow_random_edge_from_node(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, assembly: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, reference_node: protocols::legacy_sewing::ModelNode) bool ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::follow_random_edge_from_node(class std::shared_ptr<class protocols::legacy_sewing::Assembly>, const class protocols::legacy_sewing::ModelNode *) const –> bool
- fresh_instance(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyEnumerateAssemblyMover) pyrosetta.rosetta.protocols.moves.Mover ¶
C++: protocols::legacy_sewing::LegacyEnumerateAssemblyMover::fresh_instance() const –> class std::shared_ptr<class protocols::moves::Mover>
- generate_assembly(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyEnumerateAssemblyMover) pyrosetta.rosetta.protocols.legacy_sewing.Assembly ¶
C++: protocols::legacy_sewing::LegacyEnumerateAssemblyMover::generate_assembly() –> class std::shared_ptr<class protocols::legacy_sewing::Assembly>
- get_additional_output(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.core.pose.Pose ¶
fpd
Mechanism by which a mover may return multiple output poses from a single input pose.
Supported in JD2. Will attempt to grab additional poses until a nullptr is returned.
C++: protocols::moves::Mover::get_additional_output() –> class std::shared_ptr<class core::pose::Pose>
- get_centroid_pose(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, assembly: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) pyrosetta.rosetta.core.pose.Pose ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::get_centroid_pose(class std::shared_ptr<class protocols::legacy_sewing::Assembly>) const –> class core::pose::Pose
- get_current_job(self: pyrosetta.rosetta.protocols.moves.Mover) protocols::jobdist::BasicJob ¶
C++: protocols::moves::Mover::get_current_job() const –> class std::shared_ptr<const class protocols::jobdist::BasicJob>
- get_current_tag(self: pyrosetta.rosetta.protocols.moves.Mover) str ¶
- 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.
C++: protocols::moves::Mover::get_current_tag() const –> std::string
- get_fullatom_pose(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, assembly: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) pyrosetta.rosetta.core.pose.Pose ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::get_fullatom_pose(class std::shared_ptr<class protocols::legacy_sewing::Assembly>) const –> class core::pose::Pose
- get_input_pose(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.core.pose.Pose ¶
C++: protocols::moves::Mover::get_input_pose() const –> class std::shared_ptr<const class core::pose::Pose>
- get_last_move_status(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.protocols.moves.MoverStatus ¶
returns status after an apply(). The job distributor (august 08 vintage) will check this function to see if your protocol wants to filter its results - if your protocol wants to say “that run was no good, skip it” then use the protected last_move_status(MoverStatus) to change the value that this function will return.
C++: protocols::moves::Mover::get_last_move_status() const –> enum protocols::moves::MoverStatus
- get_name(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyEnumerateAssemblyMover) str ¶
C++: protocols::legacy_sewing::LegacyEnumerateAssemblyMover::get_name() const –> std::string
- get_native_pose(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.core.pose.Pose ¶
C++: protocols::moves::Mover::get_native_pose() const –> class std::shared_ptr<const class core::pose::Pose>
- get_self_ptr(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.protocols.moves.Mover ¶
C++: protocols::moves::Mover::get_self_ptr() –> class std::shared_ptr<class protocols::moves::Mover>
- get_self_weak_ptr(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.std.weak_ptr_protocols_moves_Mover_t ¶
C++: protocols::moves::Mover::get_self_weak_ptr() –> class std::weak_ptr<class protocols::moves::Mover>
- get_type(self: pyrosetta.rosetta.protocols.moves.Mover) str ¶
C++: protocols::moves::Mover::get_type() const –> std::string
- info(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.std.list_std_string_t ¶
non-const accessor
C++: protocols::moves::Mover::info() –> class std::list<std::string, class std::allocator<std::string > > &
- last_proposal_density_ratio(self: pyrosetta.rosetta.protocols.moves.Mover) float ¶
C++: protocols::moves::Mover::last_proposal_density_ratio() –> double
- static legacy_assembly_mover_ct_namer(: str) str ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::legacy_assembly_mover_ct_namer(const std::string &) –> std::string
- static mover_name() str ¶
C++: protocols::legacy_sewing::LegacyEnumerateAssemblyMover::mover_name() –> std::string
- static name() str ¶
C++: protocols::moves::Mover::name() –> std::string
- output_stats(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, assembly: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, pose: pyrosetta.rosetta.core.pose.Pose, indicator_whether_from_LegacyMonteCarloAssemblyMover_or_LegacyExhaustiveAssemblyMover: str) None ¶
add several outputs to the score file Pose can’t be const due to scoring.
C++: protocols::legacy_sewing::LegacyAssemblyMover::output_stats(const class std::shared_ptr<class protocols::legacy_sewing::Assembly> &, class core::pose::Pose &, std::string) –> void
- parse_global_requirements(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, tag: pyrosetta.rosetta.utility.tag.Tag, data: pyrosetta.rosetta.basic.datacache.DataMap) None ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::parse_global_requirements(class std::shared_ptr<const class utility::tag::Tag>, class basic::datacache::DataMap &) –> void
- parse_intra_segment_requirements(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, tag: pyrosetta.rosetta.utility.tag.Tag, data: pyrosetta.rosetta.basic.datacache.DataMap) None ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::parse_intra_segment_requirements(class std::shared_ptr<const class utility::tag::Tag>, class basic::datacache::DataMap &) –> void
- parse_my_tag(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyEnumerateAssemblyMover, tag: pyrosetta.rosetta.utility.tag.Tag, data: pyrosetta.rosetta.basic.datacache.DataMap) None ¶
C++: protocols::legacy_sewing::LegacyEnumerateAssemblyMover::parse_my_tag(class std::shared_ptr<const class utility::tag::Tag>, class basic::datacache::DataMap &) –> void
- parse_requirements(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, tag: pyrosetta.rosetta.utility.tag.Tag, data: pyrosetta.rosetta.basic.datacache.DataMap) None ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::parse_requirements(class std::shared_ptr<const class utility::tag::Tag>, class basic::datacache::DataMap &) –> void
- provide_citation_info(self: pyrosetta.rosetta.protocols.moves.Mover, : pyrosetta.rosetta.basic.citation_manager.CitationCollectionList) None ¶
- Provide citations to the passed CitationCollectionList
Subclasses should add the info for themselves and any other classes they use.
The default implementation of this function does nothing. It may be overriden by movers wishing to provide citation information.
C++: protocols::moves::Mover::provide_citation_info(class basic::citation_manager::CitationCollectionList &) const –> void
- static provide_xml_schema(xsd: utility::tag::XMLSchemaDefinition) None ¶
C++: protocols::legacy_sewing::LegacyEnumerateAssemblyMover::provide_xml_schema(class utility::tag::XMLSchemaDefinition &) –> void
- refine_assembly(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, assembly: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) pyrosetta.rosetta.core.pose.Pose ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::refine_assembly(class std::shared_ptr<class protocols::legacy_sewing::Assembly> &) –> class core::pose::Pose
- static register_options() None ¶
Overload this static method if you access options within the mover.
These options will end up in -help of your application if users of this mover call register_options. Do this recursively! If you use movers within your mover, call their register_options in your register_options() method.
C++: protocols::moves::Mover::register_options() –> void
- reinitialize_for_each_job(self: pyrosetta.rosetta.protocols.moves.Mover) bool ¶
- Inform the Job Distributor (August ‘08 vintage) whether this object needs to be freshly regenerated on
each use.
C++: protocols::moves::Mover::reinitialize_for_each_job() const –> bool
- reinitialize_for_new_input(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover) bool ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::reinitialize_for_new_input() const –> bool
- reset_status(self: pyrosetta.rosetta.protocols.moves.Mover) None ¶
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.
C++: protocols::moves::Mover::reset_status() –> void
- set_current_job(self: pyrosetta.rosetta.protocols.moves.Mover, job: protocols::jobdist::BasicJob) None ¶
C++: protocols::moves::Mover::set_current_job(class std::shared_ptr<const class protocols::jobdist::BasicJob>) –> void
- set_current_tag(self: pyrosetta.rosetta.protocols.moves.Mover, new_tag: str) None ¶
C++: protocols::moves::Mover::set_current_tag(const std::string &) –> void
- set_input_pose(self: pyrosetta.rosetta.protocols.moves.Mover, pose: pyrosetta.rosetta.core.pose.Pose) None ¶
setter for poses contained for rms
C++: protocols::moves::Mover::set_input_pose(class std::shared_ptr<const class core::pose::Pose>) –> void
- set_native_pose(self: pyrosetta.rosetta.protocols.moves.Mover, pose: pyrosetta.rosetta.core.pose.Pose) None ¶
setter for native poses contained for rms —- we should get rid of this method? it is widely used, but a bit unsafe
C++: protocols::moves::Mover::set_native_pose(class std::shared_ptr<const class core::pose::Pose>) –> void
- set_type(self: pyrosetta.rosetta.protocols.moves.Mover, setting: str) None ¶
Set the ‘type’ string
C++: protocols::moves::Mover::set_type(const std::string &) –> void
- show(*args, **kwargs)¶
Overloaded function.
show(self: pyrosetta.rosetta.protocols.moves.Mover) -> None
show(self: pyrosetta.rosetta.protocols.moves.Mover, output: pyrosetta.rosetta.std.ostream) -> None
Outputs details about the Mover, including current settings.
C++: protocols::moves::Mover::show(std::ostream &) const –> void
- test_move(self: pyrosetta.rosetta.protocols.moves.Mover, pose: pyrosetta.rosetta.core.pose.Pose) None ¶
- : Unit test support function. Apply one move to a given pose.
Allows extra test specific functions to be called before applying
C++: protocols::moves::Mover::test_move(class core::pose::Pose &) –> void
- type(*args, **kwargs)¶
Overloaded function.
type(self: pyrosetta.rosetta.protocols.moves.Mover, type_in: str) -> None
Set the ‘type’ string
C++: protocols::moves::Mover::type(const std::string &) –> void
type(self: pyrosetta.rosetta.protocols.moves.Mover) -> str
Get the set ‘type’ string
C++: protocols::moves::Mover::type() const –> const std::string &
- class pyrosetta.rosetta.protocols.legacy_sewing.LegacyEnumerateAssemblyMoverCreator¶
Bases:
MoverCreator
- assign(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyEnumerateAssemblyMoverCreator, : pyrosetta.rosetta.protocols.legacy_sewing.LegacyEnumerateAssemblyMoverCreator) pyrosetta.rosetta.protocols.legacy_sewing.LegacyEnumerateAssemblyMoverCreator ¶
C++: protocols::legacy_sewing::LegacyEnumerateAssemblyMoverCreator::operator=(const class protocols::legacy_sewing::LegacyEnumerateAssemblyMoverCreator &) –> class protocols::legacy_sewing::LegacyEnumerateAssemblyMoverCreator &
- create_mover(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyEnumerateAssemblyMoverCreator) pyrosetta.rosetta.protocols.moves.Mover ¶
C++: protocols::legacy_sewing::LegacyEnumerateAssemblyMoverCreator::create_mover() const –> class std::shared_ptr<class protocols::moves::Mover>
- keyname(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyEnumerateAssemblyMoverCreator) str ¶
C++: protocols::legacy_sewing::LegacyEnumerateAssemblyMoverCreator::keyname() const –> std::string
- class pyrosetta.rosetta.protocols.legacy_sewing.LegacyGivenPathAssemblyMover¶
Bases:
LegacyAssemblyMover
- add_starting_model(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, assembly: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) None ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::add_starting_model(class std::shared_ptr<class protocols::legacy_sewing::Assembly>) const –> void
- append_movie_frame(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, assembly: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, cycle: int) None ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::append_movie_frame(class std::shared_ptr<class protocols::legacy_sewing::Assembly>, unsigned long) const –> void
- apply(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, pose: pyrosetta.rosetta.core.pose.Pose) None ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::apply(class core::pose::Pose &) –> void
- assign(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyGivenPathAssemblyMover, : pyrosetta.rosetta.protocols.legacy_sewing.LegacyGivenPathAssemblyMover) pyrosetta.rosetta.protocols.legacy_sewing.LegacyGivenPathAssemblyMover ¶
C++: protocols::legacy_sewing::LegacyGivenPathAssemblyMover::operator=(const class protocols::legacy_sewing::LegacyGivenPathAssemblyMover &) –> class protocols::legacy_sewing::LegacyGivenPathAssemblyMover &
- clear_info(self: pyrosetta.rosetta.protocols.moves.Mover) None ¶
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.
clear_info is called by jd2 before calling apply
C++: protocols::moves::Mover::clear_info() –> void
- clone(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyGivenPathAssemblyMover) pyrosetta.rosetta.protocols.moves.Mover ¶
C++: protocols::legacy_sewing::LegacyGivenPathAssemblyMover::clone() const –> class std::shared_ptr<class protocols::moves::Mover>
- create(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.protocols.moves.Mover ¶
C++: protocols::moves::Mover::create() –> class std::shared_ptr<class protocols::moves::Mover>
- static define_assembly_mover_ct_gen(xsd: utility::tag::XMLSchemaDefinition) utility::tag::XMLSchemaComplexTypeGenerator ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::define_assembly_mover_ct_gen(class utility::tag::XMLSchemaDefinition &) –> class std::shared_ptr<class utility::tag::XMLSchemaComplexTypeGenerator>
- follow_random_edge_from_node(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, assembly: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, reference_node: protocols::legacy_sewing::ModelNode) bool ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::follow_random_edge_from_node(class std::shared_ptr<class protocols::legacy_sewing::Assembly>, const class protocols::legacy_sewing::ModelNode *) const –> bool
- fresh_instance(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyGivenPathAssemblyMover) pyrosetta.rosetta.protocols.moves.Mover ¶
C++: protocols::legacy_sewing::LegacyGivenPathAssemblyMover::fresh_instance() const –> class std::shared_ptr<class protocols::moves::Mover>
- generate_assembly(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyGivenPathAssemblyMover) pyrosetta.rosetta.protocols.legacy_sewing.Assembly ¶
C++: protocols::legacy_sewing::LegacyGivenPathAssemblyMover::generate_assembly() –> class std::shared_ptr<class protocols::legacy_sewing::Assembly>
- get_additional_output(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.core.pose.Pose ¶
fpd
Mechanism by which a mover may return multiple output poses from a single input pose.
Supported in JD2. Will attempt to grab additional poses until a nullptr is returned.
C++: protocols::moves::Mover::get_additional_output() –> class std::shared_ptr<class core::pose::Pose>
- get_centroid_pose(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, assembly: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) pyrosetta.rosetta.core.pose.Pose ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::get_centroid_pose(class std::shared_ptr<class protocols::legacy_sewing::Assembly>) const –> class core::pose::Pose
- get_current_job(self: pyrosetta.rosetta.protocols.moves.Mover) protocols::jobdist::BasicJob ¶
C++: protocols::moves::Mover::get_current_job() const –> class std::shared_ptr<const class protocols::jobdist::BasicJob>
- get_current_tag(self: pyrosetta.rosetta.protocols.moves.Mover) str ¶
- 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.
C++: protocols::moves::Mover::get_current_tag() const –> std::string
- get_fullatom_pose(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, assembly: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) pyrosetta.rosetta.core.pose.Pose ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::get_fullatom_pose(class std::shared_ptr<class protocols::legacy_sewing::Assembly>) const –> class core::pose::Pose
- get_input_pose(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.core.pose.Pose ¶
C++: protocols::moves::Mover::get_input_pose() const –> class std::shared_ptr<const class core::pose::Pose>
- get_last_move_status(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.protocols.moves.MoverStatus ¶
returns status after an apply(). The job distributor (august 08 vintage) will check this function to see if your protocol wants to filter its results - if your protocol wants to say “that run was no good, skip it” then use the protected last_move_status(MoverStatus) to change the value that this function will return.
C++: protocols::moves::Mover::get_last_move_status() const –> enum protocols::moves::MoverStatus
- get_name(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyGivenPathAssemblyMover) str ¶
C++: protocols::legacy_sewing::LegacyGivenPathAssemblyMover::get_name() const –> std::string
- get_native_pose(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.core.pose.Pose ¶
C++: protocols::moves::Mover::get_native_pose() const –> class std::shared_ptr<const class core::pose::Pose>
- get_self_ptr(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.protocols.moves.Mover ¶
C++: protocols::moves::Mover::get_self_ptr() –> class std::shared_ptr<class protocols::moves::Mover>
- get_self_weak_ptr(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.std.weak_ptr_protocols_moves_Mover_t ¶
C++: protocols::moves::Mover::get_self_weak_ptr() –> class std::weak_ptr<class protocols::moves::Mover>
- get_type(self: pyrosetta.rosetta.protocols.moves.Mover) str ¶
C++: protocols::moves::Mover::get_type() const –> std::string
- info(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.std.list_std_string_t ¶
non-const accessor
C++: protocols::moves::Mover::info() –> class std::list<std::string, class std::allocator<std::string > > &
- last_proposal_density_ratio(self: pyrosetta.rosetta.protocols.moves.Mover) float ¶
C++: protocols::moves::Mover::last_proposal_density_ratio() –> double
- static legacy_assembly_mover_ct_namer(: str) str ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::legacy_assembly_mover_ct_namer(const std::string &) –> std::string
- static mover_name() str ¶
C++: protocols::legacy_sewing::LegacyGivenPathAssemblyMover::mover_name() –> std::string
- static name() str ¶
C++: protocols::moves::Mover::name() –> std::string
- output_stats(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, assembly: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, pose: pyrosetta.rosetta.core.pose.Pose, indicator_whether_from_LegacyMonteCarloAssemblyMover_or_LegacyExhaustiveAssemblyMover: str) None ¶
add several outputs to the score file Pose can’t be const due to scoring.
C++: protocols::legacy_sewing::LegacyAssemblyMover::output_stats(const class std::shared_ptr<class protocols::legacy_sewing::Assembly> &, class core::pose::Pose &, std::string) –> void
- parse_global_requirements(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, tag: pyrosetta.rosetta.utility.tag.Tag, data: pyrosetta.rosetta.basic.datacache.DataMap) None ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::parse_global_requirements(class std::shared_ptr<const class utility::tag::Tag>, class basic::datacache::DataMap &) –> void
- parse_intra_segment_requirements(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, tag: pyrosetta.rosetta.utility.tag.Tag, data: pyrosetta.rosetta.basic.datacache.DataMap) None ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::parse_intra_segment_requirements(class std::shared_ptr<const class utility::tag::Tag>, class basic::datacache::DataMap &) –> void
- parse_my_tag(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyGivenPathAssemblyMover, tag: pyrosetta.rosetta.utility.tag.Tag, data: pyrosetta.rosetta.basic.datacache.DataMap) None ¶
C++: protocols::legacy_sewing::LegacyGivenPathAssemblyMover::parse_my_tag(class std::shared_ptr<const class utility::tag::Tag>, class basic::datacache::DataMap &) –> void
- parse_requirements(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, tag: pyrosetta.rosetta.utility.tag.Tag, data: pyrosetta.rosetta.basic.datacache.DataMap) None ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::parse_requirements(class std::shared_ptr<const class utility::tag::Tag>, class basic::datacache::DataMap &) –> void
- provide_citation_info(self: pyrosetta.rosetta.protocols.moves.Mover, : pyrosetta.rosetta.basic.citation_manager.CitationCollectionList) None ¶
- Provide citations to the passed CitationCollectionList
Subclasses should add the info for themselves and any other classes they use.
The default implementation of this function does nothing. It may be overriden by movers wishing to provide citation information.
C++: protocols::moves::Mover::provide_citation_info(class basic::citation_manager::CitationCollectionList &) const –> void
- static provide_xml_schema(xsd: utility::tag::XMLSchemaDefinition) None ¶
C++: protocols::legacy_sewing::LegacyGivenPathAssemblyMover::provide_xml_schema(class utility::tag::XMLSchemaDefinition &) –> void
- refine_assembly(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, assembly: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) pyrosetta.rosetta.core.pose.Pose ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::refine_assembly(class std::shared_ptr<class protocols::legacy_sewing::Assembly> &) –> class core::pose::Pose
- static register_options() None ¶
Overload this static method if you access options within the mover.
These options will end up in -help of your application if users of this mover call register_options. Do this recursively! If you use movers within your mover, call their register_options in your register_options() method.
C++: protocols::moves::Mover::register_options() –> void
- reinitialize_for_each_job(self: pyrosetta.rosetta.protocols.moves.Mover) bool ¶
- Inform the Job Distributor (August ‘08 vintage) whether this object needs to be freshly regenerated on
each use.
C++: protocols::moves::Mover::reinitialize_for_each_job() const –> bool
- reinitialize_for_new_input(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover) bool ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::reinitialize_for_new_input() const –> bool
- reset_status(self: pyrosetta.rosetta.protocols.moves.Mover) None ¶
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.
C++: protocols::moves::Mover::reset_status() –> void
- set_current_job(self: pyrosetta.rosetta.protocols.moves.Mover, job: protocols::jobdist::BasicJob) None ¶
C++: protocols::moves::Mover::set_current_job(class std::shared_ptr<const class protocols::jobdist::BasicJob>) –> void
- set_current_tag(self: pyrosetta.rosetta.protocols.moves.Mover, new_tag: str) None ¶
C++: protocols::moves::Mover::set_current_tag(const std::string &) –> void
- set_input_pose(self: pyrosetta.rosetta.protocols.moves.Mover, pose: pyrosetta.rosetta.core.pose.Pose) None ¶
setter for poses contained for rms
C++: protocols::moves::Mover::set_input_pose(class std::shared_ptr<const class core::pose::Pose>) –> void
- set_native_pose(self: pyrosetta.rosetta.protocols.moves.Mover, pose: pyrosetta.rosetta.core.pose.Pose) None ¶
setter for native poses contained for rms —- we should get rid of this method? it is widely used, but a bit unsafe
C++: protocols::moves::Mover::set_native_pose(class std::shared_ptr<const class core::pose::Pose>) –> void
- set_type(self: pyrosetta.rosetta.protocols.moves.Mover, setting: str) None ¶
Set the ‘type’ string
C++: protocols::moves::Mover::set_type(const std::string &) –> void
- show(*args, **kwargs)¶
Overloaded function.
show(self: pyrosetta.rosetta.protocols.moves.Mover) -> None
show(self: pyrosetta.rosetta.protocols.moves.Mover, output: pyrosetta.rosetta.std.ostream) -> None
Outputs details about the Mover, including current settings.
C++: protocols::moves::Mover::show(std::ostream &) const –> void
- test_move(self: pyrosetta.rosetta.protocols.moves.Mover, pose: pyrosetta.rosetta.core.pose.Pose) None ¶
- : Unit test support function. Apply one move to a given pose.
Allows extra test specific functions to be called before applying
C++: protocols::moves::Mover::test_move(class core::pose::Pose &) –> void
- type(*args, **kwargs)¶
Overloaded function.
type(self: pyrosetta.rosetta.protocols.moves.Mover, type_in: str) -> None
Set the ‘type’ string
C++: protocols::moves::Mover::type(const std::string &) –> void
type(self: pyrosetta.rosetta.protocols.moves.Mover) -> str
Get the set ‘type’ string
C++: protocols::moves::Mover::type() const –> const std::string &
- class pyrosetta.rosetta.protocols.legacy_sewing.LegacyGivenPathAssemblyMoverCreator¶
Bases:
MoverCreator
- assign(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyGivenPathAssemblyMoverCreator, : pyrosetta.rosetta.protocols.legacy_sewing.LegacyGivenPathAssemblyMoverCreator) pyrosetta.rosetta.protocols.legacy_sewing.LegacyGivenPathAssemblyMoverCreator ¶
C++: protocols::legacy_sewing::LegacyGivenPathAssemblyMoverCreator::operator=(const class protocols::legacy_sewing::LegacyGivenPathAssemblyMoverCreator &) –> class protocols::legacy_sewing::LegacyGivenPathAssemblyMoverCreator &
- create_mover(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyGivenPathAssemblyMoverCreator) pyrosetta.rosetta.protocols.moves.Mover ¶
C++: protocols::legacy_sewing::LegacyGivenPathAssemblyMoverCreator::create_mover() const –> class std::shared_ptr<class protocols::moves::Mover>
- keyname(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyGivenPathAssemblyMoverCreator) str ¶
C++: protocols::legacy_sewing::LegacyGivenPathAssemblyMoverCreator::keyname() const –> std::string
- class pyrosetta.rosetta.protocols.legacy_sewing.LegacyGreedyAssemblyMover¶
Bases:
LegacyAssemblyMover
- add_starting_model(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, assembly: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) None ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::add_starting_model(class std::shared_ptr<class protocols::legacy_sewing::Assembly>) const –> void
- append_movie_frame(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, assembly: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, cycle: int) None ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::append_movie_frame(class std::shared_ptr<class protocols::legacy_sewing::Assembly>, unsigned long) const –> void
- apply(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, pose: pyrosetta.rosetta.core.pose.Pose) None ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::apply(class core::pose::Pose &) –> void
- assign(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyGreedyAssemblyMover, : pyrosetta.rosetta.protocols.legacy_sewing.LegacyGreedyAssemblyMover) pyrosetta.rosetta.protocols.legacy_sewing.LegacyGreedyAssemblyMover ¶
C++: protocols::legacy_sewing::LegacyGreedyAssemblyMover::operator=(const class protocols::legacy_sewing::LegacyGreedyAssemblyMover &) –> class protocols::legacy_sewing::LegacyGreedyAssemblyMover &
- clear_info(self: pyrosetta.rosetta.protocols.moves.Mover) None ¶
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.
clear_info is called by jd2 before calling apply
C++: protocols::moves::Mover::clear_info() –> void
- clone(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyGreedyAssemblyMover) pyrosetta.rosetta.protocols.moves.Mover ¶
C++: protocols::legacy_sewing::LegacyGreedyAssemblyMover::clone() const –> class std::shared_ptr<class protocols::moves::Mover>
- create(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.protocols.moves.Mover ¶
C++: protocols::moves::Mover::create() –> class std::shared_ptr<class protocols::moves::Mover>
- static define_assembly_mover_ct_gen(xsd: utility::tag::XMLSchemaDefinition) utility::tag::XMLSchemaComplexTypeGenerator ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::define_assembly_mover_ct_gen(class utility::tag::XMLSchemaDefinition &) –> class std::shared_ptr<class utility::tag::XMLSchemaComplexTypeGenerator>
- follow_random_edge_from_node(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, assembly: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, reference_node: protocols::legacy_sewing::ModelNode) bool ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::follow_random_edge_from_node(class std::shared_ptr<class protocols::legacy_sewing::Assembly>, const class protocols::legacy_sewing::ModelNode *) const –> bool
- fresh_instance(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyGreedyAssemblyMover) pyrosetta.rosetta.protocols.moves.Mover ¶
C++: protocols::legacy_sewing::LegacyGreedyAssemblyMover::fresh_instance() const –> class std::shared_ptr<class protocols::moves::Mover>
- generate_assembly(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyGreedyAssemblyMover) pyrosetta.rosetta.protocols.legacy_sewing.Assembly ¶
C++: protocols::legacy_sewing::LegacyGreedyAssemblyMover::generate_assembly() –> class std::shared_ptr<class protocols::legacy_sewing::Assembly>
- get_additional_output(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.core.pose.Pose ¶
fpd
Mechanism by which a mover may return multiple output poses from a single input pose.
Supported in JD2. Will attempt to grab additional poses until a nullptr is returned.
C++: protocols::moves::Mover::get_additional_output() –> class std::shared_ptr<class core::pose::Pose>
- get_centroid_pose(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, assembly: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) pyrosetta.rosetta.core.pose.Pose ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::get_centroid_pose(class std::shared_ptr<class protocols::legacy_sewing::Assembly>) const –> class core::pose::Pose
- get_current_job(self: pyrosetta.rosetta.protocols.moves.Mover) protocols::jobdist::BasicJob ¶
C++: protocols::moves::Mover::get_current_job() const –> class std::shared_ptr<const class protocols::jobdist::BasicJob>
- get_current_tag(self: pyrosetta.rosetta.protocols.moves.Mover) str ¶
- 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.
C++: protocols::moves::Mover::get_current_tag() const –> std::string
- get_fullatom_pose(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, assembly: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) pyrosetta.rosetta.core.pose.Pose ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::get_fullatom_pose(class std::shared_ptr<class protocols::legacy_sewing::Assembly>) const –> class core::pose::Pose
- get_input_pose(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.core.pose.Pose ¶
C++: protocols::moves::Mover::get_input_pose() const –> class std::shared_ptr<const class core::pose::Pose>
- get_last_move_status(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.protocols.moves.MoverStatus ¶
returns status after an apply(). The job distributor (august 08 vintage) will check this function to see if your protocol wants to filter its results - if your protocol wants to say “that run was no good, skip it” then use the protected last_move_status(MoverStatus) to change the value that this function will return.
C++: protocols::moves::Mover::get_last_move_status() const –> enum protocols::moves::MoverStatus
- get_name(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyGreedyAssemblyMover) str ¶
C++: protocols::legacy_sewing::LegacyGreedyAssemblyMover::get_name() const –> std::string
- get_native_pose(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.core.pose.Pose ¶
C++: protocols::moves::Mover::get_native_pose() const –> class std::shared_ptr<const class core::pose::Pose>
- get_self_ptr(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.protocols.moves.Mover ¶
C++: protocols::moves::Mover::get_self_ptr() –> class std::shared_ptr<class protocols::moves::Mover>
- get_self_weak_ptr(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.std.weak_ptr_protocols_moves_Mover_t ¶
C++: protocols::moves::Mover::get_self_weak_ptr() –> class std::weak_ptr<class protocols::moves::Mover>
- get_type(self: pyrosetta.rosetta.protocols.moves.Mover) str ¶
C++: protocols::moves::Mover::get_type() const –> std::string
- info(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.std.list_std_string_t ¶
non-const accessor
C++: protocols::moves::Mover::info() –> class std::list<std::string, class std::allocator<std::string > > &
- last_proposal_density_ratio(self: pyrosetta.rosetta.protocols.moves.Mover) float ¶
C++: protocols::moves::Mover::last_proposal_density_ratio() –> double
- static legacy_assembly_mover_ct_namer(: str) str ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::legacy_assembly_mover_ct_namer(const std::string &) –> std::string
- static mover_name() str ¶
C++: protocols::legacy_sewing::LegacyGreedyAssemblyMover::mover_name() –> std::string
- static name() str ¶
C++: protocols::moves::Mover::name() –> std::string
- output_stats(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, assembly: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, pose: pyrosetta.rosetta.core.pose.Pose, indicator_whether_from_LegacyMonteCarloAssemblyMover_or_LegacyExhaustiveAssemblyMover: str) None ¶
add several outputs to the score file Pose can’t be const due to scoring.
C++: protocols::legacy_sewing::LegacyAssemblyMover::output_stats(const class std::shared_ptr<class protocols::legacy_sewing::Assembly> &, class core::pose::Pose &, std::string) –> void
- parse_global_requirements(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, tag: pyrosetta.rosetta.utility.tag.Tag, data: pyrosetta.rosetta.basic.datacache.DataMap) None ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::parse_global_requirements(class std::shared_ptr<const class utility::tag::Tag>, class basic::datacache::DataMap &) –> void
- parse_intra_segment_requirements(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, tag: pyrosetta.rosetta.utility.tag.Tag, data: pyrosetta.rosetta.basic.datacache.DataMap) None ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::parse_intra_segment_requirements(class std::shared_ptr<const class utility::tag::Tag>, class basic::datacache::DataMap &) –> void
- parse_my_tag(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyGreedyAssemblyMover, tag: pyrosetta.rosetta.utility.tag.Tag, data: pyrosetta.rosetta.basic.datacache.DataMap) None ¶
C++: protocols::legacy_sewing::LegacyGreedyAssemblyMover::parse_my_tag(class std::shared_ptr<const class utility::tag::Tag>, class basic::datacache::DataMap &) –> void
- parse_requirements(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, tag: pyrosetta.rosetta.utility.tag.Tag, data: pyrosetta.rosetta.basic.datacache.DataMap) None ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::parse_requirements(class std::shared_ptr<const class utility::tag::Tag>, class basic::datacache::DataMap &) –> void
- provide_citation_info(self: pyrosetta.rosetta.protocols.moves.Mover, : pyrosetta.rosetta.basic.citation_manager.CitationCollectionList) None ¶
- Provide citations to the passed CitationCollectionList
Subclasses should add the info for themselves and any other classes they use.
The default implementation of this function does nothing. It may be overriden by movers wishing to provide citation information.
C++: protocols::moves::Mover::provide_citation_info(class basic::citation_manager::CitationCollectionList &) const –> void
- static provide_xml_schema(xsd: utility::tag::XMLSchemaDefinition) None ¶
C++: protocols::legacy_sewing::LegacyGreedyAssemblyMover::provide_xml_schema(class utility::tag::XMLSchemaDefinition &) –> void
- refine_assembly(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, assembly: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) pyrosetta.rosetta.core.pose.Pose ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::refine_assembly(class std::shared_ptr<class protocols::legacy_sewing::Assembly> &) –> class core::pose::Pose
- static register_options() None ¶
Overload this static method if you access options within the mover.
These options will end up in -help of your application if users of this mover call register_options. Do this recursively! If you use movers within your mover, call their register_options in your register_options() method.
C++: protocols::moves::Mover::register_options() –> void
- reinitialize_for_each_job(self: pyrosetta.rosetta.protocols.moves.Mover) bool ¶
- Inform the Job Distributor (August ‘08 vintage) whether this object needs to be freshly regenerated on
each use.
C++: protocols::moves::Mover::reinitialize_for_each_job() const –> bool
- reinitialize_for_new_input(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover) bool ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::reinitialize_for_new_input() const –> bool
- reset_status(self: pyrosetta.rosetta.protocols.moves.Mover) None ¶
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.
C++: protocols::moves::Mover::reset_status() –> void
- set_current_job(self: pyrosetta.rosetta.protocols.moves.Mover, job: protocols::jobdist::BasicJob) None ¶
C++: protocols::moves::Mover::set_current_job(class std::shared_ptr<const class protocols::jobdist::BasicJob>) –> void
- set_current_tag(self: pyrosetta.rosetta.protocols.moves.Mover, new_tag: str) None ¶
C++: protocols::moves::Mover::set_current_tag(const std::string &) –> void
- set_input_pose(self: pyrosetta.rosetta.protocols.moves.Mover, pose: pyrosetta.rosetta.core.pose.Pose) None ¶
setter for poses contained for rms
C++: protocols::moves::Mover::set_input_pose(class std::shared_ptr<const class core::pose::Pose>) –> void
- set_native_pose(self: pyrosetta.rosetta.protocols.moves.Mover, pose: pyrosetta.rosetta.core.pose.Pose) None ¶
setter for native poses contained for rms —- we should get rid of this method? it is widely used, but a bit unsafe
C++: protocols::moves::Mover::set_native_pose(class std::shared_ptr<const class core::pose::Pose>) –> void
- set_type(self: pyrosetta.rosetta.protocols.moves.Mover, setting: str) None ¶
Set the ‘type’ string
C++: protocols::moves::Mover::set_type(const std::string &) –> void
- show(*args, **kwargs)¶
Overloaded function.
show(self: pyrosetta.rosetta.protocols.moves.Mover) -> None
show(self: pyrosetta.rosetta.protocols.moves.Mover, output: pyrosetta.rosetta.std.ostream) -> None
Outputs details about the Mover, including current settings.
C++: protocols::moves::Mover::show(std::ostream &) const –> void
- test_move(self: pyrosetta.rosetta.protocols.moves.Mover, pose: pyrosetta.rosetta.core.pose.Pose) None ¶
- : Unit test support function. Apply one move to a given pose.
Allows extra test specific functions to be called before applying
C++: protocols::moves::Mover::test_move(class core::pose::Pose &) –> void
- type(*args, **kwargs)¶
Overloaded function.
type(self: pyrosetta.rosetta.protocols.moves.Mover, type_in: str) -> None
Set the ‘type’ string
C++: protocols::moves::Mover::type(const std::string &) –> void
type(self: pyrosetta.rosetta.protocols.moves.Mover) -> str
Get the set ‘type’ string
C++: protocols::moves::Mover::type() const –> const std::string &
- class pyrosetta.rosetta.protocols.legacy_sewing.LegacyGreedyAssemblyMoverCreator¶
Bases:
MoverCreator
- assign(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyGreedyAssemblyMoverCreator, : pyrosetta.rosetta.protocols.legacy_sewing.LegacyGreedyAssemblyMoverCreator) pyrosetta.rosetta.protocols.legacy_sewing.LegacyGreedyAssemblyMoverCreator ¶
C++: protocols::legacy_sewing::LegacyGreedyAssemblyMoverCreator::operator=(const class protocols::legacy_sewing::LegacyGreedyAssemblyMoverCreator &) –> class protocols::legacy_sewing::LegacyGreedyAssemblyMoverCreator &
- create_mover(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyGreedyAssemblyMoverCreator) pyrosetta.rosetta.protocols.moves.Mover ¶
C++: protocols::legacy_sewing::LegacyGreedyAssemblyMoverCreator::create_mover() const –> class std::shared_ptr<class protocols::moves::Mover>
- keyname(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyGreedyAssemblyMoverCreator) str ¶
C++: protocols::legacy_sewing::LegacyGreedyAssemblyMoverCreator::keyname() const –> std::string
- class pyrosetta.rosetta.protocols.legacy_sewing.LegacyMonteCarloAssemblyMover¶
Bases:
LegacyAssemblyMover
- add_starting_model(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, assembly: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) None ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::add_starting_model(class std::shared_ptr<class protocols::legacy_sewing::Assembly>) const –> void
- append_movie_frame(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, assembly: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, cycle: int) None ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::append_movie_frame(class std::shared_ptr<class protocols::legacy_sewing::Assembly>, unsigned long) const –> void
- apply(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, pose: pyrosetta.rosetta.core.pose.Pose) None ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::apply(class core::pose::Pose &) –> void
- assign(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyMonteCarloAssemblyMover, : pyrosetta.rosetta.protocols.legacy_sewing.LegacyMonteCarloAssemblyMover) pyrosetta.rosetta.protocols.legacy_sewing.LegacyMonteCarloAssemblyMover ¶
C++: protocols::legacy_sewing::LegacyMonteCarloAssemblyMover::operator=(const class protocols::legacy_sewing::LegacyMonteCarloAssemblyMover &) –> class protocols::legacy_sewing::LegacyMonteCarloAssemblyMover &
- clear_info(self: pyrosetta.rosetta.protocols.moves.Mover) None ¶
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.
clear_info is called by jd2 before calling apply
C++: protocols::moves::Mover::clear_info() –> void
- clone(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyMonteCarloAssemblyMover) pyrosetta.rosetta.protocols.moves.Mover ¶
C++: protocols::legacy_sewing::LegacyMonteCarloAssemblyMover::clone() const –> class std::shared_ptr<class protocols::moves::Mover>
- create(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.protocols.moves.Mover ¶
C++: protocols::moves::Mover::create() –> class std::shared_ptr<class protocols::moves::Mover>
- static define_assembly_mover_ct_gen(xsd: utility::tag::XMLSchemaDefinition) utility::tag::XMLSchemaComplexTypeGenerator ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::define_assembly_mover_ct_gen(class utility::tag::XMLSchemaDefinition &) –> class std::shared_ptr<class utility::tag::XMLSchemaComplexTypeGenerator>
- static define_mc_assembly_mover_ct_gen(xsd: utility::tag::XMLSchemaDefinition) utility::tag::XMLSchemaComplexTypeGenerator ¶
C++: protocols::legacy_sewing::LegacyMonteCarloAssemblyMover::define_mc_assembly_mover_ct_gen(class utility::tag::XMLSchemaDefinition &) –> class std::shared_ptr<class utility::tag::XMLSchemaComplexTypeGenerator>
- follow_random_edge_from_node(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, assembly: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, reference_node: protocols::legacy_sewing::ModelNode) bool ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::follow_random_edge_from_node(class std::shared_ptr<class protocols::legacy_sewing::Assembly>, const class protocols::legacy_sewing::ModelNode *) const –> bool
- fresh_instance(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyMonteCarloAssemblyMover) pyrosetta.rosetta.protocols.moves.Mover ¶
C++: protocols::legacy_sewing::LegacyMonteCarloAssemblyMover::fresh_instance() const –> class std::shared_ptr<class protocols::moves::Mover>
- generate_assembly(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyMonteCarloAssemblyMover) pyrosetta.rosetta.protocols.legacy_sewing.Assembly ¶
C++: protocols::legacy_sewing::LegacyMonteCarloAssemblyMover::generate_assembly() –> class std::shared_ptr<class protocols::legacy_sewing::Assembly>
- get_additional_output(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.core.pose.Pose ¶
fpd
Mechanism by which a mover may return multiple output poses from a single input pose.
Supported in JD2. Will attempt to grab additional poses until a nullptr is returned.
C++: protocols::moves::Mover::get_additional_output() –> class std::shared_ptr<class core::pose::Pose>
- get_centroid_pose(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, assembly: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) pyrosetta.rosetta.core.pose.Pose ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::get_centroid_pose(class std::shared_ptr<class protocols::legacy_sewing::Assembly>) const –> class core::pose::Pose
- get_current_job(self: pyrosetta.rosetta.protocols.moves.Mover) protocols::jobdist::BasicJob ¶
C++: protocols::moves::Mover::get_current_job() const –> class std::shared_ptr<const class protocols::jobdist::BasicJob>
- get_current_tag(self: pyrosetta.rosetta.protocols.moves.Mover) str ¶
- 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.
C++: protocols::moves::Mover::get_current_tag() const –> std::string
- get_fullatom_pose(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, assembly: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) pyrosetta.rosetta.core.pose.Pose ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::get_fullatom_pose(class std::shared_ptr<class protocols::legacy_sewing::Assembly>) const –> class core::pose::Pose
- get_input_pose(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.core.pose.Pose ¶
C++: protocols::moves::Mover::get_input_pose() const –> class std::shared_ptr<const class core::pose::Pose>
- get_last_move_status(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.protocols.moves.MoverStatus ¶
returns status after an apply(). The job distributor (august 08 vintage) will check this function to see if your protocol wants to filter its results - if your protocol wants to say “that run was no good, skip it” then use the protected last_move_status(MoverStatus) to change the value that this function will return.
C++: protocols::moves::Mover::get_last_move_status() const –> enum protocols::moves::MoverStatus
- get_name(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyMonteCarloAssemblyMover) str ¶
C++: protocols::legacy_sewing::LegacyMonteCarloAssemblyMover::get_name() const –> std::string
- get_native_pose(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.core.pose.Pose ¶
C++: protocols::moves::Mover::get_native_pose() const –> class std::shared_ptr<const class core::pose::Pose>
- get_self_ptr(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.protocols.moves.Mover ¶
C++: protocols::moves::Mover::get_self_ptr() –> class std::shared_ptr<class protocols::moves::Mover>
- get_self_weak_ptr(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.std.weak_ptr_protocols_moves_Mover_t ¶
C++: protocols::moves::Mover::get_self_weak_ptr() –> class std::weak_ptr<class protocols::moves::Mover>
- get_type(self: pyrosetta.rosetta.protocols.moves.Mover) str ¶
C++: protocols::moves::Mover::get_type() const –> std::string
- info(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.std.list_std_string_t ¶
non-const accessor
C++: protocols::moves::Mover::info() –> class std::list<std::string, class std::allocator<std::string > > &
- last_proposal_density_ratio(self: pyrosetta.rosetta.protocols.moves.Mover) float ¶
C++: protocols::moves::Mover::last_proposal_density_ratio() –> double
- static legacy_assembly_mover_ct_namer(: str) str ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::legacy_assembly_mover_ct_namer(const std::string &) –> std::string
- static mover_name() str ¶
C++: protocols::legacy_sewing::LegacyMonteCarloAssemblyMover::mover_name() –> std::string
- static name() str ¶
C++: protocols::moves::Mover::name() –> std::string
- output_stats(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, assembly: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, pose: pyrosetta.rosetta.core.pose.Pose, indicator_whether_from_LegacyMonteCarloAssemblyMover_or_LegacyExhaustiveAssemblyMover: str) None ¶
add several outputs to the score file Pose can’t be const due to scoring.
C++: protocols::legacy_sewing::LegacyAssemblyMover::output_stats(const class std::shared_ptr<class protocols::legacy_sewing::Assembly> &, class core::pose::Pose &, std::string) –> void
- parse_global_requirements(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, tag: pyrosetta.rosetta.utility.tag.Tag, data: pyrosetta.rosetta.basic.datacache.DataMap) None ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::parse_global_requirements(class std::shared_ptr<const class utility::tag::Tag>, class basic::datacache::DataMap &) –> void
- parse_intra_segment_requirements(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, tag: pyrosetta.rosetta.utility.tag.Tag, data: pyrosetta.rosetta.basic.datacache.DataMap) None ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::parse_intra_segment_requirements(class std::shared_ptr<const class utility::tag::Tag>, class basic::datacache::DataMap &) –> void
- parse_my_tag(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyMonteCarloAssemblyMover, tag: pyrosetta.rosetta.utility.tag.Tag, data: pyrosetta.rosetta.basic.datacache.DataMap) None ¶
C++: protocols::legacy_sewing::LegacyMonteCarloAssemblyMover::parse_my_tag(class std::shared_ptr<const class utility::tag::Tag>, class basic::datacache::DataMap &) –> void
- parse_requirements(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, tag: pyrosetta.rosetta.utility.tag.Tag, data: pyrosetta.rosetta.basic.datacache.DataMap) None ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::parse_requirements(class std::shared_ptr<const class utility::tag::Tag>, class basic::datacache::DataMap &) –> void
- provide_citation_info(self: pyrosetta.rosetta.protocols.moves.Mover, : pyrosetta.rosetta.basic.citation_manager.CitationCollectionList) None ¶
- Provide citations to the passed CitationCollectionList
Subclasses should add the info for themselves and any other classes they use.
The default implementation of this function does nothing. It may be overriden by movers wishing to provide citation information.
C++: protocols::moves::Mover::provide_citation_info(class basic::citation_manager::CitationCollectionList &) const –> void
- static provide_xml_schema(xsd: utility::tag::XMLSchemaDefinition) None ¶
C++: protocols::legacy_sewing::LegacyMonteCarloAssemblyMover::provide_xml_schema(class utility::tag::XMLSchemaDefinition &) –> void
- refine_assembly(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, assembly: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) pyrosetta.rosetta.core.pose.Pose ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::refine_assembly(class std::shared_ptr<class protocols::legacy_sewing::Assembly> &) –> class core::pose::Pose
- static register_options() None ¶
Overload this static method if you access options within the mover.
These options will end up in -help of your application if users of this mover call register_options. Do this recursively! If you use movers within your mover, call their register_options in your register_options() method.
C++: protocols::moves::Mover::register_options() –> void
- reinitialize_for_each_job(self: pyrosetta.rosetta.protocols.moves.Mover) bool ¶
- Inform the Job Distributor (August ‘08 vintage) whether this object needs to be freshly regenerated on
each use.
C++: protocols::moves::Mover::reinitialize_for_each_job() const –> bool
- reinitialize_for_new_input(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover) bool ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::reinitialize_for_new_input() const –> bool
- reset_status(self: pyrosetta.rosetta.protocols.moves.Mover) None ¶
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.
C++: protocols::moves::Mover::reset_status() –> void
- set_current_job(self: pyrosetta.rosetta.protocols.moves.Mover, job: protocols::jobdist::BasicJob) None ¶
C++: protocols::moves::Mover::set_current_job(class std::shared_ptr<const class protocols::jobdist::BasicJob>) –> void
- set_current_tag(self: pyrosetta.rosetta.protocols.moves.Mover, new_tag: str) None ¶
C++: protocols::moves::Mover::set_current_tag(const std::string &) –> void
- set_input_pose(self: pyrosetta.rosetta.protocols.moves.Mover, pose: pyrosetta.rosetta.core.pose.Pose) None ¶
setter for poses contained for rms
C++: protocols::moves::Mover::set_input_pose(class std::shared_ptr<const class core::pose::Pose>) –> void
- set_native_pose(self: pyrosetta.rosetta.protocols.moves.Mover, pose: pyrosetta.rosetta.core.pose.Pose) None ¶
setter for native poses contained for rms —- we should get rid of this method? it is widely used, but a bit unsafe
C++: protocols::moves::Mover::set_native_pose(class std::shared_ptr<const class core::pose::Pose>) –> void
- set_type(self: pyrosetta.rosetta.protocols.moves.Mover, setting: str) None ¶
Set the ‘type’ string
C++: protocols::moves::Mover::set_type(const std::string &) –> void
- show(*args, **kwargs)¶
Overloaded function.
show(self: pyrosetta.rosetta.protocols.moves.Mover) -> None
show(self: pyrosetta.rosetta.protocols.moves.Mover, output: pyrosetta.rosetta.std.ostream) -> None
Outputs details about the Mover, including current settings.
C++: protocols::moves::Mover::show(std::ostream &) const –> void
- test_move(self: pyrosetta.rosetta.protocols.moves.Mover, pose: pyrosetta.rosetta.core.pose.Pose) None ¶
- : Unit test support function. Apply one move to a given pose.
Allows extra test specific functions to be called before applying
C++: protocols::moves::Mover::test_move(class core::pose::Pose &) –> void
- type(*args, **kwargs)¶
Overloaded function.
type(self: pyrosetta.rosetta.protocols.moves.Mover, type_in: str) -> None
Set the ‘type’ string
C++: protocols::moves::Mover::type(const std::string &) –> void
type(self: pyrosetta.rosetta.protocols.moves.Mover) -> str
Get the set ‘type’ string
C++: protocols::moves::Mover::type() const –> const std::string &
- class pyrosetta.rosetta.protocols.legacy_sewing.LegacyMonteCarloAssemblyMoverCreator¶
Bases:
MoverCreator
- assign(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyMonteCarloAssemblyMoverCreator, : pyrosetta.rosetta.protocols.legacy_sewing.LegacyMonteCarloAssemblyMoverCreator) pyrosetta.rosetta.protocols.legacy_sewing.LegacyMonteCarloAssemblyMoverCreator ¶
C++: protocols::legacy_sewing::LegacyMonteCarloAssemblyMoverCreator::operator=(const class protocols::legacy_sewing::LegacyMonteCarloAssemblyMoverCreator &) –> class protocols::legacy_sewing::LegacyMonteCarloAssemblyMoverCreator &
- create_mover(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyMonteCarloAssemblyMoverCreator) pyrosetta.rosetta.protocols.moves.Mover ¶
C++: protocols::legacy_sewing::LegacyMonteCarloAssemblyMoverCreator::create_mover() const –> class std::shared_ptr<class protocols::moves::Mover>
- keyname(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyMonteCarloAssemblyMoverCreator) str ¶
C++: protocols::legacy_sewing::LegacyMonteCarloAssemblyMoverCreator::keyname() const –> std::string
- class pyrosetta.rosetta.protocols.legacy_sewing.LegacyReadNativeRotamersFile¶
Bases:
TaskOperation
///////////LegacyReadNativeRotamersFile/////////////////
- apply(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyReadNativeRotamersFile, : pyrosetta.rosetta.core.pose.Pose, : pyrosetta.rosetta.core.pack.task.PackerTask) None ¶
C++: protocols::legacy_sewing::LegacyReadNativeRotamersFile::apply(const class core::pose::Pose &, class core::pack::task::PackerTask &) const –> void
- assign(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyReadNativeRotamersFile, : pyrosetta.rosetta.protocols.legacy_sewing.LegacyReadNativeRotamersFile) pyrosetta.rosetta.protocols.legacy_sewing.LegacyReadNativeRotamersFile ¶
C++: protocols::legacy_sewing::LegacyReadNativeRotamersFile::operator=(const class protocols::legacy_sewing::LegacyReadNativeRotamersFile &) –> class protocols::legacy_sewing::LegacyReadNativeRotamersFile &
- clone(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyReadNativeRotamersFile) pyrosetta.rosetta.core.pack.task.operation.TaskOperation ¶
C++: protocols::legacy_sewing::LegacyReadNativeRotamersFile::clone() const –> class std::shared_ptr<class core::pack::task::operation::TaskOperation>
- static keyname() str ¶
C++: protocols::legacy_sewing::LegacyReadNativeRotamersFile::keyname() –> std::string
- native_rotamers_map(*args, **kwargs)¶
Overloaded function.
native_rotamers_map(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyReadNativeRotamersFile, nat_ro_map: pyrosetta.rosetta.std.map_unsigned_long_utility_vector1_std_pair_bool_std_shared_ptr_core_conformation_Residue_std_allocator_std_pair_bool_std_shared_ptr_core_conformation_Residue_t_std_allocator_std_pair_const_unsigned_long_utility_vector1_std_pair_bool_std_shared_ptr_core_conformation_Residue_std_allocator_std_pair_bool_std_shared_ptr_core_conformation_Residue_t) -> None
C++: protocols::legacy_sewing::LegacyReadNativeRotamersFile::native_rotamers_map(const class std::map<unsigned long, class utility::vector1<struct std::pair<bool, class std::shared_ptr<class core::conformation::Residue> >, class std::allocator<struct std::pair<bool, class std::shared_ptr<class core::conformation::Residue> > > >, struct std::less<unsigned long>, class std::allocator<struct std::pair<const unsigned long, class utility::vector1<struct std::pair<bool, class std::shared_ptr<class core::conformation::Residue> >, class std::allocator<struct std::pair<bool, class std::shared_ptr<class core::conformation::Residue> > > > > > > &) –> void
native_rotamers_map(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyReadNativeRotamersFile) -> pyrosetta.rosetta.std.map_unsigned_long_utility_vector1_std_pair_bool_std_shared_ptr_core_conformation_Residue_std_allocator_std_pair_bool_std_shared_ptr_core_conformation_Residue_t_std_allocator_std_pair_const_unsigned_long_utility_vector1_std_pair_bool_std_shared_ptr_core_conformation_Residue_std_allocator_std_pair_bool_std_shared_ptr_core_conformation_Residue_t
C++: protocols::legacy_sewing::LegacyReadNativeRotamersFile::native_rotamers_map() const –> const class std::map<unsigned long, class utility::vector1<struct std::pair<bool, class std::shared_ptr<class core::conformation::Residue> >, class std::allocator<struct std::pair<bool, class std::shared_ptr<class core::conformation::Residue> > > >, struct std::less<unsigned long>, class std::allocator<struct std::pair<const unsigned long, class utility::vector1<struct std::pair<bool, class std::shared_ptr<class core::conformation::Residue> >, class std::allocator<struct std::pair<bool, class std::shared_ptr<class core::conformation::Residue> > > > > > > &
- parse_tag(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyReadNativeRotamersFile, : pyrosetta.rosetta.utility.tag.Tag, : pyrosetta.rosetta.basic.datacache.DataMap) None ¶
C++: protocols::legacy_sewing::LegacyReadNativeRotamersFile::parse_tag(class std::shared_ptr<const class utility::tag::Tag>, class basic::datacache::DataMap &) –> void
- provide_citation_info(self: pyrosetta.rosetta.core.pack.task.operation.TaskOperation, : pyrosetta.rosetta.basic.citation_manager.CitationCollectionList) None ¶
- Provide citations to the passed CitationCollectionList
Subclasses should add the info for themselves and any other classes they use.
The default implementation of this function does nothing. It may be overriden by task operations wishing to provide citation information.
C++: core::pack::task::operation::TaskOperation::provide_citation_info(class basic::citation_manager::CitationCollectionList &) const –> void
- class pyrosetta.rosetta.protocols.legacy_sewing.LegacyReadNativeRotamersFileCreator¶
Bases:
TaskOperationCreator
- assign(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyReadNativeRotamersFileCreator, : pyrosetta.rosetta.protocols.legacy_sewing.LegacyReadNativeRotamersFileCreator) pyrosetta.rosetta.protocols.legacy_sewing.LegacyReadNativeRotamersFileCreator ¶
C++: protocols::legacy_sewing::LegacyReadNativeRotamersFileCreator::operator=(const class protocols::legacy_sewing::LegacyReadNativeRotamersFileCreator &) –> class protocols::legacy_sewing::LegacyReadNativeRotamersFileCreator &
- create_task_operation(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyReadNativeRotamersFileCreator) pyrosetta.rosetta.core.pack.task.operation.TaskOperation ¶
C++: protocols::legacy_sewing::LegacyReadNativeRotamersFileCreator::create_task_operation() const –> class std::shared_ptr<class core::pack::task::operation::TaskOperation>
- keyname(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyReadNativeRotamersFileCreator) str ¶
C++: protocols::legacy_sewing::LegacyReadNativeRotamersFileCreator::keyname() const –> std::string
- provide_xml_schema(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyReadNativeRotamersFileCreator, xsd: utility::tag::XMLSchemaDefinition) None ¶
C++: protocols::legacy_sewing::LegacyReadNativeRotamersFileCreator::provide_xml_schema(class utility::tag::XMLSchemaDefinition &) const –> void
- skip_citation_info_in_schema(self: pyrosetta.rosetta.core.pack.task.operation.TaskOperationCreator) bool ¶
Indicate whether we skip adding citation information to the XML schema.
False for any real task operation. True only for dummy task operations created for unit tests.
C++: core::pack::task::operation::TaskOperationCreator::skip_citation_info_in_schema() const –> bool
- class pyrosetta.rosetta.protocols.legacy_sewing.LegacyReadRepeatNativeRotamersFile¶
Bases:
LegacyReadNativeRotamersFile
///////////LegacyReadRepeatNativeRotamersFile/////////////////
- apply(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyReadRepeatNativeRotamersFile, : pyrosetta.rosetta.core.pose.Pose, : pyrosetta.rosetta.core.pack.task.PackerTask) None ¶
C++: protocols::legacy_sewing::LegacyReadRepeatNativeRotamersFile::apply(const class core::pose::Pose &, class core::pack::task::PackerTask &) const –> void
- assign(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyReadRepeatNativeRotamersFile, : pyrosetta.rosetta.protocols.legacy_sewing.LegacyReadRepeatNativeRotamersFile) pyrosetta.rosetta.protocols.legacy_sewing.LegacyReadRepeatNativeRotamersFile ¶
C++: protocols::legacy_sewing::LegacyReadRepeatNativeRotamersFile::operator=(const class protocols::legacy_sewing::LegacyReadRepeatNativeRotamersFile &) –> class protocols::legacy_sewing::LegacyReadRepeatNativeRotamersFile &
- clone(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyReadRepeatNativeRotamersFile) pyrosetta.rosetta.core.pack.task.operation.TaskOperation ¶
C++: protocols::legacy_sewing::LegacyReadRepeatNativeRotamersFile::clone() const –> class std::shared_ptr<class core::pack::task::operation::TaskOperation>
- static keyname() str ¶
C++: protocols::legacy_sewing::LegacyReadRepeatNativeRotamersFile::keyname() –> std::string
- native_rotamers_map(*args, **kwargs)¶
Overloaded function.
native_rotamers_map(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyReadNativeRotamersFile, nat_ro_map: pyrosetta.rosetta.std.map_unsigned_long_utility_vector1_std_pair_bool_std_shared_ptr_core_conformation_Residue_std_allocator_std_pair_bool_std_shared_ptr_core_conformation_Residue_t_std_allocator_std_pair_const_unsigned_long_utility_vector1_std_pair_bool_std_shared_ptr_core_conformation_Residue_std_allocator_std_pair_bool_std_shared_ptr_core_conformation_Residue_t) -> None
C++: protocols::legacy_sewing::LegacyReadNativeRotamersFile::native_rotamers_map(const class std::map<unsigned long, class utility::vector1<struct std::pair<bool, class std::shared_ptr<class core::conformation::Residue> >, class std::allocator<struct std::pair<bool, class std::shared_ptr<class core::conformation::Residue> > > >, struct std::less<unsigned long>, class std::allocator<struct std::pair<const unsigned long, class utility::vector1<struct std::pair<bool, class std::shared_ptr<class core::conformation::Residue> >, class std::allocator<struct std::pair<bool, class std::shared_ptr<class core::conformation::Residue> > > > > > > &) –> void
native_rotamers_map(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyReadNativeRotamersFile) -> pyrosetta.rosetta.std.map_unsigned_long_utility_vector1_std_pair_bool_std_shared_ptr_core_conformation_Residue_std_allocator_std_pair_bool_std_shared_ptr_core_conformation_Residue_t_std_allocator_std_pair_const_unsigned_long_utility_vector1_std_pair_bool_std_shared_ptr_core_conformation_Residue_std_allocator_std_pair_bool_std_shared_ptr_core_conformation_Residue_t
C++: protocols::legacy_sewing::LegacyReadNativeRotamersFile::native_rotamers_map() const –> const class std::map<unsigned long, class utility::vector1<struct std::pair<bool, class std::shared_ptr<class core::conformation::Residue> >, class std::allocator<struct std::pair<bool, class std::shared_ptr<class core::conformation::Residue> > > >, struct std::less<unsigned long>, class std::allocator<struct std::pair<const unsigned long, class utility::vector1<struct std::pair<bool, class std::shared_ptr<class core::conformation::Residue> >, class std::allocator<struct std::pair<bool, class std::shared_ptr<class core::conformation::Residue> > > > > > > &
- property parent¶
- parse_tag(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyReadNativeRotamersFile, : pyrosetta.rosetta.utility.tag.Tag, : pyrosetta.rosetta.basic.datacache.DataMap) None ¶
C++: protocols::legacy_sewing::LegacyReadNativeRotamersFile::parse_tag(class std::shared_ptr<const class utility::tag::Tag>, class basic::datacache::DataMap &) –> void
- provide_citation_info(self: pyrosetta.rosetta.core.pack.task.operation.TaskOperation, : pyrosetta.rosetta.basic.citation_manager.CitationCollectionList) None ¶
- Provide citations to the passed CitationCollectionList
Subclasses should add the info for themselves and any other classes they use.
The default implementation of this function does nothing. It may be overriden by task operations wishing to provide citation information.
C++: core::pack::task::operation::TaskOperation::provide_citation_info(class basic::citation_manager::CitationCollectionList &) const –> void
- class pyrosetta.rosetta.protocols.legacy_sewing.LegacyReadRepeatNativeRotamersFileCreator¶
Bases:
TaskOperationCreator
- assign(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyReadRepeatNativeRotamersFileCreator, : pyrosetta.rosetta.protocols.legacy_sewing.LegacyReadRepeatNativeRotamersFileCreator) pyrosetta.rosetta.protocols.legacy_sewing.LegacyReadRepeatNativeRotamersFileCreator ¶
C++: protocols::legacy_sewing::LegacyReadRepeatNativeRotamersFileCreator::operator=(const class protocols::legacy_sewing::LegacyReadRepeatNativeRotamersFileCreator &) –> class protocols::legacy_sewing::LegacyReadRepeatNativeRotamersFileCreator &
- create_task_operation(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyReadRepeatNativeRotamersFileCreator) pyrosetta.rosetta.core.pack.task.operation.TaskOperation ¶
C++: protocols::legacy_sewing::LegacyReadRepeatNativeRotamersFileCreator::create_task_operation() const –> class std::shared_ptr<class core::pack::task::operation::TaskOperation>
- keyname(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyReadRepeatNativeRotamersFileCreator) str ¶
C++: protocols::legacy_sewing::LegacyReadRepeatNativeRotamersFileCreator::keyname() const –> std::string
- provide_xml_schema(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyReadRepeatNativeRotamersFileCreator, xsd: utility::tag::XMLSchemaDefinition) None ¶
C++: protocols::legacy_sewing::LegacyReadRepeatNativeRotamersFileCreator::provide_xml_schema(class utility::tag::XMLSchemaDefinition &) const –> void
- skip_citation_info_in_schema(self: pyrosetta.rosetta.core.pack.task.operation.TaskOperationCreator) bool ¶
Indicate whether we skip adding citation information to the XML schema.
False for any real task operation. True only for dummy task operations created for unit tests.
C++: core::pack::task::operation::TaskOperationCreator::skip_citation_info_in_schema() const –> bool
- class pyrosetta.rosetta.protocols.legacy_sewing.LegacyRepeatAssemblyMover¶
Bases:
LegacyAssemblyMover
- add_repeats(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyRepeatAssemblyMover, assembly: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) None ¶
C++: protocols::legacy_sewing::LegacyRepeatAssemblyMover::add_repeats(class std::shared_ptr<class protocols::legacy_sewing::Assembly>) const –> void
- add_starting_model(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, assembly: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) None ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::add_starting_model(class std::shared_ptr<class protocols::legacy_sewing::Assembly>) const –> void
- append_movie_frame(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, assembly: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, cycle: int) None ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::append_movie_frame(class std::shared_ptr<class protocols::legacy_sewing::Assembly>, unsigned long) const –> void
- apply(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, pose: pyrosetta.rosetta.core.pose.Pose) None ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::apply(class core::pose::Pose &) –> void
- assign(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyRepeatAssemblyMover, : pyrosetta.rosetta.protocols.legacy_sewing.LegacyRepeatAssemblyMover) pyrosetta.rosetta.protocols.legacy_sewing.LegacyRepeatAssemblyMover ¶
C++: protocols::legacy_sewing::LegacyRepeatAssemblyMover::operator=(const class protocols::legacy_sewing::LegacyRepeatAssemblyMover &) –> class protocols::legacy_sewing::LegacyRepeatAssemblyMover &
- clear_info(self: pyrosetta.rosetta.protocols.moves.Mover) None ¶
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.
clear_info is called by jd2 before calling apply
C++: protocols::moves::Mover::clear_info() –> void
- clone(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyRepeatAssemblyMover) pyrosetta.rosetta.protocols.moves.Mover ¶
C++: protocols::legacy_sewing::LegacyRepeatAssemblyMover::clone() const –> class std::shared_ptr<class protocols::moves::Mover>
- create(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.protocols.moves.Mover ¶
C++: protocols::moves::Mover::create() –> class std::shared_ptr<class protocols::moves::Mover>
- static define_assembly_mover_ct_gen(xsd: utility::tag::XMLSchemaDefinition) utility::tag::XMLSchemaComplexTypeGenerator ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::define_assembly_mover_ct_gen(class utility::tag::XMLSchemaDefinition &) –> class std::shared_ptr<class utility::tag::XMLSchemaComplexTypeGenerator>
- dfs_cycle_finder(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyRepeatAssemblyMover, reference_node: protocols::legacy_sewing::ModelNode, visited_nodes: pyrosetta.rosetta.utility.vector1_const_protocols_legacy_sewing_ModelNode_*, assembly: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) Tuple[bool, pyrosetta.rosetta.protocols.legacy_sewing.Assembly] ¶
C++: protocols::legacy_sewing::LegacyRepeatAssemblyMover::dfs_cycle_finder(const class protocols::legacy_sewing::ModelNode *, class utility::vector1<const class protocols::legacy_sewing::ModelNode *, class std::allocator<const class protocols::legacy_sewing::ModelNode *> >, class std::shared_ptr<class protocols::legacy_sewing::Assembly>) const –> struct std::pair<bool, class std::shared_ptr<class protocols::legacy_sewing::Assembly> >
- follow_random_edge_from_node(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, assembly: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, reference_node: protocols::legacy_sewing::ModelNode) bool ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::follow_random_edge_from_node(class std::shared_ptr<class protocols::legacy_sewing::Assembly>, const class protocols::legacy_sewing::ModelNode *) const –> bool
- fresh_instance(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyRepeatAssemblyMover) pyrosetta.rosetta.protocols.moves.Mover ¶
C++: protocols::legacy_sewing::LegacyRepeatAssemblyMover::fresh_instance() const –> class std::shared_ptr<class protocols::moves::Mover>
- generate_assembly(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyRepeatAssemblyMover) pyrosetta.rosetta.protocols.legacy_sewing.Assembly ¶
C++: protocols::legacy_sewing::LegacyRepeatAssemblyMover::generate_assembly() –> class std::shared_ptr<class protocols::legacy_sewing::Assembly>
- get_additional_output(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.core.pose.Pose ¶
fpd
Mechanism by which a mover may return multiple output poses from a single input pose.
Supported in JD2. Will attempt to grab additional poses until a nullptr is returned.
C++: protocols::moves::Mover::get_additional_output() –> class std::shared_ptr<class core::pose::Pose>
- get_centroid_pose(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, assembly: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) pyrosetta.rosetta.core.pose.Pose ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::get_centroid_pose(class std::shared_ptr<class protocols::legacy_sewing::Assembly>) const –> class core::pose::Pose
- get_current_job(self: pyrosetta.rosetta.protocols.moves.Mover) protocols::jobdist::BasicJob ¶
C++: protocols::moves::Mover::get_current_job() const –> class std::shared_ptr<const class protocols::jobdist::BasicJob>
- get_current_tag(self: pyrosetta.rosetta.protocols.moves.Mover) str ¶
- 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.
C++: protocols::moves::Mover::get_current_tag() const –> std::string
- get_fullatom_pose(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, assembly: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) pyrosetta.rosetta.core.pose.Pose ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::get_fullatom_pose(class std::shared_ptr<class protocols::legacy_sewing::Assembly>) const –> class core::pose::Pose
- get_input_pose(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.core.pose.Pose ¶
C++: protocols::moves::Mover::get_input_pose() const –> class std::shared_ptr<const class core::pose::Pose>
- get_last_move_status(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.protocols.moves.MoverStatus ¶
returns status after an apply(). The job distributor (august 08 vintage) will check this function to see if your protocol wants to filter its results - if your protocol wants to say “that run was no good, skip it” then use the protected last_move_status(MoverStatus) to change the value that this function will return.
C++: protocols::moves::Mover::get_last_move_status() const –> enum protocols::moves::MoverStatus
- get_name(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyRepeatAssemblyMover) str ¶
C++: protocols::legacy_sewing::LegacyRepeatAssemblyMover::get_name() const –> std::string
- get_native_pose(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.core.pose.Pose ¶
C++: protocols::moves::Mover::get_native_pose() const –> class std::shared_ptr<const class core::pose::Pose>
- get_segment_coords(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyRepeatAssemblyMover, segment: pyrosetta.rosetta.protocols.legacy_sewing.SewSegment) pyrosetta.rosetta.utility.vector1_numeric_xyzVector_double_t ¶
C++: protocols::legacy_sewing::LegacyRepeatAssemblyMover::get_segment_coords(const struct protocols::legacy_sewing::SewSegment &) const –> class utility::vector1<class numeric::xyzVector<double>, class std::allocator<class numeric::xyzVector<double> > >
- get_self_ptr(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.protocols.moves.Mover ¶
C++: protocols::moves::Mover::get_self_ptr() –> class std::shared_ptr<class protocols::moves::Mover>
- get_self_weak_ptr(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.std.weak_ptr_protocols_moves_Mover_t ¶
C++: protocols::moves::Mover::get_self_weak_ptr() –> class std::weak_ptr<class protocols::moves::Mover>
- get_type(self: pyrosetta.rosetta.protocols.moves.Mover) str ¶
C++: protocols::moves::Mover::get_type() const –> std::string
- info(self: pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.std.list_std_string_t ¶
non-const accessor
C++: protocols::moves::Mover::info() –> class std::list<std::string, class std::allocator<std::string > > &
- last_proposal_density_ratio(self: pyrosetta.rosetta.protocols.moves.Mover) float ¶
C++: protocols::moves::Mover::last_proposal_density_ratio() –> double
- static legacy_assembly_mover_ct_namer(: str) str ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::legacy_assembly_mover_ct_namer(const std::string &) –> std::string
- static mover_name() str ¶
C++: protocols::legacy_sewing::LegacyRepeatAssemblyMover::mover_name() –> std::string
- static name() str ¶
C++: protocols::moves::Mover::name() –> std::string
- output_base_stats(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyRepeatAssemblyMover, assembly: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) None ¶
adds single repeat unit data to score file
C++: protocols::legacy_sewing::LegacyRepeatAssemblyMover::output_base_stats(const class std::shared_ptr<class protocols::legacy_sewing::Assembly> &) –> void
- output_stats(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, assembly: pyrosetta.rosetta.protocols.legacy_sewing.Assembly, pose: pyrosetta.rosetta.core.pose.Pose, indicator_whether_from_LegacyMonteCarloAssemblyMover_or_LegacyExhaustiveAssemblyMover: str) None ¶
add several outputs to the score file Pose can’t be const due to scoring.
C++: protocols::legacy_sewing::LegacyAssemblyMover::output_stats(const class std::shared_ptr<class protocols::legacy_sewing::Assembly> &, class core::pose::Pose &, std::string) –> void
- parse_global_requirements(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, tag: pyrosetta.rosetta.utility.tag.Tag, data: pyrosetta.rosetta.basic.datacache.DataMap) None ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::parse_global_requirements(class std::shared_ptr<const class utility::tag::Tag>, class basic::datacache::DataMap &) –> void
- parse_intra_segment_requirements(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, tag: pyrosetta.rosetta.utility.tag.Tag, data: pyrosetta.rosetta.basic.datacache.DataMap) None ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::parse_intra_segment_requirements(class std::shared_ptr<const class utility::tag::Tag>, class basic::datacache::DataMap &) –> void
- parse_my_tag(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyRepeatAssemblyMover, tag: pyrosetta.rosetta.utility.tag.Tag, data: pyrosetta.rosetta.basic.datacache.DataMap) None ¶
C++: protocols::legacy_sewing::LegacyRepeatAssemblyMover::parse_my_tag(class std::shared_ptr<const class utility::tag::Tag>, class basic::datacache::DataMap &) –> void
- parse_requirements(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover, tag: pyrosetta.rosetta.utility.tag.Tag, data: pyrosetta.rosetta.basic.datacache.DataMap) None ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::parse_requirements(class std::shared_ptr<const class utility::tag::Tag>, class basic::datacache::DataMap &) –> void
- provide_citation_info(self: pyrosetta.rosetta.protocols.moves.Mover, : pyrosetta.rosetta.basic.citation_manager.CitationCollectionList) None ¶
- Provide citations to the passed CitationCollectionList
Subclasses should add the info for themselves and any other classes they use.
The default implementation of this function does nothing. It may be overriden by movers wishing to provide citation information.
C++: protocols::moves::Mover::provide_citation_info(class basic::citation_manager::CitationCollectionList &) const –> void
- static provide_xml_schema(xsd: utility::tag::XMLSchemaDefinition) None ¶
C++: protocols::legacy_sewing::LegacyRepeatAssemblyMover::provide_xml_schema(class utility::tag::XMLSchemaDefinition &) –> void
- refine_assembly(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyRepeatAssemblyMover, assembly: pyrosetta.rosetta.protocols.legacy_sewing.Assembly) pyrosetta.rosetta.core.pose.Pose ¶
C++: protocols::legacy_sewing::LegacyRepeatAssemblyMover::refine_assembly(class std::shared_ptr<class protocols::legacy_sewing::Assembly> &) –> class core::pose::Pose
- static register_options() None ¶
Overload this static method if you access options within the mover.
These options will end up in -help of your application if users of this mover call register_options. Do this recursively! If you use movers within your mover, call their register_options in your register_options() method.
C++: protocols::moves::Mover::register_options() –> void
- reinitialize_for_each_job(self: pyrosetta.rosetta.protocols.moves.Mover) bool ¶
- Inform the Job Distributor (August ‘08 vintage) whether this object needs to be freshly regenerated on
each use.
C++: protocols::moves::Mover::reinitialize_for_each_job() const –> bool
- reinitialize_for_new_input(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyAssemblyMover) bool ¶
C++: protocols::legacy_sewing::LegacyAssemblyMover::reinitialize_for_new_input() const –> bool
- reset_status(self: pyrosetta.rosetta.protocols.moves.Mover) None ¶
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.
C++: protocols::moves::Mover::reset_status() –> void
- set_current_job(self: pyrosetta.rosetta.protocols.moves.Mover, job: protocols::jobdist::BasicJob) None ¶
C++: protocols::moves::Mover::set_current_job(class std::shared_ptr<const class protocols::jobdist::BasicJob>) –> void
- set_current_tag(self: pyrosetta.rosetta.protocols.moves.Mover, new_tag: str) None ¶
C++: protocols::moves::Mover::set_current_tag(const std::string &) –> void
- set_input_pose(self: pyrosetta.rosetta.protocols.moves.Mover, pose: pyrosetta.rosetta.core.pose.Pose) None ¶
setter for poses contained for rms
C++: protocols::moves::Mover::set_input_pose(class std::shared_ptr<const class core::pose::Pose>) –> void
- set_native_pose(self: pyrosetta.rosetta.protocols.moves.Mover, pose: pyrosetta.rosetta.core.pose.Pose) None ¶
setter for native poses contained for rms —- we should get rid of this method? it is widely used, but a bit unsafe
C++: protocols::moves::Mover::set_native_pose(class std::shared_ptr<const class core::pose::Pose>) –> void
- set_type(self: pyrosetta.rosetta.protocols.moves.Mover, setting: str) None ¶
Set the ‘type’ string
C++: protocols::moves::Mover::set_type(const std::string &) –> void
- show(*args, **kwargs)¶
Overloaded function.
show(self: pyrosetta.rosetta.protocols.moves.Mover) -> None
show(self: pyrosetta.rosetta.protocols.moves.Mover, output: pyrosetta.rosetta.std.ostream) -> None
Outputs details about the Mover, including current settings.
C++: protocols::moves::Mover::show(std::ostream &) const –> void
- test_move(self: pyrosetta.rosetta.protocols.moves.Mover, pose: pyrosetta.rosetta.core.pose.Pose) None ¶
- : Unit test support function. Apply one move to a given pose.
Allows extra test specific functions to be called before applying
C++: protocols::moves::Mover::test_move(class core::pose::Pose &) –> void
- transform_segment_coords(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyRepeatAssemblyMover, segment: pyrosetta.rosetta.protocols.legacy_sewing.SewSegment, transformer: pyrosetta.rosetta.numeric.xyzTransform_double_t, com: pyrosetta.rosetta.numeric.xyzVector_float_t, n_transformations: int) None ¶
C++: protocols::legacy_sewing::LegacyRepeatAssemblyMover::transform_segment_coords(struct protocols::legacy_sewing::SewSegment &, class numeric::xyzTransform<double>, class numeric::xyzVector<float>, unsigned long) const –> void
- type(*args, **kwargs)¶
Overloaded function.
type(self: pyrosetta.rosetta.protocols.moves.Mover, type_in: str) -> None
Set the ‘type’ string
C++: protocols::moves::Mover::type(const std::string &) –> void
type(self: pyrosetta.rosetta.protocols.moves.Mover) -> str
Get the set ‘type’ string
C++: protocols::moves::Mover::type() const –> const std::string &
- class pyrosetta.rosetta.protocols.legacy_sewing.LegacyRepeatAssemblyMoverCreator¶
Bases:
MoverCreator
- assign(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyRepeatAssemblyMoverCreator, : pyrosetta.rosetta.protocols.legacy_sewing.LegacyRepeatAssemblyMoverCreator) pyrosetta.rosetta.protocols.legacy_sewing.LegacyRepeatAssemblyMoverCreator ¶
C++: protocols::legacy_sewing::LegacyRepeatAssemblyMoverCreator::operator=(const class protocols::legacy_sewing::LegacyRepeatAssemblyMoverCreator &) –> class protocols::legacy_sewing::LegacyRepeatAssemblyMoverCreator &
- create_mover(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyRepeatAssemblyMoverCreator) pyrosetta.rosetta.protocols.moves.Mover ¶
C++: protocols::legacy_sewing::LegacyRepeatAssemblyMoverCreator::create_mover() const –> class std::shared_ptr<class protocols::moves::Mover>
- keyname(self: pyrosetta.rosetta.protocols.legacy_sewing.LegacyRepeatAssemblyMoverCreator) str ¶
C++: protocols::legacy_sewing::LegacyRepeatAssemblyMoverCreator::keyname() const –> std::string
- class pyrosetta.rosetta.protocols.legacy_sewing.Model¶
Bases:
pybind11_object
- assign(self: pyrosetta.rosetta.protocols.legacy_sewing.Model, : pyrosetta.rosetta.protocols.legacy_sewing.Model) pyrosetta.rosetta.protocols.legacy_sewing.Model ¶
C++: protocols::legacy_sewing::Model::operator=(const struct protocols::legacy_sewing::Model &) –> struct protocols::legacy_sewing::Model &
- property distance_¶
- get_residue(self: pyrosetta.rosetta.protocols.legacy_sewing.Model, resnum: int) pyrosetta.rosetta.protocols.legacy_sewing.SewResidue ¶
C++: protocols::legacy_sewing::Model::get_residue(unsigned long) const –> struct protocols::legacy_sewing::SewResidue
- property hoist_angle_degrees_¶
- property meridian_angle_degrees_¶
- property model_id_¶
- property packing_angle_degrees_¶
- property pdb_code_¶
- pose_number(self: pyrosetta.rosetta.protocols.legacy_sewing.Model, resnum: int) int ¶
get the corresponding pose resnum from the
C++: protocols::legacy_sewing::Model::pose_number(unsigned long) const –> unsigned long
- segment_ids(self: pyrosetta.rosetta.protocols.legacy_sewing.Model) pyrosetta.rosetta.std.set_unsigned_long_t ¶
return the set of segment ids for this model
C++: protocols::legacy_sewing::Model::segment_ids() const –> class std::set<unsigned long, struct std::less<unsigned long>, class std::allocator<unsigned long> >
- property segments_¶
- property structure_id_¶
- to_pose_from_db(self: pyrosetta.rosetta.protocols.legacy_sewing.Model) pyrosetta.rosetta.core.pose.Pose ¶
create a pose for this model from the database
C++: protocols::legacy_sewing::Model::to_pose_from_db() const