1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-12-22 02:38:16 +00:00

Add ABiMS - autoMounts = false

This commit is contained in:
lecorguille 2020-10-22 18:18:55 +02:00
parent f21d16b24f
commit 90d1f9072b

View file

@ -7,7 +7,7 @@ params {
singularity { singularity {
enabled = true enabled = true
autoMounts = true autoMounts = false
runOptions = '-B /scratch:/scratch -B /scratch2:/scratch2 -B /shared:/shared' runOptions = '-B /scratch:/scratch -B /scratch2:/scratch2 -B /shared:/shared'
} }