1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-21 16:16:04 +00:00

Set autoMounts to true

This commit is contained in:
Rogan Grant 2021-09-06 15:15:46 -05:00 committed by GitHub
parent b56b7b310b
commit a7aca37bc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,6 +13,7 @@ params
singularity singularity
{ {
enabled = true enabled = true
autoMounts = true
cacheDir = "/projects/b1042/singularity_cache" cacheDir = "/projects/b1042/singularity_cache"
} }
@ -27,4 +28,4 @@ process
executor executor
{ {
submitRateLimit = '1sec' submitRateLimit = '1sec'
} }