mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-24 00:59:55 +00:00
Update crukmi.config
This commit is contained in:
parent
a8faeda141
commit
2c738cae33
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ process {
|
||||||
|
|
||||||
withName: 'SAMTOOLS_MPILEUP' {
|
withName: 'SAMTOOLS_MPILEUP' {
|
||||||
cpus = 1
|
cpus = 1
|
||||||
memory = { check_resource( 5.GB * task.attempt) }
|
memory = { 5.GB * task.attempt }
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue