| |
- builtins.object
-
- LoopInfo
- SurroundingSS
- rosetta.core.pack.task.operation.TaskOperation(builtins.object)
-
- ConsensusLoopDesignOperation
- rosetta.core.pack.task.operation.TaskOperationCreator(builtins.object)
-
- ConsensusLoopDesignOperationCreator
class ConsensusLoopDesignOperation(rosetta.core.pack.task.operation.TaskOperation) |
| |
- Method resolution order:
- ConsensusLoopDesignOperation
- rosetta.core.pack.task.operation.TaskOperation
- builtins.object
Methods defined here:
- __init__(...) from builtins.PyCapsule
- __init__(*args, **kwargs)
Overloaded function.
1. __init__(handle) -> NoneType
2. __init__(handle, rosetta.protocols.denovo_design.task_operations.ConsensusLoopDesignOperation) -> NoneType
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
- allowed_aas(...) from builtins.PyCapsule
- allowed_aas(self : rosetta.protocols.denovo_design.task_operations.ConsensusLoopDesignOperation, surrounding : rosetta.protocols.denovo_design.task_operations.SurroundingSS, loop_abego : str) -> rosetta.std.list_std_string_std_allocator_std_string_t
- apply(...) from builtins.PyCapsule
- apply(self : rosetta.protocols.denovo_design.task_operations.ConsensusLoopDesignOperation, pose : rosetta.core.pose.Pose, task : rosetta.core.pack.task.PackerTask) -> NoneType
apply
- assign(...) from builtins.PyCapsule
- assign(self : rosetta.protocols.denovo_design.task_operations.ConsensusLoopDesignOperation, : rosetta.protocols.denovo_design.task_operations.ConsensusLoopDesignOperation) -> rosetta.protocols.denovo_design.task_operations.ConsensusLoopDesignOperation
- clone(...) from builtins.PyCapsule
- clone(rosetta.protocols.denovo_design.task_operations.ConsensusLoopDesignOperation) -> rosetta.core.pack.task.operation.TaskOperation
make clone
- disallow_aas(...) from builtins.PyCapsule
- disallow_aas(self : rosetta.protocols.denovo_design.task_operations.ConsensusLoopDesignOperation, task : rosetta.core.pack.task.PackerTask, info : rosetta.protocols.denovo_design.task_operations.LoopInfo) -> NoneType
- get_name(...) from builtins.PyCapsule
- get_name(rosetta.protocols.denovo_design.task_operations.ConsensusLoopDesignOperation) -> str
Returns the name of the class
- keyname(...) from builtins.PyCapsule
- keyname() -> str
- parse_tag(...) from builtins.PyCapsule
- parse_tag(self : rosetta.protocols.denovo_design.task_operations.ConsensusLoopDesignOperation, tag : rosetta.utility.tag.Tag, data_map : rosetta.basic.datacache.DataMap) -> NoneType
- provide_xml_schema(...) from builtins.PyCapsule
- provide_xml_schema(xsd : rosetta.utility.tag.XMLSchemaDefinition) -> NoneType
- read_db(...) from builtins.PyCapsule
- read_db(rosetta.protocols.denovo_design.task_operations.ConsensusLoopDesignOperation) -> NoneType
- set_allowed_aas(...) from builtins.PyCapsule
- set_allowed_aas(self : rosetta.protocols.denovo_design.task_operations.ConsensusLoopDesignOperation, surrounding : rosetta.protocols.denovo_design.task_operations.SurroundingSS, loop_abego : str, allowed_aa : rosetta.std.list_std_string_std_allocator_std_string_t) -> NoneType
- set_include_adjacent_residues(...) from builtins.PyCapsule
- set_include_adjacent_residues(self : rosetta.protocols.denovo_design.task_operations.ConsensusLoopDesignOperation, include_res : bool) -> NoneType
if true, residues adjacent to loops will be restricted. Otherwise, just the loop. (default=false)
- set_secstruct(...) from builtins.PyCapsule
- set_secstruct(self : rosetta.protocols.denovo_design.task_operations.ConsensusLoopDesignOperation, secstruct : str) -> NoneType
- set_secstruct_from_blueprint(...) from builtins.PyCapsule
- set_secstruct_from_blueprint(self : rosetta.protocols.denovo_design.task_operations.ConsensusLoopDesignOperation, bp_file : str) -> NoneType
- set_selector(...) from builtins.PyCapsule
- set_selector(self : rosetta.protocols.denovo_design.task_operations.ConsensusLoopDesignOperation, selector_val : rosetta.core.select.residue_selector.ResidueSelector) -> NoneType
|
class LoopInfo(builtins.object) |
| |
Methods defined here:
- __init__(...) from builtins.PyCapsule
- __init__(*args, **kwargs)
Overloaded function.
1. __init__(rosetta.protocols.denovo_design.task_operations.LoopInfo) -> NoneType
2. __init__(self : rosetta.protocols.denovo_design.task_operations.LoopInfo, : rosetta.protocols.denovo_design.task_operations.LoopInfo) -> NoneType
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
- __str__(...) from builtins.PyCapsule
- __str__(rosetta.protocols.denovo_design.task_operations.LoopInfo) -> str
- assign(...) from builtins.PyCapsule
- assign(self : rosetta.protocols.denovo_design.task_operations.LoopInfo, : rosetta.protocols.denovo_design.task_operations.LoopInfo) -> rosetta.protocols.denovo_design.task_operations.LoopInfo
Data descriptors defined here:
- abego
- ss_around
- startres
|
|