1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-22 00:26:03 +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
process {
withName:'StrelkaSingle|Strelka|StrelkaBP|MantaSingle|Manta' {
memory = {check_resource(128.GB)}
memory = 128.GB
cpus = 16
}
withName:'MSIsensor_scan|MSIsensor_msi' {
memory = {check_resource(128.GB)}
memory = 128.GB
}
withName:BamQC {
memory = {check_resource(372.GB)}
memory = 372.GB
}
withName:MapReads{
cpus = 48