1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-11 04:23:10 +00:00

edit config

This commit is contained in:
ikeller 2021-05-20 13:44:59 +02:00
parent 0e3898eabf
commit 6def686ab5

View file

@ -1,12 +1,10 @@
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"
config_profile_url = "https://www.bioinformatics.unibe.ch/" config_profile_url = "https://www.bioinformatics.unibe.ch/"
max_memory = 500.GB max_memory = 500.GB
max_cpus = 128 max_cpus = 128
max_time = 28.d max_time = 200.h
} }
process { process {
@ -20,6 +18,6 @@ executor {
} }
singularity { singularity {
docker.enabled = false enabled = true
singularity.enabled = true autoMounts = true
} }