1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-13 05:03:10 +00:00
This commit is contained in:
MaxUlysse 2020-03-30 16:40:11 +02:00
parent d7564ff6e1
commit 8b570507cd
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ params {
igenomeIgnore = true
genomes_base = params.genome == 'GRCh37' ? '/sw/data/uppnex/ToolBox/ReferenceAssemblies/hg38make/bundle/2.8/b37' : '/sw/data/uppnex/ToolBox/hg38bundle'
}
if (hostname ==~ "r.*") {
if (hostname ==~ "r.*") {
params.singleCPUmem = 6400.MB
}
if (hostname ==~ "i.*") {

View file

@ -26,7 +26,7 @@ params {
def hostname = "hostname".execute().text.trim()
if (hostname ==~ "b.*") {
if (hostname ==~ "b.*" || hostname ==~ "s.*") {
params.max_memory = 109.GB
}