diff --git a/conf/ebc.config b/conf/ebc.config new file mode 100644 index 0000000..ebcb775 --- /dev/null +++ b/conf/ebc.config @@ -0,0 +1,26 @@ + //Profile config names for nf-core/configs + params { + config_profile_description = 'Generic Estonian Biocentre profile provided by nf-core/configs.' + config_profile_contact = 'Marcel Keller (@marcel-keller)' + config_profile_url = 'https://genomics.ut.ee/en/about-us/estonian-biocentre' + } + + cleanup = true + + conda { + cacheDir = '/ebc_data/nf-core/conda' + + } + process { + executor = 'slurm' + conda = "$baseDir/environment.yml" + + } + executor { + queueSize = 16 + } + params { + max_memory = 12.GB + max_cpus = 20 + max_time = 120.h + }