1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-24 00:59:55 +00:00

Update crukmi.config

This commit is contained in:
Simon Pearce 2022-09-01 11:24:11 +01:00 committed by GitHub
parent a8faeda141
commit 2c738cae33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ process {
withName: 'SAMTOOLS_MPILEUP' { withName: 'SAMTOOLS_MPILEUP' {
cpus = 1 cpus = 1
memory = { check_resource( 5.GB * task.attempt) } memory = { 5.GB * task.attempt }
} }
} }