1
0
Fork 0
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:
lquayle88 2022-10-02 00:24:39 +01:00
parent 9b451b53b7
commit e7ac3ecd19

View file

@ -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' ) }
}