1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-12-04 04:39:54 +00:00

Update on singularity cache

This commit is contained in:
Natalia Zajac 2022-03-07 12:37:01 +01:00 committed by Natalia Zajac
parent e07a0e548e
commit 97058995ef

View file

@ -20,5 +20,5 @@ executor {
singularity { singularity {
enabled = true enabled = true
autoMounts = true autoMounts = true
cacheDir = "/home/$USER/singularity/" cacheDir = "/srv/GT/nextflow/singularity/"
} }