mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
Give Strelka a complete compute node
This commit is contained in:
parent
b1846af9d3
commit
6221b67bcf
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ params {
|
|||
// Specific nf-core/sarek process configuration
|
||||
process {
|
||||
withName:'StrelkaSingle|Strelka|StrelkaBP|MantaSingle|Manta' {
|
||||
memory = 55.GB
|
||||
cpus = 19
|
||||
memory = 59.GB
|
||||
cpus = 20
|
||||
}
|
||||
withName:'MSIsensor_scan|MSIsensor_msi' {
|
||||
memory = 55.GB
|
||||
|
|
Loading…
Reference in a new issue