1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 14:02:05 +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 {
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_url = "https://www.bioinformatics.unibe.ch/"
max_memory = 500.GB
max_cpus = 128
max_time = 28.d
max_time = 200.h
}
process {
@ -20,6 +18,6 @@ executor {
}
singularity {
docker.enabled = false
singularity.enabled = true
enabled = true
autoMounts = true
}