1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-22 00:26:03 +00:00

Merge pull request #270 from RoganGrant/master

Set autoMounts to true
This commit is contained in:
Phil Ewels 2021-09-06 23:09:07 +02:00 committed by GitHub
commit dc8705e7cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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