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
Thank you for keep improving the open source Nextflow.
Resume works great. I wonder if there is interest in a new, less strict resume mode, that allows pipeline resume based on only file presence, similar to Makefile.
I think this nicely integrate with workflow outputs that nextflow look for presence of published output file by the output definition. The implementation can be something like using a subset of these resume conditions: https://docs.seqera.io/nextflow/cache-and-resume
This is helpful when working across multiple machines. E.g. Data is processed by pipeline 1 in an instance that terminated. Now I wanna tweak some downstream steps in pipeline 1 and re-run only them in my local machine. Another example is working with multiple pipelines.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Thank you for keep improving the open source Nextflow.
Resume works great. I wonder if there is interest in a new, less strict resume mode, that allows pipeline resume based on only file presence, similar to Makefile.
I think this nicely integrate with workflow outputs that nextflow look for presence of published output file by the output definition. The implementation can be something like using a subset of these resume conditions: https://docs.seqera.io/nextflow/cache-and-resume
This is helpful when working across multiple machines. E.g. Data is processed by pipeline 1 in an instance that terminated. Now I wanna tweak some downstream steps in pipeline 1 and re-run only them in my local machine. Another example is working with multiple pipelines.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions