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
A very common pattern is to spawn a number of processes ("workers") dependent on the "size" of the output from a previous step (e.g., a dynamic version of the pi approximation wf). There are a number of ways this could work from the client/api perspective. Nextflow has several examples. We should first document what we could pull off using doit. There may be some limitations around using doit with multiprocessing and actions defined using closures.
The text was updated successfully, but these errors were encountered:
A very common pattern is to spawn a number of processes ("workers") dependent on the "size" of the output from a previous step (e.g., a dynamic version of the pi approximation wf). There are a number of ways this could work from the client/api perspective. Nextflow has several examples. We should first document what we could pull off using doit. There may be some limitations around using doit with multiprocessing and actions defined using closures.
The text was updated successfully, but these errors were encountered: