Skip to content

[config] containers #297

@tristan-f-r

Description

@tristan-f-r

Config file options should be under a general containers rule, so we can not only specify it per config, but also per algorithm and per analysis. This should make it easier to develop algorithms locally without having to switch out the docker user for every single algorithm globally.

Essentially, moving:

container_framework: docker
unpack_singularity: false
container_registry:
  base_url: docker.io
  owner: reedcompbio

to:

containers:
  framework: docker
  unpack_singularity: false
  registry:
    base_url: docker.io
    owner: reedcompbio

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions