Skip to content
Snippets Groups Projects
biohpc.config 548 B
Newer Older
singularity {
  enabled = true
  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"
PLian's avatar
PLian committed
}

process {
    executor = 'local'
Peng Lian's avatar
Peng Lian committed
        container = 'docker://ubuntu:latest'
Peng Lian's avatar
Peng Lian committed
        container = 'docker://ubuntu:latest'
Peng Lian's avatar
Peng Lian committed
        container = 'docker://centos:centos8'