phosphate

Bindings for protocols::stepwise::modeler::rna::phosphate namespace

class pyrosetta.rosetta.protocols.stepwise.modeler.rna.phosphate.PhosphateMover

Bases: pyrosetta.rosetta.protocols.moves.Mover

__delattr__

Implement delattr(self, name).

__dir__() → list

default dir() implementation

__eq__

Return self==value.

__format__()

default object formatter

__ge__

Return self>=value.

__getattribute__

Return getattr(self, name).

__gt__

Return self>value.

__hash__

Return hash(self).

__init__(*args, **kwargs)

Overloaded function.

  1. __init__(self: pyrosetta.rosetta.protocols.stepwise.modeler.rna.phosphate.PhosphateMover, sample_res: int, which_terminus_: pyrosetta.rosetta.protocols.stepwise.modeler.rna.phosphate.PhosphateTerminus, scorefxn: pyrosetta.rosetta.core.scoring.ScoreFunction) -> None
  2. __init__(self: pyrosetta.rosetta.protocols.stepwise.modeler.rna.phosphate.PhosphateMover, phosphate_move: pyrosetta.rosetta.protocols.stepwise.modeler.rna.phosphate.PhosphateMove, scorefxn: pyrosetta.rosetta.core.scoring.ScoreFunction) -> None
  3. __init__(self: pyrosetta.rosetta.protocols.stepwise.modeler.rna.phosphate.PhosphateMover, arg0: pyrosetta.rosetta.protocols.stepwise.modeler.rna.phosphate.PhosphateMover) -> None
__init_subclass__()

This method is called when a class is subclassed.

The default implementation does nothing. It may be overridden to extend subclasses.

__le__

Return self<=value.

__lt__

Return self<value.

__ne__

Return self!=value.

__new__()

Create and return a new object. See help(type) for accurate signature.

__reduce__()

helper for pickle

__reduce_ex__()

helper for pickle

__repr__

Return repr(self).

__setattr__

Implement setattr(self, name, value).

__sizeof__() → int

size of object in memory, in bytes

__str__

Return str(self).

__subclasshook__()

Abstract classes can override this to customize issubclass().

This is invoked early on by abc.ABCMeta.__subclasscheck__(). It should return True, False or NotImplemented. If it returns NotImplemented, the normal algorithm is used. Otherwise, it overrides the normal algorithm (and the outcome is cached).

apply(self: pyrosetta.rosetta.protocols.stepwise.modeler.rna.phosphate.PhosphateMover, pose_to_visualize: pyrosetta.rosetta.core.pose.Pose) → None

C++: protocols::stepwise::modeler::rna::phosphate::PhosphateMover::apply(class core::pose::Pose &) –> void

assign(self: pyrosetta.rosetta.protocols.moves.Mover, other: 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>

force_phosphate_instantiation(self: pyrosetta.rosetta.protocols.stepwise.modeler.rna.phosphate.PhosphateMover) → bool

C++: protocols::stepwise::modeler::rna::phosphate::PhosphateMover::force_phosphate_instantiation() 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>

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.

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.modeler.rna.phosphate.PhosphateMover) → str

C++: protocols::stepwise::modeler::rna::phosphate::PhosphateMover::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_std_allocator_std_string_t

non-const accessor

C++: protocols::moves::Mover::info() –> class std::list<std::string, class std::allocator<std::string > > &

instantiated_phosphate(self: pyrosetta.rosetta.protocols.stepwise.modeler.rna.phosphate.PhosphateMover) → bool

C++: protocols::stepwise::modeler::rna::phosphate::PhosphateMover::instantiated_phosphate() const –> bool

last_proposal_density_ratio(self: pyrosetta.rosetta.protocols.moves.Mover) → float

C++: protocols::moves::Mover::last_proposal_density_ratio() –> double

name() → str

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

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

screen_phosphate(self: pyrosetta.rosetta.protocols.stepwise.modeler.rna.phosphate.PhosphateMover, pose: pyrosetta.rosetta.core.pose.Pose) → None

