BioSimSpace.Node.run¶ BioSimSpace.Node.run(name, args={})[source]¶ Run a node. Parameters: name (str) – The name of the node. args (dict) – A dictionary of arguments to be passed to the node. Returns: output – A dictionary containing the output of the node. Return type: dict