Skip to content
Snippets Groups Projects
biohpc_singularity_gitlab.config 861 B
Newer Older
singularity {
Peng Lian's avatar
Peng Lian committed
  runOptions = '--disable-cache'                                // use this one for production
  // runOptions = '--disable-cache --bind /vagrant:/vagrant'    // use this one for vagrant development env only
  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'