C++: protocols::stepwise::modeler::rna::phosphate::PhosphateMover::screen_phosphate(class core::pose::Pose &) –> void

set_current_job(self: pyrosetta.rosetta.protocols.moves.Mover, job: protocols::jobdist::BasicJob) → None

////////////////////////////end Job Distributor interface////////////////////////////////////////

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 class std::basic_string<char> &) –> void

set_force_phosphate_instantiation(self: pyrosetta.rosetta.protocols.stepwise.modeler.rna.phosphate.PhosphateMover, setting: bool) → None

C++: protocols::stepwise::modeler::rna::phosphate::PhosphateMover::set_force_phosphate_instantiation(const bool &) –> 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

C++: protocols::moves::Mover::set_type(const class std::basic_string<char> &) –> 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(class std::basic_ostream<char> &) 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) -> str

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

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

C++: protocols::moves::Mover::type(const class std::basic_string<char> &) –> void

pyrosetta.rosetta.protocols.stepwise.modeler.rna.phosphate.check_phosphate_contacts_donor(*args, **kwargs)

Overloaded function.

  1. check_phosphate_contacts_donor(op_xyz_list: pyrosetta.rosetta.utility.vector1_numeric_xyzVector_double_t, donor_atom_xyz_list: pyrosetta.rosetta.utility.vector1_numeric_xyzVector_double_t, donor_base_atom_xyz_list: pyrosetta.rosetta.utility.vector1_numeric_xyzVector_double_t) -> bool

C++: protocols::stepwise::modeler::rna::phosphate::check_phosphate_contacts_donor(const class utility::vector1<class numeric::xyzVector<double>, class std::allocator<class numeric::xyzVector<double> > > &, const class utility::vector1<class numeric::xyzVector<double>, class std::allocator<class numeric::xyzVector<double> > > &, const class utility::vector1<class numeric::xyzVector<double>, class std::allocator<class numeric::xyzVector<double> > > &) –> bool

  1. check_phosphate_contacts_donor(pose: pyrosetta.rosetta.core.pose.Pose, n: int) -> bool

C++: protocols::stepwise::modeler::rna::phosphate::check_phosphate_contacts_donor(const class core::pose::Pose &, const unsigned long) –> bool

pyrosetta.rosetta.protocols.stepwise.modeler.rna.phosphate.copy_over_phosphate_variants(*args, **kwargs)

Overloaded function.

  1. copy_over_phosphate_variants(pose: pyrosetta.rosetta.core.pose.Pose, reference_pose: pyrosetta.rosetta.core.pose.Pose, phosphate_move_list: pyrosetta.rosetta.utility.vector1_protocols_stepwise_modeler_rna_phosphate_PhosphateMove) -> None

C++: protocols::stepwise::modeler::rna::phosphate::copy_over_phosphate_variants(class core::pose::Pose &, const class core::pose::Pose &, const class utility::vector1<class protocols::stepwise::modeler::rna::phosphate::PhosphateMove, class std::allocator<class protocols::stepwise::modeler::rna::phosphate::PhosphateMove> > &) –> void

  1. copy_over_phosphate_variants(pose: pyrosetta.rosetta.core.pose.Pose, reference_pose: pyrosetta.rosetta.core.pose.Pose, res_list: pyrosetta.rosetta.utility.vector1_unsigned_long) -> None

C++: protocols::stepwise::modeler::rna::phosphate::copy_over_phosphate_variants(class core::pose::Pose &, const class core::pose::Pose &, const class utility::vector1<unsigned long, class std::allocator<unsigned long> > &) –> void

pyrosetta.rosetta.protocols.stepwise.modeler.rna.phosphate.detect_phosphate_contacts(pose: pyrosetta.rosetta.core.pose.Pose) → pyrosetta.rosetta.utility.vector1_bool

C++: protocols::stepwise::modeler::rna::phosphate::detect_phosphate_contacts(const class core::pose::Pose &) –> class utility::vector1<bool, class std::allocator<bool> >

