Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow nextflow -resume on workflow runs #92

Closed
jashapiro opened this issue Aug 16, 2024 · 0 comments · Fixed by #93
Closed

Allow nextflow -resume on workflow runs #92

jashapiro opened this issue Aug 16, 2024 · 0 comments · Fixed by #93

Comments

@jashapiro
Copy link
Member

While we work to debug the container pulling issues of #85, it might be nice to allow resuming of workflows to prevent having to repeat everything when jobs start to fail

We can make this a launch option used during workflow dispatch and passing that option along to the launch script.

I’m not sure whether this should be the default for automatically triggered workflows, but my inclination is that it should be. If the input data or process has changed, the workflow should reprocess automatically, and we may be able to save ourselves from some unnecessary repeat processing when rerunning due to transient or throttling failures.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant