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

Added cacheDir to singularity in eddie profile

This commit is contained in:
ameynert 2021-07-23 09:33:02 +01:00 committed by GitHub
parent 2112168420
commit 238d6e5e96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,5 +46,6 @@ singularity {
runOptions = '-p -B "$TMPDIR"' runOptions = '-p -B "$TMPDIR"'
enabled = true enabled = true
autoMounts = true autoMounts = true
cacheDir = "/exports/igmm/eddie/BioinformaticsResources/nf-core/singularity-images"
} }