-
Notifications
You must be signed in to change notification settings - Fork 646
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
Dry run #4214
base: master
Are you sure you want to change the base?
Dry run #4214
Conversation
Signed-off-by: Ben Sherman <[email protected]>
✅ Deploy Preview for nextflow-docs-staging canceled.
|
This comment was marked as off-topic.
This comment was marked as off-topic.
✅ Deploy Preview for nextflow-docs-staging canceled.
|
Signed-off-by: Ben Sherman <[email protected]>
Signed-off-by: Ben Sherman <[email protected]>
Added basic cache invalidation reporting to this PR. It requires the cache to also load the index file of the previous run, so that when a cache entry can't be found, it can search the previous run for a matching task (i.e. matching process + tag) and report any differences between the two tasks. Currently it only reports the different hashes and the scripts (if they are different), but could be expanded to include things like:
The last point requires the input file metadata to be saved to the cache as discussed for #3802 and #3849 . I would be fine to address that in a future iteration, since for now, even just reporting the changed hashes is a great improvement. Other notes:
|
Signed-off-by: Ben Sherman <[email protected]>
And / or as a opt-in? I can imagine some people (me) wanting it routinely if not doing large runs. Might be annoying to have to go back and re-do a dry run every time. |
Close #844