mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 08:29:54 +00:00
Insert h_vmem for all nf-core pipelines
This commit is contained in:
parent
88ddc9eee7
commit
d7d9951dbf
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,7 @@ process {
|
|||
executor = 'sge'
|
||||
penv = 'smp'
|
||||
queue = 'all.q'
|
||||
clusterOptions = { "-S /bin/bash -V -j y -o output.log -l h_vmem=${task.memory.toGiga()}G" }
|
||||
}
|
||||
|
||||
executor {
|
||||
|
@ -36,6 +37,7 @@ profiles {
|
|||
|
||||
process {
|
||||
queue = 'archgen.q'
|
||||
clusterOptions = { "-S /bin/bash -V -j y -o output.log -l h_vmem=${task.memory.toGiga()}G" }
|
||||
}
|
||||
|
||||
singularity {
|
||||
|
|
Loading…
Reference in a new issue