1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-12-03 12:19:56 +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 {
enabled = true
autoMounts = true
cacheDir = "/home/$USER/singularity/"
cacheDir = "/srv/GT/nextflow/singularity/"
}