protein

Bindings for protocols::stepwise::legacy::modeler::protein namespace

class pyrosetta.rosetta.protocols.stepwise.legacy.modeler.protein.StepWiseProteinMinimizer

Bases: Mover

apply(self: pyrosetta.rosetta.protocols.stepwise.legacy.modeler.protein.StepWiseProteinMinimizer, pose_to_visualize: pyrosetta.rosetta.core.pose.Pose) None

Apply the minimizer to one pose

C++: protocols::stepwise::legacy::modeler::protein::StepWiseProteinMinimizer::apply(class core::pose::Pose &) –> void

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 &

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>

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.stepwise.legacy.modeler.protein.StepWiseProteinMinimizer) str

C++: protocols::stepwise::legacy::modeler::protein::StepWiseProteinMinimizer::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_pose_minimize(self: pyrosetta.rosetta.protocols.stepwise.legacy.modeler.protein.StepWiseProteinMinimizer) int

C++: protocols::stepwise::legacy::modeler::protein::StepWiseProteinMinimizer::num_pose_minimize() const –> const 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

pose_list(self: pyrosetta.rosetta.protocols.stepwise.legacy.modeler.protein.StepWiseProteinMinimizer) pyrosetta.rosetta.utility.vector1_std_shared_ptr_core_pose_Pose_t

C++: protocols::stepwise::legacy::modeler::protein::StepWiseProteinMinimizer::pose_list() const –> class utility::vector1<class std::shared_ptr<class core::pose::Pose>, class std::allocator<class std::shared_ptr<class core::pose::Pose> > >

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_calc_rms_res(self: pyrosetta.rosetta.protocols.stepwise.legacy.modeler.protein.StepWiseProteinMinimizer, calc_rms_res: pyrosetta.rosetta.utility.vector1_unsigned_long) None

C++: protocols::stepwise::legacy::modeler::protein::StepWiseProteinMinimizer::set_calc_rms_res(const class utility::vector1<unsigned long, class std::allocator<unsigned long> > &) –> void

set_cartesian(self: pyrosetta.rosetta.protocols.stepwise.legacy.modeler.protein.StepWiseProteinMinimizer, setting: bool) None

C++: protocols::stepwise::legacy::modeler::protein::StepWiseProteinMinimizer::set_cartesian(const bool) –> 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_fixed_res(self: pyrosetta.rosetta.protocols.stepwise.legacy.modeler.protein.StepWiseProteinMinimizer, fixed_res: pyrosetta.rosetta.utility.vector1_unsigned_long) None

C++: protocols::stepwise::legacy::modeler::protein::StepWiseProteinMinimizer::set_fixed_res(const class utility::vector1<unsigned long, class std::allocator<unsigned long> > &) –> 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_min_tolerance(self: pyrosetta.rosetta.protocols.stepwise.legacy.modeler.protein.StepWiseProteinMinimizer, setting: float) None

C++: protocols::stepwise::legacy::modeler::protein::StepWiseProteinMinimizer::set_min_tolerance(const double &) –> void

set_min_type(self: pyrosetta.rosetta.protocols.stepwise.legacy.modeler.protein.StepWiseProteinMinimizer, setting: str) None

C++: protocols::stepwise::legacy::modeler::protein::StepWiseProteinMinimizer::set_min_type(const std::string &) –> void

set_move_jumps_between_chains(self: pyrosetta.rosetta.protocols.stepwise.legacy.modeler.protein.StepWiseProteinMinimizer, setting: bool) None

C++: protocols::stepwise::legacy::modeler::protein::StepWiseProteinMinimizer::set_move_jumps_between_chains(const bool &) –> void

set_move_takeoff_torsions(self: pyrosetta.rosetta.protocols.stepwise.legacy.modeler.protein.StepWiseProteinMinimizer, value: bool) None

