Skip to content
Snippets Groups Projects
biohpc_docker_gitlab.config 474 B
Newer Older
docker {
  enabled = true
  fixOwnership = true
}


process {
    executor = 'local'
    withName:uppercase {
        container = 'git.biohpc.swmed.edu:5050/s190450/astrocyte_example_wordcount/ubuntu:latest'
    }
    withName:tolines {
        container = 'git.biohpc.swmed.edu:5050/s190450/astrocyte_example_wordcount/ubuntu:latest'
    }
    withName:wordcounts {
        container = 'git.biohpc.swmed.edu:5050/s190450/astrocyte_example_wordcount/centos:centos8'