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

modify singularity settings

This commit is contained in:
ikeller 2021-05-20 10:53:35 +02:00
parent af1e57027d
commit 0e3898eabf

View file

@ -1,3 +1,5 @@
singularity.autoMounts = true
params { params {
config_profile_description = "University of Bern, Interfaculty Bioinformatics Unit cluster profile" config_profile_description = "University of Bern, Interfaculty Bioinformatics Unit cluster profile"
config_profile_contact = "irene.keller@dbmr.unibe.ch; info@bioinformatics.unibe.ch" config_profile_contact = "irene.keller@dbmr.unibe.ch; info@bioinformatics.unibe.ch"
@ -18,6 +20,6 @@ executor {
} }
singularity { singularity {
enable = true docker.enabled = false
autoMounts = true singularity.enabled = true
} }