BioSimSpace.Node.run¶
- BioSimSpace.Node.run(name, args={}, work_dir=None)[source]¶
Run a node.
- Parameters:
name (str) – The name of the node.
args (dict) – A dictionary of arguments to be passed to the node.
work_dir (str, optional) – The working directory in which to run the node. If not specified, the current working directory is used.
- Returns:
output – A dictionary containing the output of the node.
- Return type:
dict