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

Merge pull request #186 from jfy133/shh-singularity-runoptions

Remove custom singularity runOptions from SHH config
This commit is contained in:
Maxime Borry 2020-11-10 15:39:40 +01:00 committed by GitHub
commit c95fd9d52f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,6 @@ cleanup = true
singularity { singularity {
enabled = true enabled = true
autoMounts = true autoMounts = true
runOptions = '-B /run/shm:/run/shm'
cacheDir = "/projects1/singularity_scratch/cache/" cacheDir = "/projects1/singularity_scratch/cache/"
} }