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

Update crukmi.config

This commit is contained in:
Simon Pearce 2022-09-01 11:07:14 +01:00 committed by GitHub
parent 897d0a188b
commit ba1d3f24cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,11 +37,6 @@ process {
memory = { check_max( 80.GB * task.attempt, 'memory' ) }
}
withName: 'SAMTOOLS_MPILEUP' {
cpus = 1
memory = { 5.GB * task.attempt }
}
}
executor {