diff --git a/conf/cbe.config b/conf/cbe.config index 3332b1e..ea24e5b 100755 --- a/conf/cbe.config +++ b/conf/cbe.config @@ -7,7 +7,7 @@ params { process { executor = 'slurm' - module = 'singularity/3.2.1' + module = 'singularity/3.4.1' queue = { task.memory <= 170.GB ? 'c' : 'm' } clusterOptions = { task.time <= 8.h ? '--qos short': task.time <= 48.h ? '--qos medium' : '--qos long' } } diff --git a/nfcore_custom.config b/nfcore_custom.config index 90145b3..49e6328 100644 --- a/nfcore_custom.config +++ b/nfcore_custom.config @@ -49,6 +49,7 @@ profiles { params { // This is a groovy map, not a nextflow parameter set hostnames = [ + cbe: ['.cbe.vbc.ac.at'], crick: ['.thecrick.org'], genotoul: ['.genologin1.toulouse.inra.fr', '.genologin2.toulouse.inra.fr'], genouest: ['.genouest.org'],