Skip to content

Include docker container hash when calculating cache key. #443

@pkaleta

Description

@pkaleta

Right now nextflow doesn't take the docker container hash into account when calculating a hash to cache the outputs. In other words, if just the docker container changes, nextflow will not rerun the process. Instead it will use the cached version, if it exists.

I think it makes sense to include docker container hash when calculating cache hash. The motivation behind this is that process' output, by definition, depends on the container used to run it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions