1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-21 08:16:03 +00:00

add automounts for singularity

This commit is contained in:
Cedric 2022-10-02 18:44:22 -10:00 committed by GitHub
parent e89cb7bd5e
commit d429a59a0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,4 +17,5 @@ process {
singularity {
enabled = true
cacheDir = "$HOME/.singularity_images_cache"
autoMounts = true
}