1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-22 16:29:55 +00:00

remove check_reource statement

This commit is contained in:
FriederikeHanssen 2021-03-11 09:27:08 +01:00
parent 162c212dd4
commit 0057132e02

View file

@ -9,14 +9,14 @@ params {
// Specific nf-core/sarek process configuration // Specific nf-core/sarek process configuration
process { process {
withName:'StrelkaSingle|Strelka|StrelkaBP|MantaSingle|Manta' { withName:'StrelkaSingle|Strelka|StrelkaBP|MantaSingle|Manta' {
memory = {check_resource(128.GB)} memory = 128.GB
cpus = 16 cpus = 16
} }
withName:'MSIsensor_scan|MSIsensor_msi' { withName:'MSIsensor_scan|MSIsensor_msi' {
memory = {check_resource(128.GB)} memory = 128.GB
} }
withName:BamQC { withName:BamQC {
memory = {check_resource(372.GB)} memory = 372.GB
} }
withName:MapReads{ withName:MapReads{
cpus = 48 cpus = 48