Skip to content
Snippets Groups Projects
biohpc_singularity_gitlab.config 695 B
Newer Older
singularity {
  enabled = true
  runOptions = '--bind /vagrant:/vagrant'
  cacheDir = "$baseDir/images/singularity"
}


process {
    executor = 'local'
        container = 'git.biohpc.swmed.edu:5050/biohpc/astrocyte_example_wordcount/ubuntu:latest'
        container = 'docker://git.biohpc.swmed.edu:5050/biohpc/astrocyte_example_wordcount/ubuntu:latest'
        container = 'docker://git.biohpc.swmed.edu:5050/biohpc/astrocyte_example_wordcount/ubuntu:latest'
        container = 'docker://git.biohpc.swmed.edu:5050/biohpc/astrocyte_example_wordcount/centos:centos8'