Closed thasso closed 10 years ago
This is useful to enable passing arbitrary things into the template renderer
Dynamic options can be added with _inputs, _outputs, or _options as options. For example:
_inputs
_outputs
_options
bash("cat ${myfile}", _inputs={"myfile": "/path/to/file"})
This works for all nodes and tools added to a pipeline.
This is useful to enable passing arbitrary things into the template renderer