-
Notifications
You must be signed in to change notification settings - Fork 36
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
Dev #282
Dev #282
Conversation
|
Hello there, I think the caching fails not because of a different md5sum but because the copied matrix has another file name. Not sure exactly how the nextflow resume functionality works, but I assume it takes file names into consideration. If we want the resume to work in these cases, we need to find another solution. Closing this for now; feel free to re-open if you have another idea :) |
I believe the problem is rather the different timestamps of creation. |
@bjlang As already discussed on slack, I didn't understand the code change correctly initially; thanks for the contribution! I'm approving, please first commit the suggestion that I made to the changelog before merging 😄 |
Co-authored-by: WackerO <[email protected]>
Thanks for the work, @bjlang! |
Copying the matrix as feature_matrix seems to have made the inputs appear to differ between identical runs, thus preventing caching.
PR checklist
nf-core lint
).nf-test test main.nf.test -profile test,docker
).nextflow run . -profile debug,test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).