You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enabling module developers to create modules which combine other modules in a Chain would make it possible to compare different procedures (by listing different meta modules), to share sections of complete analyses, and should be fairly easy to implement.
but that's ugly and would dump stuff to the global environment (unless we implemented child processes as in #84). A neater (and more consistent with the workflow interface) syntax would be something like:
Enabling module developers to create modules which combine other modules in a
Chain
would make it possible to compare different procedures (by listing different meta modules), to share sections of complete analyses, and should be fairly easy to implement.At present module devs could always do:
but that's ugly and would dump stuff to the global environment (unless we implemented child processes as in #84). A neater (and more consistent with the workflow interface) syntax would be something like:
Although we'd have to hack
Chain
to run these sequentially.What do you think of this approach and interface?
The text was updated successfully, but these errors were encountered: