mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-21 16:16:04 +00:00
Increased memory and time for GATK4_MARKDUPLICATES in sbc_sharc.config for sarek
This commit is contained in:
parent
dbb3b3b44b
commit
10c1490265
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ process {
|
|||
|
||||
withName:'GATK4_MARKDUPLICATES' {
|
||||
memory = { check_max( 20.GB * task.attempt, 'memory' ) }
|
||||
time = { check_max( 8.h * task.attempt, 'time' ) }
|
||||
}
|
||||
|
||||
withName:'FREEBAYES|SAMTOOLS_STATS|SAMTOOLS_INDEX|UNZIP' {
|
||||
|
|
Loading…
Reference in a new issue