mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-11 04:23:10 +00:00
Merge pull request #331 from nf-core/praveenraj2018-patch-1
Added: runOptions to singularity
This commit is contained in:
commit
91b5875b44
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue