And is it possible to create dynamic outputs in the _run_interface()-function?
I am working on my own interface. Is it possible to create new interface inputs when i wrapped it in a node in the pipeline script? and how would you define the input spec for the interface then?
And is it possible to create dynamic outputs in the _run_interface()-function?
And is it possible to create dynamic outputs in the _run_interface()-function?
More information: I would like to use dicts instead of lists in the pipeline and i would like to have an interface that takes the dict for example from the convert pipeline, looks up what kind of keys are there, like 'epi', 't1' and creates new outputs depended on the number of key it has. So that i have as many specific output as i have keys for connection with further pipelines. hope someone understands that.