C++: protocols::stepwise::legacy::modeler::protein::StepWiseProteinMinimizer::set_move_takeoff_torsions(const bool) –> 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_num_pose_minimize(self: pyrosetta.rosetta.protocols.stepwise.legacy.modeler.protein.StepWiseProteinMinimizer, setting: int) None

C++: protocols::stepwise::legacy::modeler::protein::StepWiseProteinMinimizer::set_num_pose_minimize(const unsigned long &) –> void

set_rescore_only(self: pyrosetta.rosetta.protocols.stepwise.legacy.modeler.protein.StepWiseProteinMinimizer, setting: bool) None

C++: protocols::stepwise::legacy::modeler::protein::StepWiseProteinMinimizer::set_rescore_only(const bool &) –> void

set_scorefxn(self: pyrosetta.rosetta.protocols.stepwise.legacy.modeler.protein.StepWiseProteinMinimizer, scorefxn: pyrosetta.rosetta.core.scoring.ScoreFunction) None

C++: protocols::stepwise::legacy::modeler::protein::StepWiseProteinMinimizer::set_scorefxn(const class std::shared_ptr<class core::scoring::ScoreFunction> &) –> 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

set_use_coordinate_constraints(self: pyrosetta.rosetta.protocols.stepwise.legacy.modeler.protein.StepWiseProteinMinimizer, setting: bool) None

C++: protocols::stepwise::legacy::modeler::protein::StepWiseProteinMinimizer::set_use_coordinate_constraints(const bool &) –> 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 &

use_coordinate_constraints(self: pyrosetta.rosetta.protocols.stepwise.legacy.modeler.protein.StepWiseProteinMinimizer) bool

C++: protocols::stepwise::legacy::modeler::protein::StepWiseProteinMinimizer::use_coordinate_constraints() const –> bool

class pyrosetta.rosetta.protocols.stepwise.legacy.modeler.protein.StepWiseProteinPoseSetup

Bases: Mover

align_pose(self: pyrosetta.rosetta.protocols.stepwise.legacy.modeler.protein.StepWiseProteinPoseSetup, pose: pyrosetta.rosetta.core.pose.Pose) None

C++: protocols::stepwise::legacy::modeler::protein::StepWiseProteinPoseSetup::align_pose(class core::pose::Pose &) const –> void

apply(self: pyrosetta.rosetta.protocols.stepwise.legacy.modeler.protein.StepWiseProteinPoseSetup, pose_to_visualize: pyrosetta.rosetta.core.pose.Pose) None

Apply the minimizer to one pose

C++: protocols::stepwise::legacy::modeler::protein::StepWiseProteinPoseSetup::apply(class core::pose::Pose &) –> void

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 &

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>

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.stepwise.legacy.modeler.protein.StepWiseProteinPoseSetup) str

C++: protocols::stepwise::legacy::modeler::protein::StepWiseProteinPoseSetup::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

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

ready_to_align(self: pyrosetta.rosetta.protocols.stepwise.legacy.modeler.protein.StepWiseProteinPoseSetup) bool

C++: protocols::stepwise::legacy::modeler::protein::StepWiseProteinPoseSetup::ready_to_align() const –> bool

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_add_peptide_plane_variants(self: pyrosetta.rosetta.protocols.stepwise.legacy.modeler.protein.StepWiseProteinPoseSetup, setting: bool) None

C++: protocols::stepwise::legacy::modeler::protein::StepWiseProteinPoseSetup::set_add_peptide_plane_variants(const bool &) –> void

set_add_virt_res(self: pyrosetta.rosetta.protocols.stepwise.legacy.modeler.protein.StepWiseProteinPoseSetup, setting: bool) None

C++: protocols::stepwise::legacy::modeler::protein::StepWiseProteinPoseSetup::set_add_virt_res(const bool) –> void

set_align_file(self: pyrosetta.rosetta.protocols.stepwise.legacy.modeler.protein.StepWiseProteinPoseSetup, align_file: str) None