pyrosetta.rosetta.protocols.stepwise.modeler.rna.phosphate.get_phosphate_atom_and_neighbor_list(pose: pyrosetta.rosetta.core.pose.Pose, phosphate_move_: pyrosetta.rosetta.protocols.stepwise.modeler.rna.phosphate.PhosphateMove, donor_atom_xyz_list: pyrosetta.rosetta.utility.vector1_numeric_xyzVector_double_t, donor_base_atom_xyz_list: pyrosetta.rosetta.utility.vector1_numeric_xyzVector_double_t, neighbor_copy_dofs: pyrosetta.rosetta.utility.vector1_unsigned_long) → None

C++: protocols::stepwise::modeler::rna::phosphate::get_phosphate_atom_and_neighbor_list(const class core::pose::Pose &, const class protocols::stepwise::modeler::rna::phosphate::PhosphateMove &, class utility::vector1<class numeric::xyzVector<double>, class std::allocator<class numeric::xyzVector<double> > > &, class utility::vector1<class numeric::xyzVector<double>, class std::allocator<class numeric::xyzVector<double> > > &, class utility::vector1<unsigned long, class std::allocator<unsigned long> > &) –> void

pyrosetta.rosetta.protocols.stepwise.modeler.rna.phosphate.get_phosphate_scorefxn(*args, **kwargs)

Overloaded function.

  1. get_phosphate_scorefxn() -> pyrosetta.rosetta.core.scoring.ScoreFunction

C++: protocols::stepwise::modeler::rna::phosphate::get_phosphate_scorefxn() –> class std::shared_ptr<const class core::scoring::ScoreFunction>

  1. get_phosphate_scorefxn(options: pyrosetta.rosetta.core.scoring.methods.EnergyMethodOptions) -> pyrosetta.rosetta.core.scoring.ScoreFunction

C++: protocols::stepwise::modeler::rna::phosphate::get_phosphate_scorefxn(const class core::scoring::methods::EnergyMethodOptions &) –> class std::shared_ptr<const class core::scoring::ScoreFunction>

pyrosetta.rosetta.protocols.stepwise.modeler.rna.phosphate.position_five_prime_phosphate(pose: pyrosetta.rosetta.core.pose.Pose, res: int) → None

C++: protocols::stepwise::modeler::rna::phosphate::position_five_prime_phosphate(class core::pose::Pose &, const unsigned long) –> void

pyrosetta.rosetta.protocols.stepwise.modeler.rna.phosphate.remove_terminal_phosphates(*args, **kwargs)

Overloaded function.

  1. remove_terminal_phosphates(pose: pyrosetta.rosetta.core.pose.Pose) -> None

C++: protocols::stepwise::modeler::rna::phosphate::remove_terminal_phosphates(class core::pose::Pose &) –> void

  1. remove_terminal_phosphates(pose: pyrosetta.rosetta.core.pose.Pose, res_list: pyrosetta.rosetta.utility.vector1_unsigned_long) -> None

C++: protocols::stepwise::modeler::rna::phosphate::remove_terminal_phosphates(class core::pose::Pose &, const class utility::vector1<unsigned long, class std::allocator<unsigned long> > &) –> void

pyrosetta.rosetta.protocols.stepwise.modeler.rna.phosphate.setup_three_prime_phosphate_based_on_next_residue(pose: pyrosetta.rosetta.core.pose.Pose, n: int) → None

C++: protocols::stepwise::modeler::rna::phosphate::setup_three_prime_phosphate_based_on_next_residue(class core::pose::Pose &, const unsigned long) –> void

pyrosetta.rosetta.protocols.stepwise.modeler.rna.phosphate.to_string(phosphate_terminus: pyrosetta.rosetta.protocols.stepwise.modeler.rna.phosphate.PhosphateTerminus) → str

C++: protocols::stepwise::modeler::rna::phosphate::to_string(const enum protocols::stepwise::modeler::rna::phosphate::PhosphateTerminus &) –> std::string