coarse

Bindings for protocols::rna::denovo::coarse namespace

class pyrosetta.rosetta.protocols.rna.denovo.coarse.CoarseRNA_Fragments

Bases: RNA_Fragments

apply_best_fragment(self: pyrosetta.rosetta.core.fragment.rna.RNA_Fragments, sfxn: pyrosetta.rosetta.core.scoring.ScoreFunction, pose: pyrosetta.rosetta.core.pose.Pose, position: int, size: int, type: int, homology_exclusion: core::fragment::rna::RNA_FragmentHomologyExclusion, atom_level_domain_map: core::pose::toolbox::AtomLevelDomainMap, symm_hack_arity: int, exhaustive: int) None

C++: core::fragment::rna::RNA_Fragments::apply_best_fragment(class std::shared_ptr<class core::scoring::ScoreFunction>, class core::pose::Pose &, const unsigned long, const unsigned long, const unsigned long, const class std::shared_ptr<const class core::fragment::rna::RNA_FragmentHomologyExclusion> &, class std::shared_ptr<const class core::pose::toolbox::AtomLevelDomainMap>, const unsigned long, const unsigned long) const –> void

apply_random_fragment(self: pyrosetta.rosetta.protocols.rna.denovo.coarse.CoarseRNA_Fragments, pose: pyrosetta.rosetta.core.pose.Pose, position: int, size: int, type: int, homology_exclusion: pyrosetta.rosetta.core.fragment.rna.RNA_FragmentHomologyExclusion, atom_level_domain_map: pyrosetta.rosetta.core.pose.toolbox.AtomLevelDomainMap, symm_hack_arity: int) None

C++: protocols::rna::denovo::coarse::CoarseRNA_Fragments::apply_random_fragment(class core::pose::Pose &, const unsigned long, const unsigned long, const unsigned long, const class std::shared_ptr<const class core::fragment::rna::RNA_FragmentHomologyExclusion> &, class std::shared_ptr<const class core::pose::toolbox::AtomLevelDomainMap>, const unsigned long) const –> void

assign(self: pyrosetta.rosetta.core.fragment.rna.RNA_Fragments, : pyrosetta.rosetta.core.fragment.rna.RNA_Fragments) pyrosetta.rosetta.core.fragment.rna.RNA_Fragments

C++: core::fragment::rna::RNA_Fragments::operator=(const class core::fragment::rna::RNA_Fragments &) –> class core::fragment::rna::RNA_Fragments &

get_fragment_library_pointer(self: pyrosetta.rosetta.core.fragment.rna.RNA_Fragments, : str, : str, : core::fragment::rna::RNA_FragmentHomologyExclusion, : pyrosetta.rosetta.utility.vector1_core_fragment_rna_SYN_ANTI_RESTRICTION, : int) core::fragment::rna::FragmentLibrary

C++: core::fragment::rna::RNA_Fragments::get_fragment_library_pointer(const std::string &, const std::string &, const class std::shared_ptr<const class core::fragment::rna::RNA_FragmentHomologyExclusion> &, const class utility::vector1<enum core::fragment::rna::SYN_ANTI_RESTRICTION, class std::allocator<enum core::fragment::rna::SYN_ANTI_RESTRICTION> > &, const unsigned long) const –> class std::shared_ptr<class core::fragment::rna::FragmentLibrary>

insert_fragment(self: pyrosetta.rosetta.core.fragment.rna.RNA_Fragments, : pyrosetta.rosetta.core.pose.Pose, : int, : core::fragment::rna::TorsionSet, : core::pose::toolbox::AtomLevelDomainMap) None

C++: core::fragment::rna::RNA_Fragments::insert_fragment(class core::pose::Pose &, const unsigned long, const class core::fragment::rna::TorsionSet &, class std::shared_ptr<const class core::pose::toolbox::AtomLevelDomainMap>) const –> void

is_fullatom(self: pyrosetta.rosetta.protocols.rna.denovo.coarse.CoarseRNA_Fragments) bool

C++: protocols::rna::denovo::coarse::CoarseRNA_Fragments::is_fullatom() –> bool

class pyrosetta.rosetta.protocols.rna.denovo.coarse.CoarseRNA_LoopCloser

Bases: Mover

The RNA de novo structure modeling protocol

apply(*args, **kwargs)

Overloaded function.

  1. apply(self: pyrosetta.rosetta.protocols.rna.denovo.coarse.CoarseRNA_LoopCloser, pose: pyrosetta.rosetta.core.pose.Pose) -> None

C++: protocols::rna::denovo::coarse::CoarseRNA_LoopCloser::apply(class core::pose::Pose &) –> void

  1. apply(self: pyrosetta.rosetta.protocols.rna.denovo.coarse.CoarseRNA_LoopCloser, pose: pyrosetta.rosetta.core.pose.Pose, seqpos_moved: int) -> bool

Apply the loop-rebuild protocol to the input pose

C++: protocols::rna::denovo::coarse::CoarseRNA_LoopCloser::apply(class core::pose::Pose &, const unsigned long &) –> bool

