-
Notifications
You must be signed in to change notification settings - Fork 24
Labels
enhancementNew feature or requestNew feature or request
Description
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: reedcompbioto:
containers:
framework: docker
unpack_singularity: false
registry:
base_url: docker.io
owner: reedcompbioMetadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request