Include `stub` status in cache key, so as not to break resume cache
Currently, if you run Nextflow, then re-run with `-resume` but with `-stub`, the stubbed processed overwrite the cached work directory.
If stub is true, and the process has a stub block, we should include that in the cache key so that they two don't collide.
关闭于 2026-05-11 2 条评论