mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 00:26:03 +00:00
Merge pull request #313 from nf-core/ameynert-patch-1
Added memory & cluster options specification for eddie sarek config
This commit is contained in:
commit
bfa7e0f8d7
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@ process {
|
||||||
|
|
||||||
withName:MapReads {
|
withName:MapReads {
|
||||||
cpus = 16
|
cpus = 16
|
||||||
|
memory = 128.GB
|
||||||
|
clusterOptions = {"-l h_vmem=${(task.memory + 8.GB).bytes/task.cpus}"}
|
||||||
}
|
}
|
||||||
withName:BuildDict {
|
withName:BuildDict {
|
||||||
cpus = 1
|
cpus = 1
|
||||||
|
|
Loading…
Reference in a new issue