mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-24 09:09:56 +00:00
Modified resource requests in sbc_sharc.config for sarek
This commit is contained in:
parent
9b451b53b7
commit
e7ac3ecd19
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ process {
|
|||
|
||||
withName:'GATK4_MARKDUPLICATES' {
|
||||
cpus = { check_max( 8 * task.attempt, 'cpus' ) }
|
||||
memory = { check_max( 30.GB * task.attempt, 'memory' ) }
|
||||
memory = { check_max( 16.GB * task.attempt, 'memory' ) }
|
||||
time = { check_max( 8.h * task.attempt, 'time' ) }
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue