Manager
io.manager.StorageManager
¶
Bases: ABC
_process_nested_dict(nested_dict, store, prefix)
classmethod
¶
Recursively create groups and arrays in store
from nested_dict
.
append_array(data, store, key_array, **kwargs)
abstractmethod
classmethod
¶
digest_and_store(digester, digest_kwargs, path_file)
classmethod
¶
Driver for digesting and writing data to storage.
get_store(path_file)
abstractmethod
classmethod
¶
Check to see if root file exists; if not, then this will initialize an empty file.
PARAMETER | DESCRIPTION |
---|---|
path_file
|
Path to file.
TYPE:
|
initialize_group(store, key_group)
abstractmethod
classmethod
¶
process_ensemble(ensemble_data, store, prefix='')
classmethod
¶
Add multiple molecules to store
from EnsembleSchema.frames
.