Skip to content

Commit

Permalink
Merge pull request nf-core#331 from nf-core/praveenraj2018-patch-1
Browse files Browse the repository at this point in the history
Added: runOptions to singularity
  • Loading branch information
maxulysse authored Feb 14, 2022
2 parents 2d434c6 + 41e00ae commit 91b5875
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions conf/munin.config
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ process {
}

singularity {
enabled = true
cacheDir = '/data1/containers/'
cacheDir = '/data1/containers/'
enabled = true
runOptions = "--bind /media/BTB_2021_01"
}

// To use docker, use nextflow run -profile munin,docker
Expand Down

0 comments on commit 91b5875

Please sign in to comment.