diff --git a/conf/unibe_ibu.config b/conf/unibe_ibu.config index fa6cf97..33ff956 100644 --- a/conf/unibe_ibu.config +++ b/conf/unibe_ibu.config @@ -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 } \ No newline at end of file