ResultClient#
- class openfe.storage.resultclient.ResultClient(external_store)#
Bases:
_ResultContainerMethods
Load a
AlchemicalNetworkfrom its GufeKeyLoad a
Transformationfrom its GufeKeyStore a
AlchemicalNetwork.Store a
Transformation.Attributes
- delete(location)#
- load_bytes(location, *, allow_changed=False)#
- load_network(key: str)#
Load a
AlchemicalNetworkfrom its GufeKey- Parameters:
key (str) – the gufe key for this object
- Returns:
the desired network
- Return type:
- load_stream(location, *, allow_changed=False)#
- load_transformation(key: str)#
Load a
Transformationfrom its GufeKey- Parameters:
key (str) – the gufe key for this object
- Returns:
the desired transformation
- Return type:
- property path#
- property result_server#
- store_network(network)#
Store a
AlchemicalNetwork.Parmeters#
- network:
AlchemicalNetwork the network to store
- network:
- store_transformation(transformation)#
Store a
Transformation.- Parameters:
transformation (
Transformation) – the transformation to store