1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 06:02:03 +00:00

Increased memory and time for GATK4_MARKDUPLICATES in sbc_sharc.config for sarek

This commit is contained in:
lquayle88 2022-10-01 23:15:13 +01:00
parent dbb3b3b44b
commit 10c1490265

View file

@ -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' {