apply_after_jump_change(self: pyrosetta.rosetta.protocols.rna.denovo.coarse.CoarseRNA_LoopCloser, pose: pyrosetta.rosetta.core.pose.Pose, jumpno: int) bool

C++: protocols::rna::denovo::coarse::CoarseRNA_LoopCloser::apply_after_jump_change(class core::pose::Pose &, const unsigned long &) –> bool

assign(self: pyrosetta.rosetta.protocols.moves.Mover, : pyrosetta.rosetta.protocols.moves.Mover) pyrosetta.rosetta.protocols.moves.Mover

C++: protocols::moves::Mover::operator=(const class protocols::moves::Mover &) –> class protocols::moves::Mover &

atom_level_domain_map(self: pyrosetta.rosetta.protocols.rna.denovo.coarse.CoarseRNA_LoopCloser) pyrosetta.rosetta.core.pose.toolbox.AtomLevelDomainMap

C++: protocols::rna::denovo::coarse::CoarseRNA_LoopCloser::atom_level_domain_map() –> class std::shared_ptr<class core::pose::toolbox::AtomLevelDomainMap>

choose_best_solution_based_on_score_function(self: pyrosetta.rosetta.protocols.rna.denovo.coarse.CoarseRNA_LoopCloser, scorefxn: pyrosetta.rosetta.core.scoring.ScoreFunction) None

C++: protocols::rna::denovo::coarse::CoarseRNA_LoopCloser::choose_best_solution_based_on_score_function(class std::shared_ptr<class core::scoring::ScoreFunction>) –> void

choose_least_perturb_solution(self: pyrosetta.rosetta.protocols.rna.denovo.coarse.CoarseRNA_LoopCloser) None

C++: protocols::rna::denovo::coarse::CoarseRNA_LoopCloser::choose_least_perturb_solution() –> 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.rna.denovo.coarse.CoarseRNA_LoopCloser) pyrosetta.rosetta.protocols.moves.Mover

Clone this object

C++: protocols::rna::denovo::coarse::CoarseRNA_LoopCloser::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>

cutpos_list(self: pyrosetta.rosetta.protocols.rna.denovo.coarse.CoarseRNA_LoopCloser) pyrosetta.rosetta.utility.vector1_unsigned_long

C++: protocols::rna::denovo::coarse::CoarseRNA_LoopCloser::cutpos_list() –> const class utility::vector1<unsigned long, class std::allocator<unsigned long> > &

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>

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_all_solutions(self: pyrosetta.rosetta.protocols.rna.denovo.coarse.CoarseRNA_LoopCloser, pose: pyrosetta.rosetta.core.pose.Pose, pose_list: pyrosetta.rosetta.utility.vector1_std_shared_ptr_core_pose_Pose_t) None

C++: protocols::rna::denovo::coarse::CoarseRNA_LoopCloser::get_all_solutions(class core::pose::Pose &, class utility::vector1<class std::shared_ptr<class core::pose::Pose>, class std::allocator<class std::shared_ptr<class core::pose::Pose> > > &) –> void

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.rna.denovo.coarse.CoarseRNA_LoopCloser) str

C++: protocols::rna::denovo::coarse::CoarseRNA_LoopCloser::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 name() str

C++: protocols::moves::Mover::name() –> std::string

nsol(self: pyrosetta.rosetta.protocols.rna.denovo.coarse.CoarseRNA_LoopCloser) int

C++: protocols::rna::denovo::coarse::CoarseRNA_LoopCloser::nsol() –> unsigned long

parse_my_tag(self: pyrosetta.rosetta.protocols.moves.Mover, tag: pyrosetta.rosetta.utility.tag.Tag, data: pyrosetta.rosetta.basic.datacache.DataMap) None

Called by MoverFactory when constructing new Movers. Takes care of the specific mover’s parsing.

C++: protocols::moves::Mover::parse_my_tag(class std::shared_ptr<const class utility::tag::Tag>, class basic::datacache::DataMap &) –> void

partition_definition(self: pyrosetta.rosetta.protocols.rna.denovo.coarse.CoarseRNA_LoopCloser) pyrosetta.rosetta.ObjexxFCL.FArray1D_bool_t

C++: protocols::rna::denovo::coarse::CoarseRNA_LoopCloser::partition_definition() –> const class ObjexxFCL::FArray1D<bool> &

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 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_atom_level_domain_map(self: pyrosetta.rosetta.protocols.rna.denovo.coarse.CoarseRNA_LoopCloser, atom_level_domain_map: pyrosetta.rosetta.core.pose.toolbox.AtomLevelDomainMap) None

C++: protocols::rna::denovo::coarse::CoarseRNA_LoopCloser::set_atom_level_domain_map(class std::shared_ptr<class core::pose::toolbox::AtomLevelDomainMap>) –> 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.

  1. show(self: pyrosetta.rosetta.protocols.moves.Mover) -> None

  2. 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.

  1. type(self: pyrosetta.rosetta.protocols.moves.Mover, type_in: str) -> None

Set the ‘type’ string

C++: protocols::moves::Mover::type(const std::string &) –> void

  1. 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.rna.denovo.coarse.MultipleDomainMover