C++: protocols::stepwise::legacy::modeler::protein::StepWiseProteinPoseSetup::set_align_file(const std::string &) –> void

set_bridge_res(self: pyrosetta.rosetta.protocols.stepwise.legacy.modeler.protein.StepWiseProteinPoseSetup, bridge_res: pyrosetta.rosetta.utility.vector1_unsigned_long) None

C++: protocols::stepwise::legacy::modeler::protein::StepWiseProteinPoseSetup::set_bridge_res(const class utility::vector1<unsigned long, class std::allocator<unsigned long> > &) –> void

set_bulge_res(self: pyrosetta.rosetta.protocols.stepwise.legacy.modeler.protein.StepWiseProteinPoseSetup, bulge_res: pyrosetta.rosetta.utility.vector1_unsigned_long) None

C++: protocols::stepwise::legacy::modeler::protein::StepWiseProteinPoseSetup::set_bulge_res(const class utility::vector1<unsigned long, class std::allocator<unsigned long> > &) –> void

set_calc_rms_res(self: pyrosetta.rosetta.protocols.stepwise.legacy.modeler.protein.StepWiseProteinPoseSetup, calc_rms_res: pyrosetta.rosetta.utility.vector1_unsigned_long) None

C++: protocols::stepwise::legacy::modeler::protein::StepWiseProteinPoseSetup::set_calc_rms_res(const class utility::vector1<unsigned long, class std::allocator<unsigned long> > &) –> void

set_cst_file(self: pyrosetta.rosetta.protocols.stepwise.legacy.modeler.protein.StepWiseProteinPoseSetup, cst_file: str) None

C++: protocols::stepwise::legacy::modeler::protein::StepWiseProteinPoseSetup::set_cst_file(const std::string &) –> 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_disulfide_file(self: pyrosetta.rosetta.protocols.stepwise.legacy.modeler.protein.StepWiseProteinPoseSetup, disulfide_file: str) None

C++: protocols::stepwise::legacy::modeler::protein::StepWiseProteinPoseSetup::set_disulfide_file(const std::string &) –> void

set_dump(self: pyrosetta.rosetta.protocols.stepwise.legacy.modeler.protein.StepWiseProteinPoseSetup, dump: bool) None

C++: protocols::stepwise::legacy::modeler::protein::StepWiseProteinPoseSetup::set_dump(const bool) –> void

set_extra_minimize_res(self: pyrosetta.rosetta.protocols.stepwise.legacy.modeler.protein.StepWiseProteinPoseSetup, setting: pyrosetta.rosetta.utility.vector1_unsigned_long) None

C++: protocols::stepwise::legacy::modeler::protein::StepWiseProteinPoseSetup::set_extra_minimize_res(const class utility::vector1<unsigned long, class std::allocator<unsigned long> > &) –> void

set_fixed_res(self: pyrosetta.rosetta.protocols.stepwise.legacy.modeler.protein.StepWiseProteinPoseSetup, fixed_res: pyrosetta.rosetta.utility.vector1_unsigned_long) None

C++: protocols::stepwise::legacy::modeler::protein::StepWiseProteinPoseSetup::set_fixed_res(const class utility::vector1<unsigned long, class std::allocator<unsigned long> > &) –> 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_jump_res(self: pyrosetta.rosetta.protocols.stepwise.legacy.modeler.protein.StepWiseProteinPoseSetup, jump_res: pyrosetta.rosetta.utility.vector1_unsigned_long) None

C++: protocols::stepwise::legacy::modeler::protein::StepWiseProteinPoseSetup::set_jump_res(const class utility::vector1<unsigned long, class std::allocator<unsigned long> > &) –> 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_parin_favorite_output(self: pyrosetta.rosetta.protocols.stepwise.legacy.modeler.protein.StepWiseProteinPoseSetup, setting: bool) None

C++: protocols::stepwise::legacy::modeler::protein::StepWiseProteinPoseSetup::set_parin_favorite_output(const bool &) –> void

set_remove_cterminus_variant(self: pyrosetta.rosetta.protocols.stepwise.legacy.modeler.protein.StepWiseProteinPoseSetup, setting: bool) None

C++: protocols::stepwise::legacy::modeler::protein::StepWiseProteinPoseSetup::set_remove_cterminus_variant(const bool &) –> void

set_remove_nterminus_variant(self: pyrosetta.rosetta.protocols.stepwise.legacy.modeler.protein.StepWiseProteinPoseSetup, setting: bool) None

C++: protocols::stepwise::legacy::modeler::protein::StepWiseProteinPoseSetup::set_remove_nterminus_variant(const bool &) –> void

set_rsd_set(self: pyrosetta.rosetta.protocols.stepwise.legacy.modeler.protein.StepWiseProteinPoseSetup, rsd_set: pyrosetta.rosetta.std.weak_ptr_const_core_chemical_ResidueTypeSet_t) None

C++: protocols::stepwise::legacy::modeler::protein::StepWiseProteinPoseSetup::set_rsd_set(class std::weak_ptr<const class core::chemical::ResidueTypeSet> &) –> void

set_secstruct(self: pyrosetta.rosetta.protocols.stepwise.legacy.modeler.protein.StepWiseProteinPoseSetup, secstruct: str) None

C++: protocols::stepwise::legacy::modeler::protein::StepWiseProteinPoseSetup::set_secstruct(const std::string &) –> void

set_superimpose_res(self: pyrosetta.rosetta.protocols.stepwise.legacy.modeler.protein.StepWiseProteinPoseSetup, superimpose_res: pyrosetta.rosetta.utility.vector1_unsigned_long) None

C++: protocols::stepwise::legacy::modeler::protein::StepWiseProteinPoseSetup::set_superimpose_res(const class utility::vector1<unsigned long, class std::allocator<unsigned long> > &) –> void

set_terminal_res(self: pyrosetta.rosetta.protocols.stepwise.legacy.modeler.protein.StepWiseProteinPoseSetup, terminal_res: pyrosetta.rosetta.utility.vector1_unsigned_long) None

C++: protocols::stepwise::legacy::modeler::protein::StepWiseProteinPoseSetup::set_terminal_res(const class utility::vector1<unsigned long, class std::allocator<unsigned long> > &) –> 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

set_virtual_res(self: pyrosetta.rosetta.protocols.stepwise.legacy.modeler.protein.StepWiseProteinPoseSetup, set_virtual_res_list: pyrosetta.rosetta.utility.vector1_unsigned_long) None

C++: protocols::stepwise::legacy::modeler::protein::StepWiseProteinPoseSetup::set_virtual_res(const class utility::vector1<unsigned long, class std::allocator<unsigned long> > &) –> 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 &

working_parameters(self: pyrosetta.rosetta.protocols.stepwise.legacy.modeler.protein.StepWiseProteinPoseSetup) protocols::stepwise::modeler::working_parameters::StepWiseWorkingParameters

C++: protocols::stepwise::legacy::modeler::protein::StepWiseProteinPoseSetup::working_parameters() –> class std::shared_ptr<class protocols::stepwise::modeler::working_parameters::StepWiseWorkingParameters> &

pyrosetta.rosetta.protocols.stepwise.legacy.modeler.protein.convert_to_working_res(res_vector: pyrosetta.rosetta.utility.vector1_unsigned_long, working_res: pyrosetta.rosetta.utility.vector1_unsigned_long) pyrosetta.rosetta.utility.vector1_unsigned_long

C++: protocols::stepwise::legacy::modeler::protein::convert_to_working_res(const class utility::vector1<unsigned long, class std::allocator<unsigned long> > &, const class utility::vector1<unsigned long, class std::allocator<unsigned long> > &) –> const class utility::vector1<unsigned long, class std::allocator<unsigned long> >

pyrosetta.rosetta.protocols.stepwise.legacy.modeler.protein.get_pretend_phi_explicit(pose: pyrosetta.rosetta.core.pose.Pose, res: int) float

C++: protocols::stepwise::legacy::modeler::protein::get_pretend_phi_explicit(const class core::pose::Pose &, const unsigned long &) –> double

pyrosetta.rosetta.protocols.stepwise.legacy.modeler.protein.get_pretend_psi_explicit(pose: pyrosetta.rosetta.core.pose.Pose, res: int) float

C++: protocols::stepwise::legacy::modeler::protein::get_pretend_psi_explicit(const class core::pose::Pose &, const unsigned long &) –> double

pyrosetta.rosetta.protocols.stepwise.legacy.modeler.protein.is_close_chain_break(pose: pyrosetta.rosetta.core.pose.Pose) bool

C++: protocols::stepwise::legacy::modeler::protein::is_close_chain_break(const class core::pose::Pose &) –> bool

pyrosetta.rosetta.protocols.stepwise.legacy.modeler.protein.output_pose_list(*args, **kwargs)

Overloaded function.

  1. output_pose_list(pose_list: pyrosetta.rosetta.utility.vector1_std_shared_ptr_core_pose_Pose_t, native_pose: pyrosetta.rosetta.core.pose.Pose, silent_file: str, working_calc_rms_res: pyrosetta.rosetta.utility.vector1_unsigned_long) -> None

  2. output_pose_list(pose_list: pyrosetta.rosetta.utility.vector1_std_shared_ptr_core_pose_Pose_t, native_pose: pyrosetta.rosetta.core.pose.Pose, silent_file: str, working_calc_rms_res: pyrosetta.rosetta.utility.vector1_unsigned_long, overwrite: bool) -> None

C++: protocols::stepwise::legacy::modeler::protein::output_pose_list(class utility::vector1<class std::shared_ptr<class core::pose::Pose>, class std::allocator<class std::shared_ptr<class core::pose::Pose> > >, class std::shared_ptr<const class core::pose::Pose>, const std::string &, const class utility::vector1<unsigned long, class std::allocator<unsigned long> > &, const bool) –> void

pyrosetta.rosetta.protocols.stepwise.legacy.modeler.protein.output_silent_struct(*args, **kwargs)

Overloaded function.

  1. output_silent_struct(pose: pyrosetta.rosetta.core.pose.Pose, native_pose_op: pyrosetta.rosetta.core.pose.Pose, silent_file: str, tag: str) -> None

  2. output_silent_struct(pose: pyrosetta.rosetta.core.pose.Pose, native_pose_op: pyrosetta.rosetta.core.pose.Pose, silent_file: str, tag: str, sfd_in: pyrosetta.rosetta.core.io.silent.SilentFileData) -> None

C++: protocols::stepwise::legacy::modeler::protein::output_silent_struct(const class core::pose::Pose &, const class std::shared_ptr<const class core::pose::Pose> &, const std::string &, const std::string &, class std::shared_ptr<class core::io::silent::SilentFileData>) –> void

  1. output_silent_struct(pose: pyrosetta.rosetta.core.pose.Pose, native_pose_op: pyrosetta.rosetta.core.pose.Pose, silent_file: str, tag: str, sfd_in: pyrosetta.rosetta.core.io.silent.SilentFileData, calc_rms_res: pyrosetta.rosetta.utility.vector1_unsigned_long) -> None

C++: protocols::stepwise::legacy::modeler::protein::output_silent_struct(const class core::pose::Pose &, const class std::shared_ptr<const class core::pose::Pose> &, const std::string &, const std::string &, class std::shared_ptr<class core::io::silent::SilentFileData>, const class utility::vector1<unsigned long, class std::allocator<unsigned long> > &) –> void