mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
Bump markduplicates by default
This commit is contained in:
parent
9792226f5c
commit
8739aabbf0
1 changed files with 3 additions and 0 deletions
|
@ -86,6 +86,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' ) }
|
||||
}
|
||||
|
||||
withName: library_merge {
|
||||
|
@ -247,6 +248,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' ) }
|
||||
}
|
||||
|
||||
withName: library_merge {
|
||||
|
@ -412,6 +414,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' ) }
|
||||
}
|
||||
|
||||
withName: library_merge {
|
||||
|
|
Loading…
Reference in a new issue