Rosetta
Namespaces | Functions | Variables
converters.py File Reference

Namespaces

 pyrosetta.distributed.cluster.converters
 

Functions

List[int] pyrosetta.distributed.cluster.converters._parse_decoy_ids (Any objs)
 
None pyrosetta.distributed.cluster.converters._parse_empty_queue (str protocol_name, bool ignore_errors)
 
str pyrosetta.distributed.cluster.converters._parse_environment (Any obj)
 
List[Union[Callable[..., Any], Iterable[Any]]] pyrosetta.distributed.cluster.converters._parse_protocols (Any objs)
 
str pyrosetta.distributed.cluster.converters._parse_pyrosetta_build (Any obj)
 
str pyrosetta.distributed.cluster.converters._parse_scratch_dir (Any obj)
 
List[strpyrosetta.distributed.cluster.converters._parse_seeds (Any objs)
 
str pyrosetta.distributed.cluster.converters._parse_sha1 (Any obj)
 
Dict[Any, Any] pyrosetta.distributed.cluster.converters._parse_system_info (Any obj)
 
Optional[int] pyrosetta.distributed.cluster.converters._get_decoy_id (Sized protocols, List[int] decoy_ids)
 
Tuple[List[PackedPose], Dict[Any, Any]] pyrosetta.distributed.cluster.converters._get_packed_poses_output_kwargs (Any result, Dict[Any, Any] input_kwargs, str protocol_name)
 
List[Tuple[bytes, bytes]] pyrosetta.distributed.cluster.converters._get_compressed_packed_pose_kwargs_pairs_list (List[PackedPose] packed_poses, Dict[Any, Any] output_kwargs, str protocol_name, str protocols_key, List[int] decoy_ids, S serializer)
 
List[Tuple[bytes, bytes]] pyrosetta.distributed.cluster.converters._parse_protocol_results (Any result, Dict[Any, Any] input_kwargs, str protocol_name, str protocols_key, List[int] decoy_ids, S serializer)
 
List[Tuple[bytes, bytes]] pyrosetta.distributed.cluster.converters._parse_target_results (List[Tuple[bytes, bytes]] objs)
 
def pyrosetta.distributed.cluster.converters._parse_tasks (objs)
 

Variables

string pyrosetta.distributed.cluster.converters.__author__ = "Jason C. Klima"
 
 pyrosetta.distributed.cluster.converters.S = TypeVar("S", bound=Serialization)