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


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