1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-13 05:03:10 +00:00

Merge pull request #106 from jfy133/master

Fixes shh eager-specific profile
This commit is contained in:
James A. Fellows Yates 2019-12-06 20:02:59 +01:00 committed by GitHub
commit 09bc644dcf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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