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

Update mpcdf.config

This commit is contained in:
James A. Fellows Yates 2020-09-04 20:17:09 +02:00 committed by GitHub
parent af8d25ed09
commit 4335e5deb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,8 @@ params {
config_profile_description = 'nf-core/eager MPCDF profile provided by nf-core/configs'
}
profile {
cobra {
// Specific nf-core/eager process configuration
process {
@ -57,5 +59,6 @@ process {
memory = { check_max( 256.GB * task.attempt, 'memory' ) }
time = 24.h
}
}
}
}