mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
Update eva.config
This commit is contained in:
parent
86a9042eac
commit
81fe720b00
1 changed files with 3 additions and 0 deletions
|
@ -87,6 +87,7 @@ process {
|
|||
withName: markduplicates {
|
||||
clusterOptions = { "-S /bin/bash -V -l h_vmem=${(task.memory.toGiga() * 2)}G,virtual_free=${(task.memory.toGiga() * 2)}G" }
|
||||
memory = { check_max( 20.GB * task.attempt, 'memory' ) }
|
||||
errorStrategy = { task.exitStatus in [1, 143,137, 140] ? 'retry' : 'finish' }
|
||||
}
|
||||
|
||||
withName: library_merge {
|
||||
|
@ -250,6 +251,7 @@ profiles {
|
|||
withName: markduplicates {
|
||||
clusterOptions = { "-S /bin/bash -V -l h_vmem=${(task.memory.toGiga() * 3)}G,virtual_free=${(task.memory.toGiga() * 3)}G" }
|
||||
memory = { check_max( 32.GB * task.attempt, 'memory' ) }
|
||||
errorStrategy = { task.exitStatus in [143,137, 140] ? 'retry' : 'finish' }
|
||||
}
|
||||
|
||||
withName: library_merge {
|
||||
|
@ -417,6 +419,7 @@ profiles {
|
|||
withName: markduplicates {
|
||||
clusterOptions = { "-S /bin/bash -V -l h_vmem=${(task.memory.toGiga() * 6)}G,virtual_free=${(task.memory.toGiga() * 6)}G" }
|
||||
memory = { check_max( 48.GB * task.attempt, 'memory' ) }
|
||||
errorStrategy = { task.exitStatus in [143,137, 140] ? 'retry' : 'finish' }
|
||||
}
|
||||
|
||||
withName: library_merge {
|
||||
|
|
Loading…
Reference in a new issue