Skip to content

Commit

Permalink
add singularity cache dir
Browse files Browse the repository at this point in the history
  • Loading branch information
a-price committed Jul 29, 2022
1 parent 52eb8f4 commit e5e9a40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ profiles {
singularity.autoMounts = 'true'

// path to the singularity containers
params.sif_dir = "${baseDir}/singularity"
singularity.cacheDir = "${baseDir}/singularity"

process {
withLabel:normal_CPU { cpus = 8 }
Expand Down Expand Up @@ -71,7 +71,7 @@ profiles {
singularity.autoMounts = 'true'

// path to the singularity containers
params.sif_dir = "/data/images"
singularity.cacheDir = "/data/images"

process {
scratch = true
Expand Down

0 comments on commit e5e9a40

Please sign in to comment.