mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-11 04:23:10 +00:00
Merge pull request #371 from jfy133/master
Rename custom log file for EVA
This commit is contained in:
commit
8fbfcfe256
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ process {
|
||||||
executor = 'sge'
|
executor = 'sge'
|
||||||
penv = 'smp'
|
penv = 'smp'
|
||||||
queue = 'all.q'
|
queue = 'all.q'
|
||||||
clusterOptions = { "-S /bin/bash -V -j y -o output.log -l h_vmem=${task.memory.toGiga()}G" }
|
clusterOptions = { "-S /bin/bash -V -j y -o output.sge -l h_vmem=${task.memory.toGiga()}G" }
|
||||||
}
|
}
|
||||||
|
|
||||||
executor {
|
executor {
|
||||||
|
@ -37,7 +37,7 @@ profiles {
|
||||||
|
|
||||||
process {
|
process {
|
||||||
queue = { task.memory > 700.GB ? 'bigmem.q' : 'archgen.q' }
|
queue = { task.memory > 700.GB ? 'bigmem.q' : 'archgen.q' }
|
||||||
clusterOptions = { "-S /bin/bash -V -j y -o output.log -l h_vmem=${task.memory.toGiga()}G" }
|
clusterOptions = { "-S /bin/bash -V -j y -o output.sge -l h_vmem=${task.memory.toGiga()}G" }
|
||||||
}
|
}
|
||||||
|
|
||||||
singularity {
|
singularity {
|
||||||
|
|
Loading…
Reference in a new issue