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

Updates in place and broken Nextflow job cache #90

Closed
muffato opened this issue Jan 17, 2024 · 0 comments · Fixed by #95
Closed

Updates in place and broken Nextflow job cache #90

muffato opened this issue Jan 17, 2024 · 0 comments · Fixed by #95
Assignees
Labels
bug Something isn't working

Comments

@muffato
Copy link
Member

muffato commented Jan 17, 2024

Description of feature

In the version 0.2.0 of the pipeline, the job cache only functions up to the BLOBTOOLKIT_CREATEBLOBDIR process. Something downstream must be modifying some input file or parameter, breaking the cache mechanism.

My guess is that BLOBTOOLKIT_UPDATEBLOBDIR and others are updating the blobdir in place and therefore modifying its timestamp, which is an element considered by Nextflow when checking processess against the cache.

Even though the remaining processes don't take that long to rerun, we should make this cleaner.

@muffato muffato added the enhancement Improvement of the existing features label Jan 17, 2024
@muffato muffato linked a pull request Apr 12, 2024 that will close this issue
10 tasks
@muffato muffato self-assigned this Apr 12, 2024
@muffato muffato added bug Something isn't working and removed enhancement Improvement of the existing features labels Jun 17, 2024
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant