mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
Reduce vc to run on compute
This commit is contained in:
parent
79ddbe1fea
commit
bb124a9be8
1 changed files with 5 additions and 3 deletions
|
@ -9,16 +9,18 @@ params {
|
|||
// Specific nf-core/sarek process configuration
|
||||
process {
|
||||
withName:'StrelkaSingle|Strelka|StrelkaBP|MantaSingle|Manta' {
|
||||
memory = 128.GB
|
||||
cpus = 16
|
||||
memory = 55.GB
|
||||
cpus = 19
|
||||
}
|
||||
withName:'MSIsensor_scan|MSIsensor_msi' {
|
||||
memory = 128.GB
|
||||
memory = 55.GB
|
||||
}
|
||||
withName:BamQC {
|
||||
memory = 372.GB
|
||||
}
|
||||
withName:MapReads{
|
||||
cpus = 48
|
||||
memory = 128.GB
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue