You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: