diff --git a/conf/bih.config b/conf/bih.config index 62564a480..ee495768d 100644 --- a/conf/bih.config +++ b/conf/bih.config @@ -1,17 +1,17 @@ params { - config_profile_name = 'bih' - config_profile_description = 'Berlin Institute of Health HPC cluster profile provided by nf-core/configs.' - config_profile_contact = 'BIH-HPC IT Team ' - config_profile_url = 'https://www.hpc.bihealth.org/' - max_memory = 340.GB - max_cpus = 64 - max_time = 7.d + config_profile_name = 'bih' + config_profile_description = 'Berlin Institute of Health HPC cluster profile provided by nf-core/configs.' + config_profile_contact = 'BIH-HPC IT Team ' + config_profile_url = 'https://www.hpc.bihealth.org/' + max_memory = 340.GB + max_cpus = 64 + max_time = 7.d } process { - executor = 'slurm' - maxRetries = 2 - clusterOptions = "--export=ALL" + executor = 'slurm' + maxRetries = 2 + clusterOptions = "--export=ALL" } apptainer { @@ -24,7 +24,7 @@ cleanup = true workDir = "$params.scratch/work_$USER" profiles { - debug { - cleanup = false - } + debug { + cleanup = false + } }