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