1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-10 20:13:09 +00:00

Merge pull request #120 from nf-core/d4straub-patch-1

Update binac.config
This commit is contained in:
Maxime Garcia 2020-02-19 11:33:47 +01:00 committed by GitHub
commit fed5524695
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,14 +13,14 @@ singularity {
process {
beforeScript = 'module load devel/singularity/3.4.2'
executor = 'pbs'
queue = { task.memory >= 128.GB ? 'smp': task.time <= 20.m ? 'tiny' : task.time <= 48.h ? 'short' : task.time <= 168.h ? 'short' : 'long'}
queue = { task.memory >= 128.GB ? 'smp': task.time <= 20.m ? 'tiny' : task.time > 48.h ? 'long' : 'short'}
}
params {
igenomes_base = '/nfsmounts/igenomes'
max_memory = 1000.GB
max_cpus = 28
max_time = 48.h
max_time = 168.h
}
weblog{