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

Option to change hashing behavior #880

Closed
winni2k opened this issue Oct 2, 2018 · 1 comment
Closed

Option to change hashing behavior #880

winni2k opened this issue Oct 2, 2018 · 1 comment

Comments

@winni2k
Copy link
Contributor

winni2k commented Oct 2, 2018

When prototyping new nextflow pipelines I have run into the problem described here, where long-running jobs are not cached but re-run for no apparent reason or because I refactored some code in the process definition. This is great behavior for production, but sometimes I just want nextflow to treat all successfully completed jobs as cached and go ahead and run downstream processes.

Would it be possible to add an "evil" mode where nextflow reverts to something closer to Snakemake behavior, for example only using timestamps and the returncode file for determining if a process result can be treated as cached?

@pditommaso
Copy link
Member

Not sure it's a good idea to cheat the caching mechanism. Hopefully once #452 is implemented it should provide a solution to your use case.

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

No branches or pull requests

2 participants