submotif

Bindings for protocols::stepwise::monte_carlo::submotif namespace

class pyrosetta.rosetta.protocols.stepwise.monte_carlo.submotif.SubMotifLibrary

Bases: pybind11_object

create_new_submotif(*args, **kwargs)

Overloaded function.

  1. create_new_submotif(self: pyrosetta.rosetta.protocols.stepwise.monte_carlo.submotif.SubMotifLibrary, sequence_mapping: pyrosetta.rosetta.utility.vector1_unsigned_long, submotif_tag: str, pose: pyrosetta.rosetta.core.pose.Pose) -> pyrosetta.rosetta.core.pose.Pose

  2. create_new_submotif(self: pyrosetta.rosetta.protocols.stepwise.monte_carlo.submotif.SubMotifLibrary, sequence_mapping: pyrosetta.rosetta.utility.vector1_unsigned_long, submotif_tag: str, pose: pyrosetta.rosetta.core.pose.Pose, seed: bool) -> pyrosetta.rosetta.core.pose.Pose

C++: protocols::stepwise::monte_carlo::submotif::SubMotifLibrary::create_new_submotif(const class utility::vector1<unsigned long, class std::allocator<unsigned long> > &, const std::string &, const class core::pose::Pose &, const bool &) const –> class std::shared_ptr<class core::pose::Pose>

get_submotif_moves(self: pyrosetta.rosetta.protocols.stepwise.monte_carlo.submotif.SubMotifLibrary, pose: pyrosetta.rosetta.core.pose.Pose) pyrosetta.rosetta.utility.vector1_protocols_stepwise_monte_carlo_mover_StepWiseMove

C++: protocols::stepwise::monte_carlo::submotif::SubMotifLibrary::get_submotif_moves(const class core::pose::Pose &) const –> class utility::vector1<class protocols::stepwise::monte_carlo::mover::StepWiseMove, class std::allocator<class protocols::stepwise::monte_carlo::mover::StepWiseMove> >