mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
Added: runOptions to singularity
To bind external mount directories at runtime.
This commit is contained in:
parent
2d434c6ee5
commit
90936a5518
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ process {
|
|||
|
||||
singularity {
|
||||
enabled = true
|
||||
runOptions = "--bind /media/BTB_2021_01"
|
||||
cacheDir = '/data1/containers/'
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue