Rosetta
Namespaces | Functions | Variables
converter_tasks.py File Reference

Namespaces

 pyrosetta.distributed.cluster.converter_tasks
 

Functions

Union[List[str], NoReturn] pyrosetta.distributed.cluster.converter_tasks.get_protocols_list_of_str (Optional[str] input_file=None, Optional[str] scorefile=None, Optional[str] decoy_name=None)
 
def pyrosetta.distributed.cluster.converter_tasks.get_scores_dict (obj)
 
str pyrosetta.distributed.cluster.converter_tasks.get_yml ()
 
List[Any] pyrosetta.distributed.cluster.converter_tasks.to_iterable (Any obj, Callable[..., Any] func, str attr)
 
List[Any] pyrosetta.distributed.cluster.converter_tasks._catch_pose_or_kwargs (Union[Pose, PackedPose, Dict[Any, Any]] obj, Callable[..., Any] func, str attr)
 
List[Any] pyrosetta.distributed.cluster.converter_tasks._iterate (Iterable[Any] objs, Callable[..., Any] func, str attr)
 
Union[int, NoReturn] pyrosetta.distributed.cluster.converter_tasks.to_int (Any obj, str attribute)
 
int pyrosetta.distributed.cluster.converter_tasks._is_int (int obj, str attribute)
 
NoReturn pyrosetta.distributed.cluster.converter_tasks.to_packed (Any obj, str protocol_name)
 
PackedPose pyrosetta.distributed.cluster.converter_tasks._to_packed (Pose obj, str protocol_name)
 
PackedPose pyrosetta.distributed.cluster.converter_tasks._is_packed_or_kwargs (Union[PackedPose, Dict[Any, Any]] obj, str protocol_name)
 
PackedPose pyrosetta.distributed.cluster.converter_tasks._none_to_packed (None obj, str protocol_name)
 
Union[str, NoReturn] pyrosetta.distributed.cluster.converter_tasks.to_str (Any obj, str attribute)
 
str pyrosetta.distributed.cluster.converter_tasks._to_int (int obj, str attribute)
 
NoReturn pyrosetta.distributed.cluster.converter_tasks._to_float (float obj, str attribute)
 
NoReturn pyrosetta.distributed.cluster.converter_tasks.parse_input_file_to_protocols_str (Any obj)
 
List[strpyrosetta.distributed.cluster.converter_tasks._parse_str (str obj)
 
NoReturn pyrosetta.distributed.cluster.converter_tasks.parse_input_file_to_instance_kwargs (Any obj)
 
NoReturn pyrosetta.distributed.cluster.converter_tasks.parse_scorefile (Any obj)
 
NoReturn pyrosetta.distributed.cluster.converter_tasks.parse_decoy_name (Any obj)
 
str pyrosetta.distributed.cluster.converter_tasks._from_str (str obj)
 
NoReturn pyrosetta.distributed.cluster.converter_tasks.reserve_scores_in_results (Any obj, Dict[Any, Any] _scores_dict, str protocol_name)
 
List[PackedPose] pyrosetta.distributed.cluster.converter_tasks._parse_packed (Union[Pose, PackedPose] obj, Dict[Any, Any] _scores_dict, str protocol_name)
 
List[PackedPose] pyrosetta.distributed.cluster.converter_tasks._parse_iterable (Iterable[Any] objs, Dict[Any, Any] _scores_dict, str protocol_name)
 
PackedPose pyrosetta.distributed.cluster.converter_tasks._default_none (None obj, Dict[Any, Any] _scores_dict, str protocol_name)
 
NoReturn pyrosetta.distributed.cluster.converter_tasks.parse_client (Any obj)
 
Optional[ClientType] pyrosetta.distributed.cluster.converter_tasks._default (Optional[ClientType] obj)
 
NoReturn pyrosetta.distributed.cluster.converter_tasks.parse_input_packed_pose (Any obj)
 
Optional[PackedPose] pyrosetta.distributed.cluster.converter_tasks._from_packed_or_none (Optional[PackedPose] obj)
 
PackedPose pyrosetta.distributed.cluster.converter_tasks._from_pose (Pose obj)
 
NoReturn pyrosetta.distributed.cluster.converter_tasks.parse_instance_kwargs (Any obj)
 
Dict[Any, Any] pyrosetta.distributed.cluster.converter_tasks._parse_dict (Dict[Any, Any] obj)
 
Dict[Any, Any] pyrosetta.distributed.cluster.converter_tasks._default_none (None obj)
 
bool pyrosetta.distributed.cluster.converter_tasks.is_bytes (Any obj)
 
bool pyrosetta.distributed.cluster.converter_tasks.is_packed (Any obj)
 
bool pyrosetta.distributed.cluster.converter_tasks.is_dict (Any obj)
 

Variables

string pyrosetta.distributed.cluster.converter_tasks.__author__ = "Jason C. Klima"
 
 pyrosetta.distributed.cluster.converter_tasks.ClientType = TypeVar("ClientType", bound=distributed.client.Client)