mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-13 05:03:10 +00:00
Merge pull request #272 from jfy133/eva-eager-subprofiles
Bump additional library merge memory for eager @ EVA
This commit is contained in:
commit
96e26a5411
1 changed files with 3 additions and 0 deletions
|
@ -90,6 +90,7 @@ process {
|
|||
|
||||
withName: additional_library_merge {
|
||||
clusterOptions = { "-S /bin/bash -V -l h_vmem=${(task.memory.toGiga() * 2)}G,virtual_free=${(task.memory.toGiga() * 2)}G" }
|
||||
memory = { check_max( 4.GB * task.attempt, 'memory' ) }
|
||||
}
|
||||
|
||||
withName: malt {
|
||||
|
@ -238,6 +239,7 @@ profiles {
|
|||
|
||||
withName: additional_library_merge {
|
||||
clusterOptions = { "-S /bin/bash -V -l h_vmem=${(task.memory.toGiga() * 3)}G,virtual_free=${(task.memory.toGiga() * 3)}G" }
|
||||
memory = { check_max( 4.GB * task.attempt, 'memory' ) }
|
||||
}
|
||||
|
||||
withName: malt {
|
||||
|
@ -383,6 +385,7 @@ profiles {
|
|||
|
||||
withName: library_merge {
|
||||
clusterOptions = { "-S /bin/bash -V -l h_vmem=${(task.memory.toGiga() * 6)}G,virtual_free=${(task.memory.toGiga() * 6)}G" }
|
||||
memory = { check_max( 4.GB * task.attempt, 'memory' ) }
|
||||
}
|
||||
|
||||
withName: seqtype_merge {
|
||||
|
|
Loading…
Reference in a new issue