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:
parent
897d0a188b
commit
ba1d3f24cc
1 changed files with 0 additions and 5 deletions
|
@ -37,11 +37,6 @@ process {
|
||||||
memory = { check_max( 80.GB * task.attempt, 'memory' ) }
|
memory = { check_max( 80.GB * task.attempt, 'memory' ) }
|
||||||
}
|
}
|
||||||
|
|
||||||
withName: 'SAMTOOLS_MPILEUP' {
|
|
||||||
cpus = 1
|
|
||||||
memory = { 5.GB * task.attempt }
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
executor {
|
executor {
|
||||||
|
|
Loading…
Reference in a new issue