mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 16:29:55 +00:00
Update conf/pipeline/sarek/uppmax.config
This commit is contained in:
parent
8acbdacf03
commit
9a8bb12020
1 changed files with 3 additions and 1 deletions
|
@ -9,7 +9,9 @@ params {
|
||||||
igenomeIgnore = true
|
igenomeIgnore = true
|
||||||
genomes_base = params.genome == 'GRCh37' ? '/sw/data/uppnex/ToolBox/ReferenceAssemblies/hg38make/bundle/2.8/b37' : '/sw/data/uppnex/ToolBox/hg38bundle'
|
genomes_base = params.genome == 'GRCh37' ? '/sw/data/uppnex/ToolBox/ReferenceAssemblies/hg38make/bundle/2.8/b37' : '/sw/data/uppnex/ToolBox/hg38bundle'
|
||||||
}
|
}
|
||||||
|
if (hostname ==~ "r.*") {
|
||||||
|
params.singleCPUmem = 6400.MB
|
||||||
|
}
|
||||||
if (hostname ==~ "i.*") {
|
if (hostname ==~ "i.*") {
|
||||||
params.singleCPUmem = 15.GB
|
params.singleCPUmem = 15.GB
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue