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:
parent
162c212dd4
commit
0057132e02
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue