1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-22 00:26:03 +00:00

Update binac.config

Upgrade to 3.4.2
This commit is contained in:
Alexander Peltzer 2019-11-11 13:56:17 +01:00 committed by GitHub
parent e66ca6f670
commit bc9ecf50ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ singularity {
}
process {
beforeScript = 'module load devel/singularity/3.0.3'
beforeScript = 'module load devel/singularity/3.4.2'
executor = 'pbs'
queue = 'short'
process.queue = { task.memory > 128.GB ? 'smp': task.time <= 20.m ? 'tiny' : task.time <= 48.h ? 'short' : task.time <= 168.h ? 'short' : 'long'}