mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-14 05:33:09 +00:00
Merge pull request #106 from jfy133/master
Fixes shh eager-specific profile
This commit is contained in:
commit
09bc644dcf
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ 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 = { 725.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' }
|
||||||
|
|
Loading…
Reference in a new issue