1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 06:02:03 +00:00

Merge pull request #42 from maxibor/master

Add automounts for singularity
This commit is contained in:
Alexander Peltzer 2019-04-25 17:14:28 +02:00 committed by GitHub
commit 4cad12c918
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,7 @@ params {
singularity { singularity {
enabled = true enabled = true
autoMounts = true
cacheDir = "/projects1/singularity_scratch/cache/" cacheDir = "/projects1/singularity_scratch/cache/"
} }