| |
- builtins.object
-
- BBData
- BBExtraData
- BackboneDB
- BackboneSegment
- LeapIndex
- LegacyLeapIndex
- LocalInserter
-
- LocalInserter_SimpleMin
- LoopHashMap
- LoopHashSampler
- rosetta.basic.resource_manager.ResourceLoader(builtins.object)
-
- LoopHashLibraryLoader
- rosetta.basic.resource_manager.ResourceLoaderCreator(builtins.object)
-
- LoopHashLibraryLoaderCreator
- rosetta.basic.resource_manager.ResourceOptions(builtins.object)
-
- LoopHashLibraryOptions
- rosetta.basic.resource_manager.ResourceOptionsCreator(builtins.object)
-
- LoopHashLibraryOptionsCreator
- rosetta.protocols.moves.Mover(builtins.object)
-
- FastGapMover
- LoopHashDiversifier
- LoopHashLibrary
- LoopHashMoverWrapper
- LoopHashRelaxProtocol
- Mover_LoopHashRefine
- rosetta.protocols.moves.MoverCreator(builtins.object)
-
- LoopHashDiversifierCreator
- LoopHashMoverWrapperCreator
- rosetta.protocols.wum.MPI_WorkUnitManager(rosetta.protocols.wum.WorkUnitManager)
-
- MPI_LoopHashRefine
-
- MPI_LoopHashRefine_Emperor
- MPI_LoopHashRefine_Master
- rosetta.protocols.wum.WorkUnit_SilentStructStore(rosetta.protocols.wum.WorkUnitBase)
-
- WorkUnit_LoopHash
- rosetta.utility.excn.EXCN_Msg_Exception(rosetta.utility.excn.EXCN_Exception)
-
- EXCN_DB_IO_Failed
- EXCN_Invalid_Hashmap
- EXCN_No_Extra_Data_To_Write
- EXCN_Wrong_DB_Format
- EXCN_bbdb_Merge_Failed
class BackboneDB(builtins.object) |
| |
Methods defined here:
- __init__(...) from builtins.PyCapsule
- __init__(*args, **kwargs)
Overloaded function.
1. __init__(rosetta.protocols.loophash.BackboneDB) -> NoneType
2. __init__(self : rosetta.protocols.loophash.BackboneDB, : rosetta.protocols.loophash.BackboneDB) -> NoneType
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
- add_extra_data(...) from builtins.PyCapsule
- add_extra_data(self : rosetta.protocols.loophash.BackboneDB, extra : rosetta.protocols.loophash.BBExtraData) -> NoneType
- add_pose(...) from builtins.PyCapsule
- add_pose(*args, **kwargs)
Overloaded function.
1. add_pose(self : rosetta.protocols.loophash.BackboneDB, pose : rosetta.core.pose.Pose, nres : int, offset : int) -> NoneType
2. add_pose(self : rosetta.protocols.loophash.BackboneDB, pose : rosetta.core.pose.Pose, nres : int, offset : int, chunk : rosetta.protocols.frag_picker.VallChunk) -> NoneType
- add_protein(...) from builtins.PyCapsule
- add_protein(self : rosetta.protocols.loophash.BackboneDB, new_protein : rosetta.protocols.loophash.BBData) -> NoneType
- angle(...) from builtins.PyCapsule
- angle(self : rosetta.protocols.loophash.BackboneDB, index : int, offset : int) -> float
- assign(...) from builtins.PyCapsule
- assign(self : rosetta.protocols.loophash.BackboneDB, : rosetta.protocols.loophash.BackboneDB) -> rosetta.protocols.loophash.BackboneDB
- extra_size(...) from builtins.PyCapsule
- extra_size(rosetta.protocols.loophash.BackboneDB) -> int
- get_backbone_segment(...) from builtins.PyCapsule
- get_backbone_segment(self : rosetta.protocols.loophash.BackboneDB, index : int, offset : int, len : int, bs : rosetta.protocols.loophash.BackboneSegment) -> NoneType
- get_extra_data(...) from builtins.PyCapsule
- get_extra_data(self : rosetta.protocols.loophash.BackboneDB, index : int, extra : rosetta.protocols.loophash.BBExtraData) -> NoneType
- get_mem_foot_print(...) from builtins.PyCapsule
- get_mem_foot_print(rosetta.protocols.loophash.BackboneDB) -> int
- get_protein(...) from builtins.PyCapsule
- get_protein(self : rosetta.protocols.loophash.BackboneDB, index : int, protein : rosetta.protocols.loophash.BBData) -> NoneType
- read_db(...) from builtins.PyCapsule
- read_db(self : rosetta.protocols.loophash.BackboneDB, filename : str, load_extra : bool) -> NoneType
- read_homologs(...) from builtins.PyCapsule
- read_homologs(rosetta.protocols.loophash.BackboneDB) -> NoneType
- read_legacydb(...) from builtins.PyCapsule
- read_legacydb(self : rosetta.protocols.loophash.BackboneDB, filename : str) -> NoneType
- size(...) from builtins.PyCapsule
- size(rosetta.protocols.loophash.BackboneDB) -> int
- write_db(...) from builtins.PyCapsule
- write_db(self : rosetta.protocols.loophash.BackboneDB, filename : str) -> NoneType
|
class BackboneSegment(builtins.object) |
| |
Methods defined here:
- __eq__(...) from builtins.PyCapsule
- __eq__(self : rosetta.protocols.loophash.BackboneSegment, bs1 : rosetta.protocols.loophash.BackboneSegment) -> bool
- __init__(...) from builtins.PyCapsule
- __init__(*args, **kwargs)
Overloaded function.
1. __init__(rosetta.protocols.loophash.BackboneSegment) -> NoneType
2. __init__(self : rosetta.protocols.loophash.BackboneSegment, phi : rosetta.std.vector_double, psi : rosetta.std.vector_double, omega : rosetta.std.vector_double) -> NoneType
- __ne__(...) from builtins.PyCapsule
- __ne__(self : rosetta.protocols.loophash.BackboneSegment, other : rosetta.protocols.loophash.BackboneSegment) -> bool
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
- apply_to_pose(...) from builtins.PyCapsule
- apply_to_pose(*args, **kwargs)
Overloaded function.
1. apply_to_pose(self : rosetta.protocols.loophash.BackboneSegment, pose : rosetta.core.pose.Pose, ir : int) -> NoneType
2. apply_to_pose(self : rosetta.protocols.loophash.BackboneSegment, pose : rosetta.core.pose.Pose, ir : int, cut : bool) -> NoneType
- compare(...) from builtins.PyCapsule
- compare(self : rosetta.protocols.loophash.BackboneSegment, bs1 : rosetta.protocols.loophash.BackboneSegment, tolerance : float) -> bool
- get_mem_foot_print(...) from builtins.PyCapsule
- get_mem_foot_print(rosetta.protocols.loophash.BackboneSegment) -> int
- length(...) from builtins.PyCapsule
- length(rosetta.protocols.loophash.BackboneSegment) -> int
- omega(...) from builtins.PyCapsule
- omega(rosetta.protocols.loophash.BackboneSegment) -> rosetta.std.vector_double
- phi(...) from builtins.PyCapsule
- phi(rosetta.protocols.loophash.BackboneSegment) -> rosetta.std.vector_double
- print(...) from builtins.PyCapsule
- print(rosetta.protocols.loophash.BackboneSegment) -> NoneType
- psi(...) from builtins.PyCapsule
- psi(rosetta.protocols.loophash.BackboneSegment) -> rosetta.std.vector_double
- read_from_pose(...) from builtins.PyCapsule
- read_from_pose(self : rosetta.protocols.loophash.BackboneSegment, pose : rosetta.core.pose.Pose, ir : int, length : int) -> NoneType
|
class FastGapMover(rosetta.protocols.moves.Mover) |
|
Mover class for closing gaps.
This Mover checks for any gaps using residue residue distances
Then eats back at the chain surrounding it until loophash finds
a fragment that fits in the space without changing the rest of
pose too much. |
|
- Method resolution order:
- FastGapMover
- rosetta.protocols.moves.Mover
- builtins.object
Methods defined here:
- __init__(...) from builtins.PyCapsule
- __init__(*args, **kwargs)
Overloaded function.
1. __init__(handle) -> NoneType
2. __init__(handle, rosetta.protocols.loophash.FastGapMover) -> NoneType
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
- apply(...) from builtins.PyCapsule
- apply(self : rosetta.protocols.loophash.FastGapMover, pose : rosetta.core.pose.Pose) -> NoneType
- assign(...) from builtins.PyCapsule
- assign(self : rosetta.protocols.loophash.FastGapMover, : rosetta.protocols.loophash.FastGapMover) -> rosetta.protocols.loophash.FastGapMover
- clone(...) from builtins.PyCapsule
- clone(rosetta.protocols.loophash.FastGapMover) -> rosetta.protocols.moves.Mover
clone has to be overridden only if clone invocation is expected.
- fresh_instance(...) from builtins.PyCapsule
- fresh_instance(rosetta.protocols.loophash.FastGapMover) -> rosetta.protocols.moves.Mover
- get_name(...) from builtins.PyCapsule
- get_name(rosetta.protocols.loophash.FastGapMover) -> str
- max_rms(...) from builtins.PyCapsule
- max_rms(self : rosetta.protocols.loophash.FastGapMover, setting : float) -> rosetta.protocols.loophash.FastGapMover
- min_rms(...) from builtins.PyCapsule
- min_rms(self : rosetta.protocols.loophash.FastGapMover, setting : float) -> rosetta.protocols.loophash.FastGapMover
- non_ideal(...) from builtins.PyCapsule
- non_ideal(self : rosetta.protocols.loophash.FastGapMover, setting : bool) -> rosetta.protocols.loophash.FastGapMover
Methods inherited from rosetta.protocols.moves.Mover:
- clear_info(...) from builtins.PyCapsule
- clear_info(rosetta.protocols.moves.Mover) -> NoneType
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
- create(...) from builtins.PyCapsule
- create(rosetta.protocols.moves.Mover) -> rosetta.protocols.moves.Mover
- get_additional_output(...) from builtins.PyCapsule
- get_additional_output(rosetta.protocols.moves.Mover) -> rosetta.core.pose.Pose
fpd
Mechanism by which a mover may return multiple output poses from a single input pose.
- get_current_job(...) from builtins.PyCapsule
- get_current_job(rosetta.protocols.moves.Mover) -> protocols::jobdist::BasicJob
- get_current_tag(...) from builtins.PyCapsule
- get_current_tag(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.
- get_input_pose(...) from builtins.PyCapsule
- get_input_pose(rosetta.protocols.moves.Mover) -> rosetta.core.pose.Pose
- get_last_move_status(...) from builtins.PyCapsule
- get_last_move_status(rosetta.protocols.moves.Mover) -> 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.
- get_native_pose(...) from builtins.PyCapsule
- get_native_pose(rosetta.protocols.moves.Mover) -> rosetta.core.pose.Pose
- get_self_ptr(...) from builtins.PyCapsule
- get_self_ptr(*args, **kwargs)
Overloaded function.
1. get_self_ptr(rosetta.protocols.moves.Mover) -> rosetta.protocols.moves.Mover
2. get_self_ptr(rosetta.protocols.moves.Mover) -> rosetta.protocols.moves.Mover
- get_self_weak_ptr(...) from builtins.PyCapsule
- get_self_weak_ptr(*args, **kwargs)
Overloaded function.
1. get_self_weak_ptr(rosetta.protocols.moves.Mover) -> rosetta.std.weak_ptr_const_protocols_moves_Mover_t
2. get_self_weak_ptr(rosetta.protocols.moves.Mover) -> rosetta.std.weak_ptr_protocols_moves_Mover_t
- get_type(...) from builtins.PyCapsule
- get_type(rosetta.protocols.moves.Mover) -> str
- info(...) from builtins.PyCapsule
- info(*args, **kwargs)
Overloaded function.
1. info(rosetta.protocols.moves.Mover) -> rosetta.std.list_std_string_std_allocator_std_string_t
non-const accessor
2. info(rosetta.protocols.moves.Mover) -> rosetta.std.list_std_string_std_allocator_std_string_t
const accessor
- last_proposal_density_ratio(...) from builtins.PyCapsule
- last_proposal_density_ratio(rosetta.protocols.moves.Mover) -> float
- name(...) from builtins.PyCapsule
- name() -> str
- register_options(...) from builtins.PyCapsule
- register_options(*args, **kwargs)
Overloaded function.
1. register_options() -> NoneType
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.
2. register_options() -> NoneType
3. register_options() -> NoneType
4. register_options() -> NoneType
5. register_options() -> NoneType
6. register_options() -> NoneType
7. register_options() -> NoneType
8. register_options() -> NoneType
9. register_options() -> NoneType
Associates relevant options with the AntibodyModeler class
10. register_options() -> NoneType
Associates relevant options with the AntibodyModeler class
11. register_options() -> NoneType
Associates relevant options with the SnugDock class
12. register_options() -> NoneType
Associates relevant options with the SnugDockProtocol class
13. register_options() -> NoneType
Register the options used by this mover with the global options
system.
14. register_options() -> NoneType
15. register_options() -> NoneType
Associate relevant options with the TemperedDocking class.
16. register_options() -> NoneType
17. register_options() -> NoneType
18. register_options() -> NoneType
Associates relevant options with the TemperedDocking class.
19. register_options() -> NoneType
20. register_options() -> NoneType
Associates relevant options with the ConstraintSetMover class
21. register_options() -> NoneType
22. register_options() -> NoneType
Associates relevant options with the DockingInitialPerturbation class
23. register_options() -> NoneType
Associates relevant options with the DockingProtocol class
24. register_options() -> NoneType
Associates relevant options with the TemperedDocking class
25. register_options() -> NoneType
26. register_options() -> NoneType
27. register_options() -> NoneType
28. register_options() -> NoneType
register options
29. register_options() -> NoneType
30. register_options() -> NoneType
Registers applicable options
31. register_options() -> NoneType
Register options with the option system.
32. register_options() -> NoneType
33. register_options() -> NoneType
34. register_options() -> NoneType
Associates relevant options with the LoopRefineInnerCycle class
35. register_options() -> NoneType
Associates relevant options with the LoopRefineInnerCycleContainer class
36. register_options() -> NoneType
Associates relevant options with the LoopRefineInnerCycle class
37. register_options() -> NoneType
Associates relevant options with the LoopRefineInnerCycle class
38. register_options() -> NoneType
39. register_options() -> NoneType
Register options with the option system.
40. register_options() -> NoneType
- reinitialize_for_each_job(...) from builtins.PyCapsule
- reinitialize_for_each_job(rosetta.protocols.moves.Mover) -> bool
Inform the Job Distributor (August '08 vintage) whether this object needs to be freshly regenerated on
each use.
- reinitialize_for_new_input(...) from builtins.PyCapsule
- reinitialize_for_new_input(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).
- reset_status(...) from builtins.PyCapsule
- reset_status(rosetta.protocols.moves.Mover) -> NoneType
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.
- set_current_job(...) from builtins.PyCapsule
- set_current_job(self : rosetta.protocols.moves.Mover, job : protocols::jobdist::BasicJob) -> NoneType
////////////////////////////end Job Distributor interface////////////////////////////////////////
- set_current_tag(...) from builtins.PyCapsule
- set_current_tag(self : rosetta.protocols.moves.Mover, new_tag : str) -> NoneType
- set_input_pose(...) from builtins.PyCapsule
- set_input_pose(self : rosetta.protocols.moves.Mover, pose : rosetta.core.pose.Pose) -> NoneType
setter for poses contained for rms
- set_native_pose(...) from builtins.PyCapsule
- set_native_pose(self : rosetta.protocols.moves.Mover, pose : rosetta.core.pose.Pose) -> NoneType
setter for native poses contained for rms ---- we should get rid of this method? it is widely used, but a bit unsafe
- set_type(...) from builtins.PyCapsule
- set_type(self : rosetta.protocols.moves.Mover, setting : str) -> NoneType
- test_move(...) from builtins.PyCapsule
- test_move(self : rosetta.protocols.moves.Mover, pose : rosetta.core.pose.Pose) -> NoneType
: Unit test support function. Apply one move to a given pose.
Allows extra test specific functions to be called before applying
- type(...) from builtins.PyCapsule
- type(*args, **kwargs)
Overloaded function.
1. type(rosetta.protocols.moves.Mover) -> str
2. type(self : rosetta.protocols.moves.Mover, type_in : str) -> NoneType
|
class LeapIndex(builtins.object) |
|
The LeapIndex stores information about a particular Leap. It hold the oroiginal high precision rigid body transform
and an Index to a Backbone Database (BackboneDB) that has the actual phi psi angles. THe storage of the precise RT takes a
lot of space and may be deprecated at some point, since once it is hashed, it is rarely needed and can be recomputed if it is.
Note that the length of the loop is not stored either, this is again done for saving memory, as huge lists of Leaps are
typically created all with the same length. THe length is stored and handled by the owner of LeapIndex list.
The LeapIndex does not store the actual backbone coordinates of the Leap. It merely contains an index (the BackboneIndex)
which refers to a serial store of backbone triples (phi,psi, omega) which are stored somewhere else in a BackboneDB.
THis is improtant to save memory storage since multiple Leaps cna share the same backbone triple and redundant storage
would be hugely wasteful. |
|
Methods defined here:
- __init__(...) from builtins.PyCapsule
- __init__(rosetta.protocols.loophash.LeapIndex) -> NoneType
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Data descriptors defined here:
- index
- key
- offset
|
class LocalInserter(builtins.object) |
| |
Methods defined here:
- __init__(...) from builtins.PyCapsule
- __init__(*args, **kwargs)
Overloaded function.
1. __init__(rosetta.protocols.loophash.LocalInserter) -> NoneType
2. __init__(rosetta.protocols.loophash.LocalInserter, rosetta.protocols.loophash.LocalInserter) -> NoneType
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
- assign(...) from builtins.PyCapsule
- assign(self : rosetta.protocols.loophash.LocalInserter, : rosetta.protocols.loophash.LocalInserter) -> rosetta.protocols.loophash.LocalInserter
- make_local_bb_change(...) from builtins.PyCapsule
- make_local_bb_change(self : rosetta.protocols.loophash.LocalInserter, start_pose : rosetta.core.pose.Pose, original_pose : rosetta.core.pose.Pose, new_bs : rosetta.protocols.loophash.BackboneSegment, res_pos : int) -> float
- make_local_bb_change_close_gaps(...) from builtins.PyCapsule
- make_local_bb_change_close_gaps(self : rosetta.protocols.loophash.LocalInserter, start_pose : rosetta.core.pose.Pose, original_pose : rosetta.core.pose.Pose, new_bs : rosetta.protocols.loophash.BackboneSegment, res_pos : int) -> float
- make_local_bb_change_include_cut(...) from builtins.PyCapsule
- make_local_bb_change_include_cut(self : rosetta.protocols.loophash.LocalInserter, start_pose : rosetta.core.pose.Pose, original_pose : rosetta.core.pose.Pose, new_bs : rosetta.protocols.loophash.BackboneSegment, res_pos : int) -> float
|
class LocalInserter_SimpleMin(LocalInserter) |
| |
- Method resolution order:
- LocalInserter_SimpleMin
- LocalInserter
- builtins.object
Methods defined here:
- __init__(...) from builtins.PyCapsule
- __init__(*args, **kwargs)
Overloaded function.
1. __init__(handle) -> NoneType
2. __init__(handle, rosetta.protocols.loophash.LocalInserter_SimpleMin) -> NoneType
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
- assign(...) from builtins.PyCapsule
- assign(self : rosetta.protocols.loophash.LocalInserter_SimpleMin, : rosetta.protocols.loophash.LocalInserter_SimpleMin) -> rosetta.protocols.loophash.LocalInserter_SimpleMin
- make_local_bb_change(...) from builtins.PyCapsule
- make_local_bb_change(self : rosetta.protocols.loophash.LocalInserter_SimpleMin, start_pose : rosetta.core.pose.Pose, original_pose : rosetta.core.pose.Pose, new_bs : rosetta.protocols.loophash.BackboneSegment, res_pos : int) -> float
- make_local_bb_change_close_gaps(...) from builtins.PyCapsule
- make_local_bb_change_close_gaps(self : rosetta.protocols.loophash.LocalInserter_SimpleMin, start_pose : rosetta.core.pose.Pose, original_pose : rosetta.core.pose.Pose, new_bs : rosetta.protocols.loophash.BackboneSegment, res_pos : int) -> float
- make_local_bb_change_include_cut(...) from builtins.PyCapsule
- make_local_bb_change_include_cut(self : rosetta.protocols.loophash.LocalInserter_SimpleMin, start_pose : rosetta.core.pose.Pose, original_pose : rosetta.core.pose.Pose, new_bs : rosetta.protocols.loophash.BackboneSegment, res_pos : int) -> float
- scorefxn_cen_cst(...) from builtins.PyCapsule
- scorefxn_cen_cst(self : rosetta.protocols.loophash.LocalInserter_SimpleMin, scorefxn : rosetta.core.scoring.ScoreFunction) -> NoneType
set the score function for the second round of minimization
during a loophash insert
- scorefxn_rama_cst(...) from builtins.PyCapsule
- scorefxn_rama_cst(self : rosetta.protocols.loophash.LocalInserter_SimpleMin, scorefxn : rosetta.core.scoring.ScoreFunction) -> NoneType
set the score function for the first round of minimization
during a loophash insert
|
class LoopHashDiversifier(rosetta.protocols.moves.Mover) |
| |
- Method resolution order:
- LoopHashDiversifier
- rosetta.protocols.moves.Mover
- builtins.object
Methods defined here:
- __init__(...) from builtins.PyCapsule
- __init__(*args, **kwargs)
Overloaded function.
1. __init__(handle) -> NoneType
2. __init__(self : handle, library : rosetta.protocols.loophash.LoopHashLibrary, min_inter_ss_bbrms : float, max_inter_ss_bbrms : float, min_intra_ss_bbrms : float, max_intra_ss_bbrms : float, min_rms : float, max_rms : float, start_res : int, stop_res : int, window_size : int, max_radius : int, max_struct : int, num_iterations : int, num_try_div : int, diversify_loop_only : bool, ideal : bool, filter_by_phipsi : bool, cenfilter : rosetta.protocols.filters.Filter, ranking_cenfilter : rosetta.protocols.filters.Filter, scorefxn_cen_cst : rosetta.core.scoring.ScoreFunction, scorefxn_rama_cst : rosetta.core.scoring.ScoreFunction) -> NoneType
3. __init__(handle, rosetta.protocols.loophash.LoopHashDiversifier) -> NoneType
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
- add_loop_size(...) from builtins.PyCapsule
- add_loop_size(self : rosetta.protocols.loophash.LoopHashDiversifier, loop_size : int) -> NoneType
- apply(...) from builtins.PyCapsule
- apply(self : rosetta.protocols.loophash.LoopHashDiversifier, pose : rosetta.core.pose.Pose) -> NoneType
- assign(...) from builtins.PyCapsule
- assign(self : rosetta.protocols.loophash.LoopHashDiversifier, : rosetta.protocols.loophash.LoopHashDiversifier) -> rosetta.protocols.loophash.LoopHashDiversifier
- cenfilter(...) from builtins.PyCapsule
- cenfilter(self : rosetta.protocols.loophash.LoopHashDiversifier, cenfilter : rosetta.protocols.filters.Filter) -> NoneType
- clone(...) from builtins.PyCapsule
- clone(rosetta.protocols.loophash.LoopHashDiversifier) -> rosetta.protocols.moves.Mover
- fresh_instance(...) from builtins.PyCapsule
- fresh_instance(rosetta.protocols.loophash.LoopHashDiversifier) -> rosetta.protocols.moves.Mover
- get_name(...) from builtins.PyCapsule
- get_name(rosetta.protocols.loophash.LoopHashDiversifier) -> str
- loop_sizes(...) from builtins.PyCapsule
- loop_sizes(rosetta.protocols.loophash.LoopHashDiversifier) -> rosetta.utility.vector1_unsigned_long
- max_inter_ss_bbrms(...) from builtins.PyCapsule
- max_inter_ss_bbrms(*args, **kwargs)
Overloaded function.
1. max_inter_ss_bbrms(rosetta.protocols.loophash.LoopHashDiversifier) -> float
2. max_inter_ss_bbrms(self : rosetta.protocols.loophash.LoopHashDiversifier, max_inter_ss_bbrms : float) -> NoneType
- max_intra_ss_bbrms(...) from builtins.PyCapsule
- max_intra_ss_bbrms(*args, **kwargs)
Overloaded function.
1. max_intra_ss_bbrms(rosetta.protocols.loophash.LoopHashDiversifier) -> float
2. max_intra_ss_bbrms(self : rosetta.protocols.loophash.LoopHashDiversifier, max_intra_ss_bbrms : float) -> NoneType
- max_rms(...) from builtins.PyCapsule
- max_rms(*args, **kwargs)
Overloaded function.
1. max_rms(rosetta.protocols.loophash.LoopHashDiversifier) -> float
2. max_rms(self : rosetta.protocols.loophash.LoopHashDiversifier, max_rms : float) -> NoneType
- min_inter_ss_bbrms(...) from builtins.PyCapsule
- min_inter_ss_bbrms(*args, **kwargs)
Overloaded function.
1. min_inter_ss_bbrms(rosetta.protocols.loophash.LoopHashDiversifier) -> float
2. min_inter_ss_bbrms(self : rosetta.protocols.loophash.LoopHashDiversifier, min_inter_ss_bbrms : float) -> NoneType
- min_intra_ss_bbrms(...) from builtins.PyCapsule
- min_intra_ss_bbrms(*args, **kwargs)
Overloaded function.
1. min_intra_ss_bbrms(rosetta.protocols.loophash.LoopHashDiversifier) -> float
2. min_intra_ss_bbrms(self : rosetta.protocols.loophash.LoopHashDiversifier, min_intra_ss_bbrms : float) -> NoneType
- min_rms(...) from builtins.PyCapsule
- min_rms(*args, **kwargs)
Overloaded function.
1. min_rms(rosetta.protocols.loophash.LoopHashDiversifier) -> float
2. min_rms(self : rosetta.protocols.loophash.LoopHashDiversifier, min_rms : float) -> NoneType
- num_iterations(...) from builtins.PyCapsule
- num_iterations(*args, **kwargs)
Overloaded function.
1. num_iterations(rosetta.protocols.loophash.LoopHashDiversifier) -> int
2. num_iterations(self : rosetta.protocols.loophash.LoopHashDiversifier, num_iterations : int) -> NoneType
- num_try_div(...) from builtins.PyCapsule
- num_try_div(*args, **kwargs)
Overloaded function.
1. num_try_div(rosetta.protocols.loophash.LoopHashDiversifier) -> int
2. num_try_div(self : rosetta.protocols.loophash.LoopHashDiversifier, num_try_div : int) -> NoneType
- ranking_cenfilter(...) from builtins.PyCapsule
- ranking_cenfilter(*args, **kwargs)
Overloaded function.
1. ranking_cenfilter(self : rosetta.protocols.loophash.LoopHashDiversifier, filter : rosetta.protocols.filters.Filter) -> NoneType
2. ranking_cenfilter(rosetta.protocols.loophash.LoopHashDiversifier) -> rosetta.protocols.filters.Filter
Methods inherited from rosetta.protocols.moves.Mover:
- clear_info(...) from builtins.PyCapsule
- clear_info(rosetta.protocols.moves.Mover) -> NoneType
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
- create(...) from builtins.PyCapsule
- create(rosetta.protocols.moves.Mover) -> rosetta.protocols.moves.Mover
- get_additional_output(...) from builtins.PyCapsule
- get_additional_output(rosetta.protocols.moves.Mover) -> rosetta.core.pose.Pose
fpd
Mechanism by which a mover may return multiple output poses from a single input pose.
- get_current_job(...) from builtins.PyCapsule
- get_current_job(rosetta.protocols.moves.Mover) -> protocols::jobdist::BasicJob
- get_current_tag(...) from builtins.PyCapsule
- get_current_tag(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.
- get_input_pose(...) from builtins.PyCapsule
- get_input_pose(rosetta.protocols.moves.Mover) -> rosetta.core.pose.Pose
- get_last_move_status(...) from builtins.PyCapsule
- get_last_move_status(rosetta.protocols.moves.Mover) -> 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.
- get_native_pose(...) from builtins.PyCapsule
- get_native_pose(rosetta.protocols.moves.Mover) -> rosetta.core.pose.Pose
- get_self_ptr(...) from builtins.PyCapsule
- get_self_ptr(*args, **kwargs)
Overloaded function.
1. get_self_ptr(rosetta.protocols.moves.Mover) -> rosetta.protocols.moves.Mover
2. get_self_ptr(rosetta.protocols.moves.Mover) -> rosetta.protocols.moves.Mover
- get_self_weak_ptr(...) from builtins.PyCapsule
- get_self_weak_ptr(*args, **kwargs)
Overloaded function.
1. get_self_weak_ptr(rosetta.protocols.moves.Mover) -> rosetta.std.weak_ptr_const_protocols_moves_Mover_t
2. get_self_weak_ptr(rosetta.protocols.moves.Mover) -> rosetta.std.weak_ptr_protocols_moves_Mover_t
- get_type(...) from builtins.PyCapsule
- get_type(rosetta.protocols.moves.Mover) -> str
- info(...) from builtins.PyCapsule
- info(*args, **kwargs)
Overloaded function.
1. info(rosetta.protocols.moves.Mover) -> rosetta.std.list_std_string_std_allocator_std_string_t
non-const accessor
2. info(rosetta.protocols.moves.Mover) -> rosetta.std.list_std_string_std_allocator_std_string_t
const accessor
- last_proposal_density_ratio(...) from builtins.PyCapsule
- last_proposal_density_ratio(rosetta.protocols.moves.Mover) -> float
- name(...) from builtins.PyCapsule
- name() -> str
- register_options(...) from builtins.PyCapsule
- register_options(*args, **kwargs)
Overloaded function.
1. register_options() -> NoneType
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.
2. register_options() -> NoneType
3. register_options() -> NoneType
4. register_options() -> NoneType
5. register_options() -> NoneType
6. register_options() -> NoneType
7. register_options() -> NoneType
8. register_options() -> NoneType
9. register_options() -> NoneType
Associates relevant options with the AntibodyModeler class
10. register_options() -> NoneType
Associates relevant options with the AntibodyModeler class
11. register_options() -> NoneType
Associates relevant options with the SnugDock class
12. register_options() -> NoneType
Associates relevant options with the SnugDockProtocol class
13. register_options() -> NoneType
Register the options used by this mover with the global options
system.
14. register_options() -> NoneType
15. register_options() -> NoneType
Associate relevant options with the TemperedDocking class.
16. register_options() -> NoneType
17. register_options() -> NoneType
18. register_options() -> NoneType
Associates relevant options with the TemperedDocking class.
19. register_options() -> NoneType
20. register_options() -> NoneType
Associates relevant options with the ConstraintSetMover class
21. register_options() -> NoneType
22. register_options() -> NoneType
Associates relevant options with the DockingInitialPerturbation class
23. register_options() -> NoneType
Associates relevant options with the DockingProtocol class
24. register_options() -> NoneType
Associates relevant options with the TemperedDocking class
25. register_options() -> NoneType
26. register_options() -> NoneType
27. register_options() -> NoneType
28. register_options() -> NoneType
register options
29. register_options() -> NoneType
30. register_options() -> NoneType
Registers applicable options
31. register_options() -> NoneType
Register options with the option system.
32. register_options() -> NoneType
33. register_options() -> NoneType
34. register_options() -> NoneType
Associates relevant options with the LoopRefineInnerCycle class
35. register_options() -> NoneType
Associates relevant options with the LoopRefineInnerCycleContainer class
36. register_options() -> NoneType
Associates relevant options with the LoopRefineInnerCycle class
37. register_options() -> NoneType
Associates relevant options with the LoopRefineInnerCycle class
38. register_options() -> NoneType
39. register_options() -> NoneType
Register options with the option system.
40. register_options() -> NoneType
- reinitialize_for_each_job(...) from builtins.PyCapsule
- reinitialize_for_each_job(rosetta.protocols.moves.Mover) -> bool
Inform the Job Distributor (August '08 vintage) whether this object needs to be freshly regenerated on
each use.
- reinitialize_for_new_input(...) from builtins.PyCapsule
- reinitialize_for_new_input(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).
- reset_status(...) from builtins.PyCapsule
- reset_status(rosetta.protocols.moves.Mover) -> NoneType
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.
- set_current_job(...) from builtins.PyCapsule
- set_current_job(self : rosetta.protocols.moves.Mover, job : protocols::jobdist::BasicJob) -> NoneType
////////////////////////////end Job Distributor interface////////////////////////////////////////
- set_current_tag(...) from builtins.PyCapsule
- set_current_tag(self : rosetta.protocols.moves.Mover, new_tag : str) -> NoneType
- set_input_pose(...) from builtins.PyCapsule
- set_input_pose(self : rosetta.protocols.moves.Mover, pose : rosetta.core.pose.Pose) -> NoneType
setter for poses contained for rms
- set_native_pose(...) from builtins.PyCapsule
- set_native_pose(self : rosetta.protocols.moves.Mover, pose : rosetta.core.pose.Pose) -> NoneType
setter for native poses contained for rms ---- we should get rid of this method? it is widely used, but a bit unsafe
- set_type(...) from builtins.PyCapsule
- set_type(self : rosetta.protocols.moves.Mover, setting : str) -> NoneType
- test_move(...) from builtins.PyCapsule
- test_move(self : rosetta.protocols.moves.Mover, pose : rosetta.core.pose.Pose) -> NoneType
: Unit test support function. Apply one move to a given pose.
Allows extra test specific functions to be called before applying
- type(...) from builtins.PyCapsule
- type(*args, **kwargs)
Overloaded function.
1. type(rosetta.protocols.moves.Mover) -> str
2. type(self : rosetta.protocols.moves.Mover, type_in : str) -> NoneType
|
class LoopHashLibrary(rosetta.protocols.moves.Mover) |
| |
- Method resolution order:
- LoopHashLibrary
- rosetta.protocols.moves.Mover
- builtins.object
Methods defined here:
- __init__(...) from builtins.PyCapsule
- __init__(*args, **kwargs)
Overloaded function.
1. __init__(handle) -> NoneType
doc
2. __init__(handle, rosetta.utility.vector1_unsigned_long) -> NoneType
doc
3. __init__(handle, rosetta.utility.vector1_unsigned_long, int) -> NoneType
doc
4. __init__(self : handle, init_sizes : rosetta.utility.vector1_unsigned_long, num_partitions : int, assigned_num : int) -> NoneType
5. __init__(handle, rosetta.protocols.loophash.LoopHashLibrary) -> NoneType
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
- apply(...) from builtins.PyCapsule
- apply(self : rosetta.protocols.loophash.LoopHashLibrary, pose : rosetta.core.pose.Pose) -> NoneType
- apply_random(...) from builtins.PyCapsule
- apply_random(self : rosetta.protocols.loophash.LoopHashLibrary, pose : rosetta.core.pose.Pose, fir : int, fjr : int, min_rms : float, max_rms : float) -> NoneType
- assign(...) from builtins.PyCapsule
- assign(self : rosetta.protocols.loophash.LoopHashLibrary, : rosetta.protocols.loophash.LoopHashLibrary) -> rosetta.protocols.loophash.LoopHashLibrary
- backbone_database(...) from builtins.PyCapsule
- backbone_database(rosetta.protocols.loophash.LoopHashLibrary) -> rosetta.protocols.loophash.BackboneDB
- clone(...) from builtins.PyCapsule
- clone(rosetta.protocols.loophash.LoopHashLibrary) -> rosetta.protocols.moves.Mover
- create_db(...) from builtins.PyCapsule
- create_db(rosetta.protocols.loophash.LoopHashLibrary) -> NoneType
- delete_db(...) from builtins.PyCapsule
- delete_db(rosetta.protocols.loophash.LoopHashLibrary) -> NoneType
- extract_data_from_pose(...) from builtins.PyCapsule
- extract_data_from_pose(*args, **kwargs)
Overloaded function.
1. extract_data_from_pose(self : rosetta.protocols.loophash.LoopHashLibrary, pose : rosetta.core.pose.Pose, nres : int) -> NoneType
2. extract_data_from_pose(self : rosetta.protocols.loophash.LoopHashLibrary, pose : rosetta.core.pose.Pose, nres : int, chunk : rosetta.protocols.frag_picker.VallChunk) -> NoneType
3. extract_data_from_pose(self : rosetta.protocols.loophash.LoopHashLibrary, pose : rosetta.core.pose.Pose) -> NoneType
- fresh_instance(...) from builtins.PyCapsule
- fresh_instance(rosetta.protocols.loophash.LoopHashLibrary) -> rosetta.protocols.moves.Mover
- get_all(...) from builtins.PyCapsule
- get_all(*args, **kwargs)
Overloaded function.
1. get_all(self : rosetta.protocols.loophash.LoopHashLibrary, pose : rosetta.core.pose.Pose, lib_structs : rosetta.std.vector_std_shared_ptr_core_io_silent_SilentStruct_t) -> NoneType
2. get_all(self : rosetta.protocols.loophash.LoopHashLibrary, pose : rosetta.core.pose.Pose, lib_structs : rosetta.std.vector_std_shared_ptr_core_io_silent_SilentStruct_t, start_res : int) -> NoneType
3. get_all(self : rosetta.protocols.loophash.LoopHashLibrary, pose : rosetta.core.pose.Pose, lib_structs : rosetta.std.vector_std_shared_ptr_core_io_silent_SilentStruct_t, start_res : int, stop_res : int) -> NoneType
4. get_all(self : rosetta.protocols.loophash.LoopHashLibrary, pose : rosetta.core.pose.Pose, lib_structs : rosetta.std.vector_std_shared_ptr_core_io_silent_SilentStruct_t, start_res : int, stop_res : int, min_bbrms : float) -> NoneType
5. get_all(self : rosetta.protocols.loophash.LoopHashLibrary, pose : rosetta.core.pose.Pose, lib_structs : rosetta.std.vector_std_shared_ptr_core_io_silent_SilentStruct_t, start_res : int, stop_res : int, min_bbrms : float, max_bbrms : float) -> NoneType
6. get_all(self : rosetta.protocols.loophash.LoopHashLibrary, pose : rosetta.core.pose.Pose, lib_structs : rosetta.std.vector_std_shared_ptr_core_io_silent_SilentStruct_t, start_res : int, stop_res : int, min_bbrms : float, max_bbrms : float, min_rms : float) -> NoneType
7. get_all(self : rosetta.protocols.loophash.LoopHashLibrary, pose : rosetta.core.pose.Pose, lib_structs : rosetta.std.vector_std_shared_ptr_core_io_silent_SilentStruct_t, start_res : int, stop_res : int, min_bbrms : float, max_bbrms : float, min_rms : float, max_rms : float) -> NoneType
- get_extra(...) from builtins.PyCapsule
- get_extra(rosetta.protocols.loophash.LoopHashLibrary) -> bool
- get_name(...) from builtins.PyCapsule
- get_name(rosetta.protocols.loophash.LoopHashLibrary) -> str
- gethash(...) from builtins.PyCapsule
- gethash(self : rosetta.protocols.loophash.LoopHashLibrary, size : int) -> rosetta.protocols.loophash.LoopHashMap
- graft_loop(...) from builtins.PyCapsule
- graft_loop(self : rosetta.protocols.loophash.LoopHashLibrary, src_pose : rosetta.core.pose.Pose, tgt_pose : rosetta.core.pose.Pose, myloop : rosetta.protocols.loops.Loop) -> NoneType
- hash_sizes(...) from builtins.PyCapsule
- hash_sizes(rosetta.protocols.loophash.LoopHashLibrary) -> rosetta.std.vector_unsigned_long
- load_db(...) from builtins.PyCapsule
- load_db(rosetta.protocols.loophash.LoopHashLibrary) -> NoneType
- load_mergeddb(...) from builtins.PyCapsule
- load_mergeddb(rosetta.protocols.loophash.LoopHashLibrary) -> NoneType
- loopdb_range(...) from builtins.PyCapsule
- loopdb_range(rosetta.protocols.loophash.LoopHashLibrary) -> (int, int)
- mem_foot_print(...) from builtins.PyCapsule
- mem_foot_print(rosetta.protocols.loophash.LoopHashLibrary) -> NoneType
- merge(...) from builtins.PyCapsule
- merge(self : rosetta.protocols.loophash.LoopHashLibrary, second_lib : rosetta.protocols.loophash.LoopHashLibrary, rms_cutoffs : rosetta.utility.vector1_double) -> NoneType
- merge_bbdb(...) from builtins.PyCapsule
- merge_bbdb(self : rosetta.protocols.loophash.LoopHashLibrary, second_bbdb : rosetta.protocols.loophash.BackboneDB, index_offset : int) -> bool
- save_db(...) from builtins.PyCapsule
- save_db(rosetta.protocols.loophash.LoopHashLibrary) -> NoneType
- set_create_db(...) from builtins.PyCapsule
- set_create_db(*args, **kwargs)
Overloaded function.
1. set_create_db(rosetta.protocols.loophash.LoopHashLibrary) -> NoneType
2. set_create_db(self : rosetta.protocols.loophash.LoopHashLibrary, setting : bool) -> NoneType
- set_db_path(...) from builtins.PyCapsule
- set_db_path(self : rosetta.protocols.loophash.LoopHashLibrary, setting : str) -> NoneType
- set_default_score_functions(...) from builtins.PyCapsule
- set_default_score_functions(rosetta.protocols.loophash.LoopHashLibrary) -> NoneType
- setup_hash_maps(...) from builtins.PyCapsule
- setup_hash_maps(rosetta.protocols.loophash.LoopHashLibrary) -> NoneType
- sort(...) from builtins.PyCapsule
- sort(rosetta.protocols.loophash.LoopHashLibrary) -> NoneType
- test_loop_sample(...) from builtins.PyCapsule
- test_loop_sample(self : rosetta.protocols.loophash.LoopHashLibrary, pose : rosetta.core.pose.Pose, nres : int) -> NoneType
- test_saving_library(...) from builtins.PyCapsule
- test_saving_library(self : rosetta.protocols.loophash.LoopHashLibrary, : rosetta.core.pose.Pose, ir : int, deposit : bool) -> bool
Methods inherited from rosetta.protocols.moves.Mover:
- clear_info(...) from builtins.PyCapsule
- clear_info(rosetta.protocols.moves.Mover) -> NoneType
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
- create(...) from builtins.PyCapsule
- create(rosetta.protocols.moves.Mover) -> rosetta.protocols.moves.Mover
- get_additional_output(...) from builtins.PyCapsule
- get_additional_output(rosetta.protocols.moves.Mover) -> rosetta.core.pose.Pose
fpd
Mechanism by which a mover may return multiple output poses from a single input pose.
- get_current_job(...) from builtins.PyCapsule
- get_current_job(rosetta.protocols.moves.Mover) -> protocols::jobdist::BasicJob
- get_current_tag(...) from builtins.PyCapsule
- get_current_tag(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.
- get_input_pose(...) from builtins.PyCapsule
- get_input_pose(rosetta.protocols.moves.Mover) -> rosetta.core.pose.Pose
- get_last_move_status(...) from builtins.PyCapsule
- get_last_move_status(rosetta.protocols.moves.Mover) -> 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.
- get_native_pose(...) from builtins.PyCapsule
- get_native_pose(rosetta.protocols.moves.Mover) -> rosetta.core.pose.Pose
- get_self_ptr(...) from builtins.PyCapsule
- get_self_ptr(*args, **kwargs)
Overloaded function.
1. get_self_ptr(rosetta.protocols.moves.Mover) -> rosetta.protocols.moves.Mover
2. get_self_ptr(rosetta.protocols.moves.Mover) -> rosetta.protocols.moves.Mover
- get_self_weak_ptr(...) from builtins.PyCapsule
- get_self_weak_ptr(*args, **kwargs)
Overloaded function.
1. get_self_weak_ptr(rosetta.protocols.moves.Mover) -> rosetta.std.weak_ptr_const_protocols_moves_Mover_t
2. get_self_weak_ptr(rosetta.protocols.moves.Mover) -> rosetta.std.weak_ptr_protocols_moves_Mover_t
- get_type(...) from builtins.PyCapsule
- get_type(rosetta.protocols.moves.Mover) -> str
- info(...) from builtins.PyCapsule
- info(*args, **kwargs)
Overloaded function.
1. info(rosetta.protocols.moves.Mover) -> rosetta.std.list_std_string_std_allocator_std_string_t
non-const accessor
2. info(rosetta.protocols.moves.Mover) -> rosetta.std.list_std_string_std_allocator_std_string_t
const accessor
- last_proposal_density_ratio(...) from builtins.PyCapsule
- last_proposal_density_ratio(rosetta.protocols.moves.Mover) -> float
- name(...) from builtins.PyCapsule
- name() -> str
- register_options(...) from builtins.PyCapsule
- register_options(*args, **kwargs)
Overloaded function.
1. register_options() -> NoneType
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.
2. register_options() -> NoneType
3. register_options() -> NoneType
4. register_options() -> NoneType
5. register_options() -> NoneType
6. register_options() -> NoneType
7. register_options() -> NoneType
8. register_options() -> NoneType
9. register_options() -> NoneType
Associates relevant options with the AntibodyModeler class
10. register_options() -> NoneType
Associates relevant options with the AntibodyModeler class
11. register_options() -> NoneType
Associates relevant options with the SnugDock class
12. register_options() -> NoneType
Associates relevant options with the SnugDockProtocol class
13. register_options() -> NoneType
Register the options used by this mover with the global options
system.
14. register_options() -> NoneType
15. register_options() -> NoneType
Associate relevant options with the TemperedDocking class.
16. register_options() -> NoneType
17. register_options() -> NoneType
18. register_options() -> NoneType
Associates relevant options with the TemperedDocking class.
19. register_options() -> NoneType
20. register_options() -> NoneType
Associates relevant options with the ConstraintSetMover class
21. register_options() -> NoneType
22. register_options() -> NoneType
Associates relevant options with the DockingInitialPerturbation class
23. register_options() -> NoneType
Associates relevant options with the DockingProtocol class
24. register_options() -> NoneType
Associates relevant options with the TemperedDocking class
25. register_options() -> NoneType
26. register_options() -> NoneType
27. register_options() -> NoneType
28. register_options() -> NoneType
register options
29. register_options() -> NoneType
30. register_options() -> NoneType
Registers applicable options
31. register_options() -> NoneType
Register options with the option system.
32. register_options() -> NoneType
33. register_options() -> NoneType
34. register_options() -> NoneType
Associates relevant options with the LoopRefineInnerCycle class
35. register_options() -> NoneType
Associates relevant options with the LoopRefineInnerCycleContainer class
36. register_options() -> NoneType
Associates relevant options with the LoopRefineInnerCycle class
37. register_options() -> NoneType
Associates relevant options with the LoopRefineInnerCycle class
38. register_options() -> NoneType
39. register_options() -> NoneType
Register options with the option system.
40. register_options() -> NoneType
- reinitialize_for_each_job(...) from builtins.PyCapsule
- reinitialize_for_each_job(rosetta.protocols.moves.Mover) -> bool
Inform the Job Distributor (August '08 vintage) whether this object needs to be freshly regenerated on
each use.
- reinitialize_for_new_input(...) from builtins.PyCapsule
- reinitialize_for_new_input(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).
- reset_status(...) from builtins.PyCapsule
- reset_status(rosetta.protocols.moves.Mover) -> NoneType
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.
- set_current_job(...) from builtins.PyCapsule
- set_current_job(self : rosetta.protocols.moves.Mover, job : protocols::jobdist::BasicJob) -> NoneType
////////////////////////////end Job Distributor interface////////////////////////////////////////
- set_current_tag(...) from builtins.PyCapsule
- set_current_tag(self : rosetta.protocols.moves.Mover, new_tag : str) -> NoneType
- set_input_pose(...) from builtins.PyCapsule
- set_input_pose(self : rosetta.protocols.moves.Mover, pose : rosetta.core.pose.Pose) -> NoneType
setter for poses contained for rms
- set_native_pose(...) from builtins.PyCapsule
- set_native_pose(self : rosetta.protocols.moves.Mover, pose : rosetta.core.pose.Pose) -> NoneType
setter for native poses contained for rms ---- we should get rid of this method? it is widely used, but a bit unsafe
- set_type(...) from builtins.PyCapsule
- set_type(self : rosetta.protocols.moves.Mover, setting : str) -> NoneType
- test_move(...) from builtins.PyCapsule
- test_move(self : rosetta.protocols.moves.Mover, pose : rosetta.core.pose.Pose) -> NoneType
: Unit test support function. Apply one move to a given pose.
Allows extra test specific functions to be called before applying
- type(...) from builtins.PyCapsule
- type(*args, **kwargs)
Overloaded function.
1. type(rosetta.protocols.moves.Mover) -> str
2. type(self : rosetta.protocols.moves.Mover, type_in : str) -> NoneType
|
class LoopHashMap(builtins.object) |
|
the loop hash map stores LeapIndexes and a hashmap to access those LeapIndexes quickly by their 6D coordinates. |
|
Methods defined here:
- __init__(...) from builtins.PyCapsule
- __init__(*args, **kwargs)
Overloaded function.
1. __init__(rosetta.protocols.loophash.LoopHashMap) -> NoneType
doc
2. __init__(self : rosetta.protocols.loophash.LoopHashMap, loop_size : int) -> NoneType
3. __init__(self : rosetta.protocols.loophash.LoopHashMap, other : rosetta.protocols.loophash.LoopHashMap) -> NoneType
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
- add_leap(...) from builtins.PyCapsule
- add_leap(*args, **kwargs)
Overloaded function.
1. add_leap(self : rosetta.protocols.loophash.LoopHashMap, leap_index : rosetta.protocols.loophash.LeapIndex, transform : rosetta.utility.fixedsizearray1_double_6_t) -> NoneType
Add a leap/loop to the HashMap
2. add_leap(self : rosetta.protocols.loophash.LoopHashMap, leap_index : rosetta.protocols.loophash.LeapIndex, key : int) -> NoneType
Add a leap/loop to the HashMap with a key, skipping hashing
- add_legacyleap(...) from builtins.PyCapsule
- add_legacyleap(self : rosetta.protocols.loophash.LoopHashMap, legacyleap_index : rosetta.protocols.loophash.LegacyLeapIndex) -> NoneType
Add an legacy leap/loop to the HashMap
- assign(...) from builtins.PyCapsule
- assign(self : rosetta.protocols.loophash.LoopHashMap, other : rosetta.protocols.loophash.LoopHashMap) -> rosetta.protocols.loophash.LoopHashMap
- get_loop_size(...) from builtins.PyCapsule
- get_loop_size(rosetta.protocols.loophash.LoopHashMap) -> int
Query the loopsize of this LoopHashMap
- get_peptide(...) from builtins.PyCapsule
- get_peptide(self : rosetta.protocols.loophash.LoopHashMap, index : int) -> rosetta.protocols.loophash.LeapIndex
Obtain an index to a given peptide saved
- lookup(...) from builtins.PyCapsule
- lookup(*args, **kwargs)
Overloaded function.
1. lookup(self : rosetta.protocols.loophash.LoopHashMap, transform : rosetta.utility.fixedsizearray1_double_6_t, result : rosetta.std.vector_unsigned_long) -> NoneType
Append to a bucket of vectors in the appropriate bin, lookup by transform
2. lookup(self : rosetta.protocols.loophash.LoopHashMap, index : int, result : rosetta.std.vector_unsigned_long) -> NoneType
Append to a bucket of vectors in the appropriate bin, lookup by bin index
Using core::Size instead of boost::uinst64_t
- lookup_withkey(...) from builtins.PyCapsule
- lookup_withkey(self : rosetta.protocols.loophash.LoopHashMap, key : int, result : rosetta.std.vector_unsigned_long) -> NoneType
Return a vector of loops with equal keys given a key
- mem_foot_print(...) from builtins.PyCapsule
- mem_foot_print(rosetta.protocols.loophash.LoopHashMap) -> NoneType
Return the memory usage of this class
- n_loops(...) from builtins.PyCapsule
- n_loops(rosetta.protocols.loophash.LoopHashMap) -> int
- radial_count(...) from builtins.PyCapsule
- radial_count(self : rosetta.protocols.loophash.LoopHashMap, radius : int, center : rosetta.utility.fixedsizearray1_double_6_t) -> int
count hits in the appropriate bin, radial lookup by transform
- radial_lookup(...) from builtins.PyCapsule
- radial_lookup(self : rosetta.protocols.loophash.LoopHashMap, radius : int, transform : rosetta.utility.fixedsizearray1_double_6_t, result : rosetta.std.vector_unsigned_long) -> NoneType
Append to a bucket of vectors in the appropriate bin, radial lookup by transform
- radial_lookup_withkey(...) from builtins.PyCapsule
- radial_lookup_withkey(self : rosetta.protocols.loophash.LoopHashMap, key : int, radius : int, result : rosetta.std.vector_unsigned_long) -> NoneType
Return a vector of loops with equal keys given a key
- read_db(...) from builtins.PyCapsule
- read_db(*args, **kwargs)
Overloaded function.
1. read_db(self : rosetta.protocols.loophash.LoopHashMap, filename : str, loopdb_range : (int, int), homolog_index : rosetta.std.map_unsigned_long_bool) -> NoneType
Basic IO functionality - allows reading and writing text states to/from disk
2. read_db(self : rosetta.protocols.loophash.LoopHashMap, filename : str) -> NoneType
- read_legacydb(...) from builtins.PyCapsule
- read_legacydb(self : rosetta.protocols.loophash.LoopHashMap, filename : str) -> NoneType
Reads legacy binary dbs
- return_key(...) from builtins.PyCapsule
- return_key(self : rosetta.protocols.loophash.LoopHashMap, bb_index : int) -> int
Returns a hashmap key given a member of a bucket
Don't think boost implements this, have to manually look it up
- sort(...) from builtins.PyCapsule
- sort(rosetta.protocols.loophash.LoopHashMap) -> NoneType
Sorts the loopdb_ by leap_index.index
- write_db(...) from builtins.PyCapsule
- write_db(self : rosetta.protocols.loophash.LoopHashMap, filename : str) -> NoneType
Basic IO functionality - allows reading and writing text states to/from disk
|
class LoopHashMoverWrapper(rosetta.protocols.moves.Mover) |
| |
- Method resolution order:
- LoopHashMoverWrapper
- rosetta.protocols.moves.Mover
- builtins.object
Methods defined here:
- __init__(...) from builtins.PyCapsule
- __init__(*args, **kwargs)
Overloaded function.
1. __init__(handle) -> NoneType
2. __init__(handle, rosetta.protocols.loophash.LoopHashMoverWrapper) -> NoneType
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
- add_loop_size(...) from builtins.PyCapsule
- add_loop_size(self : rosetta.protocols.loophash.LoopHashMoverWrapper, loop_size : int) -> NoneType
- apply(...) from builtins.PyCapsule
- apply(self : rosetta.protocols.loophash.LoopHashMoverWrapper, pose : rosetta.core.pose.Pose) -> NoneType
- assign(...) from builtins.PyCapsule
- assign(self : rosetta.protocols.loophash.LoopHashMoverWrapper, : rosetta.protocols.loophash.LoopHashMoverWrapper) -> rosetta.protocols.loophash.LoopHashMoverWrapper
- cenfilter(...) from builtins.PyCapsule
- cenfilter(self : rosetta.protocols.loophash.LoopHashMoverWrapper, cenfilter : rosetta.protocols.filters.Filter) -> NoneType
- clone(...) from builtins.PyCapsule
- clone(rosetta.protocols.loophash.LoopHashMoverWrapper) -> rosetta.protocols.moves.Mover
- fafilter(...) from builtins.PyCapsule
- fafilter(self : rosetta.protocols.loophash.LoopHashMoverWrapper, fafilter : rosetta.protocols.filters.Filter) -> NoneType
- fresh_instance(...) from builtins.PyCapsule
- fresh_instance(rosetta.protocols.loophash.LoopHashMoverWrapper) -> rosetta.protocols.moves.Mover
- get_additional_output(...) from builtins.PyCapsule
- get_additional_output(rosetta.protocols.loophash.LoopHashMoverWrapper) -> rosetta.core.pose.Pose
- get_name(...) from builtins.PyCapsule
- get_name(rosetta.protocols.loophash.LoopHashMoverWrapper) -> str
- loop_sizes(...) from builtins.PyCapsule
- loop_sizes(rosetta.protocols.loophash.LoopHashMoverWrapper) -> rosetta.utility.vector1_unsigned_long
- max_bbrms(...) from builtins.PyCapsule
- max_bbrms(*args, **kwargs)
Overloaded function.
1. max_bbrms(rosetta.protocols.loophash.LoopHashMoverWrapper) -> float
2. max_bbrms(self : rosetta.protocols.loophash.LoopHashMoverWrapper, max_bbrms : float) -> NoneType
- max_nstruct(...) from builtins.PyCapsule
- max_nstruct(*args, **kwargs)
Overloaded function.
1. max_nstruct(rosetta.protocols.loophash.LoopHashMoverWrapper) -> int
2. max_nstruct(self : rosetta.protocols.loophash.LoopHashMoverWrapper, max_nstruct : int) -> NoneType
- max_rms(...) from builtins.PyCapsule
- max_rms(*args, **kwargs)
Overloaded function.
1. max_rms(rosetta.protocols.loophash.LoopHashMoverWrapper) -> float
2. max_rms(self : rosetta.protocols.loophash.LoopHashMoverWrapper, max_rms : float) -> NoneType
- min_bbrms(...) from builtins.PyCapsule
- min_bbrms(*args, **kwargs)
Overloaded function.
1. min_bbrms(rosetta.protocols.loophash.LoopHashMoverWrapper) -> float
2. min_bbrms(self : rosetta.protocols.loophash.LoopHashMoverWrapper, min_bbrms : float) -> NoneType
- min_rms(...) from builtins.PyCapsule
- min_rms(*args, **kwargs)
Overloaded function.
1. min_rms(rosetta.protocols.loophash.LoopHashMoverWrapper) -> float
2. min_rms(self : rosetta.protocols.loophash.LoopHashMoverWrapper, min_rms : float) -> NoneType
- ranking_cenfilter(...) from builtins.PyCapsule
- ranking_cenfilter(*args, **kwargs)
Overloaded function.
1. ranking_cenfilter(self : rosetta.protocols.loophash.LoopHashMoverWrapper, filter : rosetta.protocols.filters.Filter) -> NoneType
2. ranking_cenfilter(rosetta.protocols.loophash.LoopHashMoverWrapper) -> rosetta.protocols.filters.Filter
- ranking_fafilter(...) from builtins.PyCapsule
- ranking_fafilter(self : rosetta.protocols.loophash.LoopHashMoverWrapper, ranking_fafilter : rosetta.protocols.filters.Filter) -> NoneType
- relax_mover(...) from builtins.PyCapsule
- relax_mover(self : rosetta.protocols.loophash.LoopHashMoverWrapper, relax_mover : rosetta.protocols.relax.FastRelax) -> NoneType
Methods inherited from rosetta.protocols.moves.Mover:
- clear_info(...) from builtins.PyCapsule
- clear_info(rosetta.protocols.moves.Mover) -> NoneType
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
- create(...) from builtins.PyCapsule
- create(rosetta.protocols.moves.Mover) -> rosetta.protocols.moves.Mover
- get_current_job(...) from builtins.PyCapsule
- get_current_job(rosetta.protocols.moves.Mover) -> protocols::jobdist::BasicJob
- get_current_tag(...) from builtins.PyCapsule
- get_current_tag(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.
- get_input_pose(...) from builtins.PyCapsule
- get_input_pose(rosetta.protocols.moves.Mover) -> rosetta.core.pose.Pose
- get_last_move_status(...) from builtins.PyCapsule
- get_last_move_status(rosetta.protocols.moves.Mover) -> 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.
- get_native_pose(...) from builtins.PyCapsule
- get_native_pose(rosetta.protocols.moves.Mover) -> rosetta.core.pose.Pose
- get_self_ptr(...) from builtins.PyCapsule
- get_self_ptr(*args, **kwargs)
Overloaded function.
1. get_self_ptr(rosetta.protocols.moves.Mover) -> rosetta.protocols.moves.Mover
2. get_self_ptr(rosetta.protocols.moves.Mover) -> rosetta.protocols.moves.Mover
- get_self_weak_ptr(...) from builtins.PyCapsule
- get_self_weak_ptr(*args, **kwargs)
Overloaded function.
1. get_self_weak_ptr(rosetta.protocols.moves.Mover) -> rosetta.std.weak_ptr_const_protocols_moves_Mover_t
2. get_self_weak_ptr(rosetta.protocols.moves.Mover) -> rosetta.std.weak_ptr_protocols_moves_Mover_t
- get_type(...) from builtins.PyCapsule
- get_type(rosetta.protocols.moves.Mover) -> str
- info(...) from builtins.PyCapsule
- info(*args, **kwargs)
Overloaded function.
1. info(rosetta.protocols.moves.Mover) -> rosetta.std.list_std_string_std_allocator_std_string_t
non-const accessor
2. info(rosetta.protocols.moves.Mover) -> rosetta.std.list_std_string_std_allocator_std_string_t
const accessor
- last_proposal_density_ratio(...) from builtins.PyCapsule
- last_proposal_density_ratio(rosetta.protocols.moves.Mover) -> float
- name(...) from builtins.PyCapsule
- name() -> str
- register_options(...) from builtins.PyCapsule
- register_options(*args, **kwargs)
Overloaded function.
1. register_options() -> NoneType
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.
2. register_options() -> NoneType
3. register_options() -> NoneType
4. register_options() -> NoneType
5. register_options() -> NoneType
6. register_options() -> NoneType
7. register_options() -> NoneType
8. register_options() -> NoneType
9. register_options() -> NoneType
Associates relevant options with the AntibodyModeler class
10. register_options() -> NoneType
Associates relevant options with the AntibodyModeler class
11. register_options() -> NoneType
Associates relevant options with the SnugDock class
12. register_options() -> NoneType
Associates relevant options with the SnugDockProtocol class
13. register_options() -> NoneType
Register the options used by this mover with the global options
system.
14. register_options() -> NoneType
15. register_options() -> NoneType
Associate relevant options with the TemperedDocking class.
16. register_options() -> NoneType
17. register_options() -> NoneType
18. register_options() -> NoneType
Associates relevant options with the TemperedDocking class.
19. register_options() -> NoneType
20. register_options() -> NoneType
Associates relevant options with the ConstraintSetMover class
21. register_options() -> NoneType
22. register_options() -> NoneType
Associates relevant options with the DockingInitialPerturbation class
23. register_options() -> NoneType
Associates relevant options with the DockingProtocol class
24. register_options() -> NoneType
Associates relevant options with the TemperedDocking class
25. register_options() -> NoneType
26. register_options() -> NoneType
27. register_options() -> NoneType
28. register_options() -> NoneType
register options
29. register_options() -> NoneType
30. register_options() -> NoneType
Registers applicable options
31. register_options() -> NoneType
Register options with the option system.
32. register_options() -> NoneType
33. register_options() -> NoneType
34. register_options() -> NoneType
Associates relevant options with the LoopRefineInnerCycle class
35. register_options() -> NoneType
Associates relevant options with the LoopRefineInnerCycleContainer class
36. register_options() -> NoneType
Associates relevant options with the LoopRefineInnerCycle class
37. register_options() -> NoneType
Associates relevant options with the LoopRefineInnerCycle class
38. register_options() -> NoneType
39. register_options() -> NoneType
Register options with the option system.
40. register_options() -> NoneType
- reinitialize_for_each_job(...) from builtins.PyCapsule
- reinitialize_for_each_job(rosetta.protocols.moves.Mover) -> bool
Inform the Job Distributor (August '08 vintage) whether this object needs to be freshly regenerated on
each use.
- reinitialize_for_new_input(...) from builtins.PyCapsule
- reinitialize_for_new_input(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).
- reset_status(...) from builtins.PyCapsule
- reset_status(rosetta.protocols.moves.Mover) -> NoneType
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.
- set_current_job(...) from builtins.PyCapsule
- set_current_job(self : rosetta.protocols.moves.Mover, job : protocols::jobdist::BasicJob) -> NoneType
////////////////////////////end Job Distributor interface////////////////////////////////////////
- set_current_tag(...) from builtins.PyCapsule
- set_current_tag(self : rosetta.protocols.moves.Mover, new_tag : str) -> NoneType
- set_input_pose(...) from builtins.PyCapsule
- set_input_pose(self : rosetta.protocols.moves.Mover, pose : rosetta.core.pose.Pose) -> NoneType
setter for poses contained for rms
- set_native_pose(...) from builtins.PyCapsule
- set_native_pose(self : rosetta.protocols.moves.Mover, pose : rosetta.core.pose.Pose) -> NoneType
setter for native poses contained for rms ---- we should get rid of this method? it is widely used, but a bit unsafe
- set_type(...) from builtins.PyCapsule
- set_type(self : rosetta.protocols.moves.Mover, setting : str) -> NoneType
- test_move(...) from builtins.PyCapsule
- test_move(self : rosetta.protocols.moves.Mover, pose : rosetta.core.pose.Pose) -> NoneType
: Unit test support function. Apply one move to a given pose.
Allows extra test specific functions to be called before applying
- type(...) from builtins.PyCapsule
- type(*args, **kwargs)
Overloaded function.
1. type(rosetta.protocols.moves.Mover) -> str
2. type(self : rosetta.protocols.moves.Mover, type_in : str) -> NoneType
|
class LoopHashRelaxProtocol(rosetta.protocols.moves.Mover) |
| |
- Method resolution order:
- LoopHashRelaxProtocol
- rosetta.protocols.moves.Mover
- builtins.object
Methods defined here:
- __init__(...) from builtins.PyCapsule
- __init__(*args, **kwargs)
Overloaded function.
1. __init__(self : handle, library : rosetta.protocols.loophash.LoopHashLibrary) -> NoneType
2. __init__(handle, rosetta.protocols.loophash.LoopHashRelaxProtocol) -> NoneType
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
- apply(...) from builtins.PyCapsule
- apply(self : rosetta.protocols.loophash.LoopHashRelaxProtocol, pose : rosetta.core.pose.Pose) -> NoneType
- assign(...) from builtins.PyCapsule
- assign(self : rosetta.protocols.loophash.LoopHashRelaxProtocol, : rosetta.protocols.loophash.LoopHashRelaxProtocol) -> rosetta.protocols.loophash.LoopHashRelaxProtocol
- clone(...) from builtins.PyCapsule
- clone(rosetta.protocols.loophash.LoopHashRelaxProtocol) -> rosetta.protocols.moves.Mover
- fresh_instance(...) from builtins.PyCapsule
- fresh_instance(rosetta.protocols.loophash.LoopHashRelaxProtocol) -> rosetta.protocols.moves.Mover
- get_name(...) from builtins.PyCapsule
- get_name(rosetta.protocols.loophash.LoopHashRelaxProtocol) -> str
- manual_call(...) from builtins.PyCapsule
- manual_call(self : rosetta.protocols.loophash.LoopHashRelaxProtocol, pose : rosetta.core.pose.Pose) -> NoneType
Methods inherited from rosetta.protocols.moves.Mover:
- clear_info(...) from builtins.PyCapsule
- clear_info(rosetta.protocols.moves.Mover) -> NoneType
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
- create(...) from builtins.PyCapsule
- create(rosetta.protocols.moves.Mover) -> rosetta.protocols.moves.Mover
- get_additional_output(...) from builtins.PyCapsule
- get_additional_output(rosetta.protocols.moves.Mover) -> rosetta.core.pose.Pose
fpd
Mechanism by which a mover may return multiple output poses from a single input pose.
- get_current_job(...) from builtins.PyCapsule
- get_current_job(rosetta.protocols.moves.Mover) -> protocols::jobdist::BasicJob
- get_current_tag(...) from builtins.PyCapsule
- get_current_tag(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.
- get_input_pose(...) from builtins.PyCapsule
- get_input_pose(rosetta.protocols.moves.Mover) -> rosetta.core.pose.Pose
- get_last_move_status(...) from builtins.PyCapsule
- get_last_move_status(rosetta.protocols.moves.Mover) -> 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.
- get_native_pose(...) from builtins.PyCapsule
- get_native_pose(rosetta.protocols.moves.Mover) -> rosetta.core.pose.Pose
- get_self_ptr(...) from builtins.PyCapsule
- get_self_ptr(*args, **kwargs)
Overloaded function.
1. get_self_ptr(rosetta.protocols.moves.Mover) -> rosetta.protocols.moves.Mover
2. get_self_ptr(rosetta.protocols.moves.Mover) -> rosetta.protocols.moves.Mover
- get_self_weak_ptr(...) from builtins.PyCapsule
- get_self_weak_ptr(*args, **kwargs)
Overloaded function.
1. get_self_weak_ptr(rosetta.protocols.moves.Mover) -> rosetta.std.weak_ptr_const_protocols_moves_Mover_t
2. get_self_weak_ptr(rosetta.protocols.moves.Mover) -> rosetta.std.weak_ptr_protocols_moves_Mover_t
- get_type(...) from builtins.PyCapsule
- get_type(rosetta.protocols.moves.Mover) -> str
- info(...) from builtins.PyCapsule
- info(*args, **kwargs)
Overloaded function.
1. info(rosetta.protocols.moves.Mover) -> rosetta.std.list_std_string_std_allocator_std_string_t
non-const accessor
2. info(rosetta.protocols.moves.Mover) -> rosetta.std.list_std_string_std_allocator_std_string_t
const accessor
- last_proposal_density_ratio(...) from builtins.PyCapsule
- last_proposal_density_ratio(rosetta.protocols.moves.Mover) -> float
- name(...) from builtins.PyCapsule
- name() -> str
- register_options(...) from builtins.PyCapsule
- register_options(*args, **kwargs)
Overloaded function.
1. register_options() -> NoneType
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.
2. register_options() -> NoneType
3. register_options() -> NoneType
4. register_options() -> NoneType
5. register_options() -> NoneType
6. register_options() -> NoneType
7. register_options() -> NoneType
8. register_options() -> NoneType
9. register_options() -> NoneType
Associates relevant options with the AntibodyModeler class
10. register_options() -> NoneType
Associates relevant options with the AntibodyModeler class
11. register_options() -> NoneType
Associates relevant options with the SnugDock class
12. register_options() -> NoneType
Associates relevant options with the SnugDockProtocol class
13. register_options() -> NoneType
Register the options used by this mover with the global options
system.
14. register_options() -> NoneType
15. register_options() -> NoneType
Associate relevant options with the TemperedDocking class.
16. register_options() -> NoneType
17. register_options() -> NoneType
18. register_options() -> NoneType
Associates relevant options with the TemperedDocking class.
19. register_options() -> NoneType
20. register_options() -> NoneType
Associates relevant options with the ConstraintSetMover class
21. register_options() -> NoneType
22. register_options() -> NoneType
Associates relevant options with the DockingInitialPerturbation class
23. register_options() -> NoneType
Associates relevant options with the DockingProtocol class
24. register_options() -> NoneType
Associates relevant options with the TemperedDocking class
25. register_options() -> NoneType
26. register_options() -> NoneType
27. register_options() -> NoneType
28. register_options() -> NoneType
register options
29. register_options() -> NoneType
30. register_options() -> NoneType
Registers applicable options
31. register_options() -> NoneType
Register options with the option system.
32. register_options() -> NoneType
33. register_options() -> NoneType
34. register_options() -> NoneType
Associates relevant options with the LoopRefineInnerCycle class
35. register_options() -> NoneType
Associates relevant options with the LoopRefineInnerCycleContainer class
36. register_options() -> NoneType
Associates relevant options with the LoopRefineInnerCycle class
37. register_options() -> NoneType
Associates relevant options with the LoopRefineInnerCycle class
38. register_options() -> NoneType
39. register_options() -> NoneType
Register options with the option system.
40. register_options() -> NoneType
- reinitialize_for_each_job(...) from builtins.PyCapsule
- reinitialize_for_each_job(rosetta.protocols.moves.Mover) -> bool
Inform the Job Distributor (August '08 vintage) whether this object needs to be freshly regenerated on
each use.
- reinitialize_for_new_input(...) from builtins.PyCapsule
- reinitialize_for_new_input(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).
- reset_status(...) from builtins.PyCapsule
- reset_status(rosetta.protocols.moves.Mover) -> NoneType
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.
- set_current_job(...) from builtins.PyCapsule
- set_current_job(self : rosetta.protocols.moves.Mover, job : protocols::jobdist::BasicJob) -> NoneType
////////////////////////////end Job Distributor interface////////////////////////////////////////
- set_current_tag(...) from builtins.PyCapsule
- set_current_tag(self : rosetta.protocols.moves.Mover, new_tag : str) -> NoneType
- set_input_pose(...) from builtins.PyCapsule
- set_input_pose(self : rosetta.protocols.moves.Mover, pose : rosetta.core.pose.Pose) -> NoneType
setter for poses contained for rms
- set_native_pose(...) from builtins.PyCapsule
- set_native_pose(self : rosetta.protocols.moves.Mover, pose : rosetta.core.pose.Pose) -> NoneType
setter for native poses contained for rms ---- we should get rid of this method? it is widely used, but a bit unsafe
- set_type(...) from builtins.PyCapsule
- set_type(self : rosetta.protocols.moves.Mover, setting : str) -> NoneType
- test_move(...) from builtins.PyCapsule
- test_move(self : rosetta.protocols.moves.Mover, pose : rosetta.core.pose.Pose) -> NoneType
: Unit test support function. Apply one move to a given pose.
Allows extra test specific functions to be called before applying
- type(...) from builtins.PyCapsule
- type(*args, **kwargs)
Overloaded function.
1. type(rosetta.protocols.moves.Mover) -> str
2. type(self : rosetta.protocols.moves.Mover, type_in : str) -> NoneType
|
class LoopHashSampler(builtins.object) |
| |
Methods defined here:
- __init__(...) from builtins.PyCapsule
- __init__(self : rosetta.protocols.loophash.LoopHashSampler, library : protocols::loophash::LoopHashLibrary, inserter : protocols::loophash::LocalInserter) -> NoneType
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
- assign(...) from builtins.PyCapsule
- assign(self : rosetta.protocols.loophash.LoopHashSampler, : rosetta.protocols.loophash.LoopHashSampler) -> rosetta.protocols.loophash.LoopHashSampler
- build_structures(...) from builtins.PyCapsule
- build_structures(self : rosetta.protocols.loophash.LoopHashSampler, start_pose : rosetta.core.pose.Pose, lib_structs : rosetta.std.vector_std_shared_ptr_core_io_silent_SilentStruct_t) -> NoneType
create a set of structures for a the given range of residues and other parameters stored int his class.
- close_gaps(...) from builtins.PyCapsule
- close_gaps(self : rosetta.protocols.loophash.LoopHashSampler, start_pose : rosetta.core.pose.Pose, lib_structs : rosetta.std.vector_core_pose_Pose, loop_size : int) -> NoneType
create a set of structures with closed gaps
- get_filter_by_phipsi(...) from builtins.PyCapsule
- get_filter_by_phipsi(rosetta.protocols.loophash.LoopHashSampler) -> bool
- get_max_bbrms(...) from builtins.PyCapsule
- get_max_bbrms(rosetta.protocols.loophash.LoopHashSampler) -> float
- get_max_nstruct(...) from builtins.PyCapsule
- get_max_nstruct(rosetta.protocols.loophash.LoopHashSampler) -> int
- get_max_rms(...) from builtins.PyCapsule
- get_max_rms(rosetta.protocols.loophash.LoopHashSampler) -> float
- get_min_bbrms(...) from builtins.PyCapsule
- get_min_bbrms(rosetta.protocols.loophash.LoopHashSampler) -> float
- get_min_rms(...) from builtins.PyCapsule
- get_min_rms(rosetta.protocols.loophash.LoopHashSampler) -> float
- get_start_res(...) from builtins.PyCapsule
- get_start_res(rosetta.protocols.loophash.LoopHashSampler) -> int
- get_stop_res(...) from builtins.PyCapsule
- get_stop_res(rosetta.protocols.loophash.LoopHashSampler) -> int
- set_defaults(...) from builtins.PyCapsule
- set_defaults(rosetta.protocols.loophash.LoopHashSampler) -> NoneType
- set_filter_by_phipsi(...) from builtins.PyCapsule
- set_filter_by_phipsi(self : rosetta.protocols.loophash.LoopHashSampler, value : bool) -> NoneType
- set_max_bbrms(...) from builtins.PyCapsule
- set_max_bbrms(self : rosetta.protocols.loophash.LoopHashSampler, value : float) -> NoneType
- set_max_nstruct(...) from builtins.PyCapsule
- set_max_nstruct(self : rosetta.protocols.loophash.LoopHashSampler, value : int) -> NoneType
- set_max_radius(...) from builtins.PyCapsule
- set_max_radius(self : rosetta.protocols.loophash.LoopHashSampler, value : int) -> NoneType
- set_max_rms(...) from builtins.PyCapsule
- set_max_rms(self : rosetta.protocols.loophash.LoopHashSampler, value : float) -> NoneType
- set_max_struct(...) from builtins.PyCapsule
- set_max_struct(self : rosetta.protocols.loophash.LoopHashSampler, value : int) -> NoneType
- set_max_struct_per_radius(...) from builtins.PyCapsule
- set_max_struct_per_radius(self : rosetta.protocols.loophash.LoopHashSampler, value : int) -> NoneType
- set_min_bbrms(...) from builtins.PyCapsule
- set_min_bbrms(self : rosetta.protocols.loophash.LoopHashSampler, value : float) -> NoneType
- set_min_rms(...) from builtins.PyCapsule
- set_min_rms(self : rosetta.protocols.loophash.LoopHashSampler, value : float) -> NoneType
- set_nonideal(...) from builtins.PyCapsule
- set_nonideal(self : rosetta.protocols.loophash.LoopHashSampler, value : bool) -> NoneType
- set_start_res(...) from builtins.PyCapsule
- set_start_res(self : rosetta.protocols.loophash.LoopHashSampler, value : int) -> NoneType
- set_stop_res(...) from builtins.PyCapsule
- set_stop_res(self : rosetta.protocols.loophash.LoopHashSampler, value : int) -> NoneType
- use_prefiltering(...) from builtins.PyCapsule
- use_prefiltering(self : rosetta.protocols.loophash.LoopHashSampler, score_filt : rosetta.core.scoring.ScoreFunction, nstruct : int) -> NoneType
|
class Mover_LoopHashRefine(rosetta.protocols.moves.Mover) |
| |
- Method resolution order:
- Mover_LoopHashRefine
- rosetta.protocols.moves.Mover
- builtins.object
Methods defined here:
- __init__(...) from builtins.PyCapsule
- __init__(*args, **kwargs)
Overloaded function.
1. __init__(self : handle, library : rosetta.protocols.loophash.LoopHashLibrary) -> NoneType
2. __init__(handle, rosetta.protocols.loophash.Mover_LoopHashRefine) -> NoneType
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
- apply(...) from builtins.PyCapsule
- apply(self : rosetta.protocols.loophash.Mover_LoopHashRefine, pose : rosetta.core.pose.Pose) -> NoneType
- assign(...) from builtins.PyCapsule
- assign(self : rosetta.protocols.loophash.Mover_LoopHashRefine, : rosetta.protocols.loophash.Mover_LoopHashRefine) -> rosetta.protocols.loophash.Mover_LoopHashRefine
- clone(...) from builtins.PyCapsule
- clone(rosetta.protocols.loophash.Mover_LoopHashRefine) -> rosetta.protocols.moves.Mover
- fresh_instance(...) from builtins.PyCapsule
- fresh_instance(rosetta.protocols.loophash.Mover_LoopHashRefine) -> rosetta.protocols.moves.Mover
- get_name(...) from builtins.PyCapsule
- get_name(rosetta.protocols.loophash.Mover_LoopHashRefine) -> str
Methods inherited from rosetta.protocols.moves.Mover:
- clear_info(...) from builtins.PyCapsule
- clear_info(rosetta.protocols.moves.Mover) -> NoneType
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
- create(...) from builtins.PyCapsule
- create(rosetta.protocols.moves.Mover) -> rosetta.protocols.moves.Mover
- get_additional_output(...) from builtins.PyCapsule
- get_additional_output(rosetta.protocols.moves.Mover) -> rosetta.core.pose.Pose
fpd
Mechanism by which a mover may return multiple output poses from a single input pose.
- get_current_job(...) from builtins.PyCapsule
- get_current_job(rosetta.protocols.moves.Mover) -> protocols::jobdist::BasicJob
- get_current_tag(...) from builtins.PyCapsule
- get_current_tag(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.
- get_input_pose(...) from builtins.PyCapsule
- get_input_pose(rosetta.protocols.moves.Mover) -> rosetta.core.pose.Pose
- get_last_move_status(...) from builtins.PyCapsule
- get_last_move_status(rosetta.protocols.moves.Mover) -> 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.
- get_native_pose(...) from builtins.PyCapsule
- get_native_pose(rosetta.protocols.moves.Mover) -> rosetta.core.pose.Pose
- get_self_ptr(...) from builtins.PyCapsule
- get_self_ptr(*args, **kwargs)
Overloaded function.
1. get_self_ptr(rosetta.protocols.moves.Mover) -> rosetta.protocols.moves.Mover
2. get_self_ptr(rosetta.protocols.moves.Mover) -> rosetta.protocols.moves.Mover
- get_self_weak_ptr(...) from builtins.PyCapsule
- get_self_weak_ptr(*args, **kwargs)
Overloaded function.
1. get_self_weak_ptr(rosetta.protocols.moves.Mover) -> rosetta.std.weak_ptr_const_protocols_moves_Mover_t
2. get_self_weak_ptr(rosetta.protocols.moves.Mover) -> rosetta.std.weak_ptr_protocols_moves_Mover_t
- get_type(...) from builtins.PyCapsule
- get_type(rosetta.protocols.moves.Mover) -> str
- info(...) from builtins.PyCapsule
- info(*args, **kwargs)
Overloaded function.
1. info(rosetta.protocols.moves.Mover) -> rosetta.std.list_std_string_std_allocator_std_string_t
non-const accessor
2. info(rosetta.protocols.moves.Mover) -> rosetta.std.list_std_string_std_allocator_std_string_t
const accessor
- last_proposal_density_ratio(...) from builtins.PyCapsule
- last_proposal_density_ratio(rosetta.protocols.moves.Mover) -> float
- name(...) from builtins.PyCapsule
- name() -> str
- register_options(...) from builtins.PyCapsule
- register_options(*args, **kwargs)
Overloaded function.
1. register_options() -> NoneType
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.
2. register_options() -> NoneType
3. register_options() -> NoneType
4. register_options() -> NoneType
5. register_options() -> NoneType
6. register_options() -> NoneType
7. register_options() -> NoneType
8. register_options() -> NoneType
9. register_options() -> NoneType
Associates relevant options with the AntibodyModeler class
10. register_options() -> NoneType
Associates relevant options with the AntibodyModeler class
11. register_options() -> NoneType
Associates relevant options with the SnugDock class
12. register_options() -> NoneType
Associates relevant options with the SnugDockProtocol class
13. register_options() -> NoneType
Register the options used by this mover with the global options
system.
14. register_options() -> NoneType
15. register_options() -> NoneType
Associate relevant options with the TemperedDocking class.
16. register_options() -> NoneType
17. register_options() -> NoneType
18. register_options() -> NoneType
Associates relevant options with the TemperedDocking class.
19. register_options() -> NoneType
20. register_options() -> NoneType
Associates relevant options with the ConstraintSetMover class
21. register_options() -> NoneType
22. register_options() -> NoneType
Associates relevant options with the DockingInitialPerturbation class
23. register_options() -> NoneType
Associates relevant options with the DockingProtocol class
24. register_options() -> NoneType
Associates relevant options with the TemperedDocking class
25. register_options() -> NoneType
26. register_options() -> NoneType
27. register_options() -> NoneType
28. register_options() -> NoneType
register options
29. register_options() -> NoneType
30. register_options() -> NoneType
Registers applicable options
31. register_options() -> NoneType
Register options with the option system.
32. register_options() -> NoneType
33. register_options() -> NoneType
34. register_options() -> NoneType
Associates relevant options with the LoopRefineInnerCycle class
35. register_options() -> NoneType
Associates relevant options with the LoopRefineInnerCycleContainer class
36. register_options() -> NoneType
Associates relevant options with the LoopRefineInnerCycle class
37. register_options() -> NoneType
Associates relevant options with the LoopRefineInnerCycle class
38. register_options() -> NoneType
39. register_options() -> NoneType
Register options with the option system.
40. register_options() -> NoneType
- reinitialize_for_each_job(...) from builtins.PyCapsule
- reinitialize_for_each_job(rosetta.protocols.moves.Mover) -> bool
Inform the Job Distributor (August '08 vintage) whether this object needs to be freshly regenerated on
each use.
- reinitialize_for_new_input(...) from builtins.PyCapsule
- reinitialize_for_new_input(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).
- reset_status(...) from builtins.PyCapsule
- reset_status(rosetta.protocols.moves.Mover) -> NoneType
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.
- set_current_job(...) from builtins.PyCapsule
- set_current_job(self : rosetta.protocols.moves.Mover, job : protocols::jobdist::BasicJob) -> NoneType
////////////////////////////end Job Distributor interface////////////////////////////////////////
- set_current_tag(...) from builtins.PyCapsule
- set_current_tag(self : rosetta.protocols.moves.Mover, new_tag : str) -> NoneType
- set_input_pose(...) from builtins.PyCapsule
- set_input_pose(self : rosetta.protocols.moves.Mover, pose : rosetta.core.pose.Pose) -> NoneType
setter for poses contained for rms
- set_native_pose(...) from builtins.PyCapsule
- set_native_pose(self : rosetta.protocols.moves.Mover, pose : rosetta.core.pose.Pose) -> NoneType
setter for native poses contained for rms ---- we should get rid of this method? it is widely used, but a bit unsafe
- set_type(...) from builtins.PyCapsule
- set_type(self : rosetta.protocols.moves.Mover, setting : str) -> NoneType
- test_move(...) from builtins.PyCapsule
- test_move(self : rosetta.protocols.moves.Mover, pose : rosetta.core.pose.Pose) -> NoneType
: Unit test support function. Apply one move to a given pose.
Allows extra test specific functions to be called before applying
- type(...) from builtins.PyCapsule
- type(*args, **kwargs)
Overloaded function.
1. type(rosetta.protocols.moves.Mover) -> str
2. type(self : rosetta.protocols.moves.Mover, type_in : str) -> NoneType
|
class WorkUnit_LoopHash(rosetta.protocols.wum.WorkUnit_SilentStructStore) |
| |
- Method resolution order:
- WorkUnit_LoopHash
- rosetta.protocols.wum.WorkUnit_SilentStructStore
- rosetta.protocols.wum.WorkUnitBase
- builtins.object
Methods defined here:
- __init__(...) from builtins.PyCapsule
- __init__(*args, **kwargs)
Overloaded function.
1. __init__(handle) -> NoneType
doc
2. __init__(handle, int) -> NoneType
doc
3. __init__(handle, int, int) -> NoneType
doc
4. __init__(self : handle, start_ir : int, end_ir : int, ssid : int) -> NoneType
5. __init__(handle, rosetta.protocols.loophash.WorkUnit_LoopHash) -> NoneType
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
- assign(...) from builtins.PyCapsule
- assign(self : rosetta.protocols.loophash.WorkUnit_LoopHash, : rosetta.protocols.loophash.WorkUnit_LoopHash) -> rosetta.protocols.loophash.WorkUnit_LoopHash
- clone(...) from builtins.PyCapsule
- clone(rosetta.protocols.loophash.WorkUnit_LoopHash) -> rosetta.protocols.wum.WorkUnitBase
- init_from_cmd(...) from builtins.PyCapsule
- init_from_cmd(self : rosetta.protocols.loophash.WorkUnit_LoopHash, mpi_rank : int) -> NoneType
- run(...) from builtins.PyCapsule
- run(rosetta.protocols.loophash.WorkUnit_LoopHash) -> NoneType
- set_end(...) from builtins.PyCapsule
- set_end(self : rosetta.protocols.loophash.WorkUnit_LoopHash, end_ir : int) -> NoneType
- set_ssid(...) from builtins.PyCapsule
- set_ssid(self : rosetta.protocols.loophash.WorkUnit_LoopHash, ssid : int) -> NoneType
- set_start(...) from builtins.PyCapsule
- set_start(self : rosetta.protocols.loophash.WorkUnit_LoopHash, start_ir : int) -> NoneType
Methods inherited from rosetta.protocols.wum.WorkUnit_SilentStructStore:
- decoys(...) from builtins.PyCapsule
- decoys(*args, **kwargs)
Overloaded function.
1. decoys(rosetta.protocols.wum.WorkUnit_SilentStructStore) -> rosetta.protocols.wum.SilentStructStore
Accessor for decoy store
2. decoys(rosetta.protocols.wum.WorkUnit_SilentStructStore) -> rosetta.protocols.wum.SilentStructStore
Accessor for decoy store
- deserialize(...) from builtins.PyCapsule
- deserialize(rosetta.protocols.wum.WorkUnit_SilentStructStore) -> NoneType
Make ready for working
- serialize(...) from builtins.PyCapsule
- serialize(rosetta.protocols.wum.WorkUnit_SilentStructStore) -> NoneType
write decoys into serial data store overwritinge whatever was there before. It basically syncs the silent struct store with the derial data
Methods inherited from rosetta.protocols.wum.WorkUnitBase:
- add_blacklist(...) from builtins.PyCapsule
- add_blacklist(self : rosetta.protocols.wum.WorkUnitBase, mpi_rank : int) -> NoneType
Adds to the blacklist
- clear_blacklist(...) from builtins.PyCapsule
- clear_blacklist(rosetta.protocols.wum.WorkUnitBase) -> NoneType
Erases the blacklist
- clear_serial_data(...) from builtins.PyCapsule
- clear_serial_data(rosetta.protocols.wum.WorkUnitBase) -> NoneType
Remove all data, make sure that the memory is also cleared, hence the cals to reserve
- extra_data_1(...) from builtins.PyCapsule
- extra_data_1(rosetta.protocols.wum.WorkUnitBase) -> int
Accessor to the extra_data_1 and 3 field of the header
- extra_data_2(...) from builtins.PyCapsule
- extra_data_2(rosetta.protocols.wum.WorkUnitBase) -> int
- extra_data_3(...) from builtins.PyCapsule
- extra_data_3(rosetta.protocols.wum.WorkUnitBase) -> int
- get_options(...) from builtins.PyCapsule
- get_options(rosetta.protocols.wum.WorkUnitBase) -> str
Optain the options string from the header
- get_run_time(...) from builtins.PyCapsule
- get_run_time(rosetta.protocols.wum.WorkUnitBase) -> int
Returns the differrence between unix start and stop times
- get_wu_type(...) from builtins.PyCapsule
- get_wu_type(rosetta.protocols.wum.WorkUnitBase) -> str
Accessor to header structure, return the WorkUnit Type
- id(...) from builtins.PyCapsule
- id(rosetta.protocols.wum.WorkUnitBase) -> int
Accessor to the ID of the WorkUnit
- in_blacklist(...) from builtins.PyCapsule
- in_blacklist(self : rosetta.protocols.wum.WorkUnitBase, mpi_rank : int) -> bool
Finds in blacklist, true if is, false if it isn't
- last_received_from(...) from builtins.PyCapsule
- last_received_from(rosetta.protocols.wum.WorkUnitBase) -> int
- mem_footprint(...) from builtins.PyCapsule
- mem_footprint(rosetta.protocols.wum.WorkUnitBase) -> int
Return the memory usage of this WorkUnit
- set_extra_data_1(...) from builtins.PyCapsule
- set_extra_data_1(self : rosetta.protocols.wum.WorkUnitBase, value : int) -> NoneType
- set_extra_data_2(...) from builtins.PyCapsule
- set_extra_data_2(self : rosetta.protocols.wum.WorkUnitBase, value : int) -> NoneType
- set_extra_data_3(...) from builtins.PyCapsule
- set_extra_data_3(self : rosetta.protocols.wum.WorkUnitBase, value : int) -> NoneType
- set_options(...) from builtins.PyCapsule
- set_options(self : rosetta.protocols.wum.WorkUnitBase, text : str) -> NoneType
Accesor to the "options" text field
- set_wu_type(...) from builtins.PyCapsule
- set_wu_type(self : rosetta.protocols.wum.WorkUnitBase, text : str) -> NoneType
Accessor to header structure, sets the WorkUnit Type
| |