1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 06:02:03 +00:00

Tweak back again

This commit is contained in:
James A. Fellows Yates 2019-12-06 19:25:07 +01:00 committed by GitHub
parent 46f6d20a77
commit 5c6760b2f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ params {
// Specific nf-core/eager process configuration
process {
withName: malt {
memory = { 756.GB * task.attempt }
memory = { 750.GB * task.attempt }
cpus = { 64 * task.attempt }
time = 1440.h
queue = { task.memory > 756.GB ? 'supercruncher' : 'long' }