mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 08:29:54 +00:00
picard md is single threaded
This commit is contained in:
parent
91b5875b44
commit
dcba537d15
1 changed files with 1 additions and 2 deletions
|
@ -1,8 +1,7 @@
|
||||||
process {
|
process {
|
||||||
|
|
||||||
withName:'PICARD_MARKDUPLICATES' {
|
withName:'PICARD_MARKDUPLICATES' {
|
||||||
cpus = { check_max( 13 * task.attempt, 'cpus' ) }
|
memory = { check_max( 90.GB * task.attempt, 'memory' ) }
|
||||||
memory = { check_max( 130.GB * task.attempt, 'memory' ) }
|
|
||||||
}
|
}
|
||||||
withName:'DEEPVARIANT' {
|
withName:'DEEPVARIANT' {
|
||||||
cpus = { check_max( 16 * task.attempt, 'cpus' ) }
|
cpus = { check_max( 16 * task.attempt, 'cpus' ) }
|
||||||
|
|
Loading…
Reference in a new issue