1
0
Fork 0
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:
Rike 2021-03-11 16:11:41 +01:00
parent 79ddbe1fea
commit bb124a9be8

View file

@ -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
}
}