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

Merge pull request #128 from nf-core/mseybold-patch-1

Update cfc.config
This commit is contained in:
Alexander Peltzer 2020-03-06 11:15:16 +01:00 committed by GitHub
commit edc34e7358
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,6 +13,7 @@ singularity {
process { process {
beforeScript = 'module load devel/singularity/3.4.2' beforeScript = 'module load devel/singularity/3.4.2'
executor = 'slurm' executor = 'slurm'
queue = { task.memory > 60.GB || task.cpus > 20 ? 'qbic' : 'compute' }
} }
weblog{ weblog{
@ -22,7 +23,7 @@ weblog{
params { params {
igenomes_base = '/nfsmounts/igenomes' igenomes_base = '/nfsmounts/igenomes'
max_memory = 498.GB max_memory = 1999.GB
max_cpus = 20 max_cpus = 128
max_time = 140.h max_time = 140.h
} }