Bases: Mover

The RNA de novo structure modeling protocol

apply(self: pyrosetta.rosetta.protocols.rna.denovo.coarse.MultipleDomainMover, pose: pyrosetta.rosetta.core.pose.Pose) None

Apply the loop-rebuild protocol to the input pose

C++: protocols::rna::denovo::coarse::MultipleDomainMover::apply(class core::pose::Pose &) –> void

apply_and_return_jump(self: pyrosetta.rosetta.protocols.rna.denovo.coarse.MultipleDomainMover, pose: pyrosetta.rosetta.core.pose.Pose) int

C++: protocols::rna::denovo::coarse::MultipleDomainMover::apply_and_return_jump(class core::pose::Pose &) –> unsigned long

apply_at_domain(self: pyrosetta.rosetta.protocols.rna.denovo.coarse.MultipleDomainMover, pose: pyrosetta.rosetta.core.pose.Pose, n: int) int

C++: protocols::rna::denovo::coarse::MultipleDomainMover::apply_at_domain(class core::pose::Pose &, const unsigned long &) –> unsigned long

assign(self: pyrosetta.rosetta.protocols.rna.denovo.coarse.MultipleDomainMover, : pyrosetta.rosetta.protocols.rna.denovo.coarse.MultipleDomainMover) pyrosetta.rosetta.protocols.rna.denovo.coarse.MultipleDomainMover

C++: protocols::rna::denovo::coarse::MultipleDomainMover::operator=(const class protocols::rna::denovo::coarse::MultipleDomainMover &) –> class protocols::rna::denovo::coarse::MultipleDomainMover &

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.rna.denovo.coarse.MultipleDomainMover) pyrosetta.rosetta.protocols.moves.Mover

Clone this object

C++: protocols::rna::denovo::coarse::MultipleDomainMover::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.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>

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.rna.denovo.coarse.MultipleDomainMover) str

C++: protocols::rna::denovo::coarse::MultipleDomainMover::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 name() str

C++: protocols::moves::Mover::name() –> std::string

num_domains(self: pyrosetta.rosetta.protocols.rna.denovo.coarse.MultipleDomainMover) int

C++: protocols::rna::denovo::coarse::MultipleDomainMover::num_domains() –> unsigned long

parse_my_tag(self: pyrosetta.rosetta.protocols.moves.Mover, tag: pyrosetta.rosetta.utility.tag.Tag, data: pyrosetta.rosetta.basic.datacache.DataMap) None

Called by MoverFactory when constructing new Movers. Takes care of the specific mover’s parsing.

C++: protocols::moves::Mover::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

randomize_pose_rigid_bodies(self: pyrosetta.rosetta.protocols.rna.denovo.coarse.MultipleDomainMover, pose: pyrosetta.rosetta.core.pose.Pose) None

C++: protocols::rna::denovo::coarse::MultipleDomainMover::randomize_pose_rigid_bodies(class core::pose::Pose &) –> 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.

  1. show(self: pyrosetta.rosetta.protocols.moves.Mover) -> None

  2. 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

slide_back_to_origin(self: pyrosetta.rosetta.protocols.rna.denovo.coarse.MultipleDomainMover, pose: pyrosetta.rosetta.core.pose.Pose) None

C++: protocols::rna::denovo::coarse::MultipleDomainMover::slide_back_to_origin(class core::pose::Pose &) –> 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.

  1. type(self: pyrosetta.rosetta.protocols.moves.Mover, type_in: str) -> None

Set the ‘type’ string

C++: protocols::moves::Mover::type(const std::string &) –> void

  1. type(self: pyrosetta.rosetta.protocols.moves.Mover) -> str

Get the set ‘type’ string

C++: protocols::moves::Mover::type() const –> const std::string &

update_rot_trans_mag(self: pyrosetta.rosetta.protocols.rna.denovo.coarse.MultipleDomainMover, rot_mag: float, trans_mag: float) None

C++: protocols::rna::denovo::coarse::MultipleDomainMover::update_rot_trans_mag(const double &, const double &) –> void

class pyrosetta.rosetta.protocols.rna.denovo.coarse.SourcePositions

Bases: pybind11_object

assign(self: pyrosetta.rosetta.protocols.rna.denovo.coarse.SourcePositions, : pyrosetta.rosetta.protocols.rna.denovo.coarse.SourcePositions) pyrosetta.rosetta.protocols.rna.denovo.coarse.SourcePositions

C++: protocols::rna::denovo::coarse::SourcePositions::operator=(const class protocols::rna::denovo::coarse::SourcePositions &) –> class protocols::rna::denovo::coarse::SourcePositions &

push_back(self: pyrosetta.rosetta.protocols.rna.denovo.coarse.SourcePositions, value: int) None

C++: protocols::rna::denovo::coarse::SourcePositions::push_back(const unsigned long &) –> void

size(self: pyrosetta.rosetta.protocols.rna.denovo.coarse.SourcePositions) int

C++: protocols::rna::denovo::coarse::SourcePositions::size() const –> unsigned long