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

Maybe typo?

This commit is contained in:
James A. Fellows Yates 2019-12-05 17:52:53 +01:00 committed by GitHub
parent ab6c5f05ac
commit b1a8b45aa0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ params {
// Specific nf-core/eager process configuration // Specific nf-core/eager process configuration
process { process {
withName: malt { withName:malt {
memory = { check_max( 756.GB * task.attempt, 'memory' ) } memory = { check_max( 756.GB * task.attempt, 'memory' ) }
cpus = { check_max(64 * task.attempt, 'cpus') } cpus = { check_max(64 * task.attempt, 'cpus') }
time = 1440.h time = 1440.h