diff --git a/conf/cheaha.config b/conf/cheaha.config index f53194f..323a625 100644 --- a/conf/cheaha.config +++ b/conf/cheaha.config @@ -7,12 +7,12 @@ params { singularity { enabled = true - automounts = true + autoMounts = true } process { executor = 'slurm' - queue = { task.memory <= 50GB ? (task.time <= 2.h ? 'express' : task.time <= 12.h ? 'short' : task.time <= 50.h ? 'medium' : 'long') : (task.time <= 50.h ? 'largemem' : 'largemem-long')} + queue = { task.memory <= 50.GB ? (task.time <= 2.h ? 'express' : task.time <= 12.h ? 'short' : task.time <= 50.h ? 'medium' : 'long') : (task.time <= 50.h ? 'largemem' : 'largemem-long')} maxRetries = 3 beforeScript = 'module load Singularity' }