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

Wrong bracket typo fix -.-

This commit is contained in:
James A. Fellows Yates 2019-12-06 18:34:18 +01:00 committed by GitHub
parent 1f7940c2ee
commit b28e1a0905
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 // Specific nf-core/eager process configuration
process { process {
withName:malt { withName:malt {
memory = { 756.GB * task.attempt ] memory = { 756.GB * task.attempt }
cpus = { 64 * task.attempt } cpus = { 64 * task.attempt }
time = 1440.h time = 1440.h
queue = { task.memory > 756.GB ? 'supercruncher' : 'long' } queue = { task.memory > 756.GB ? 'supercruncher' : 'long' }