From 3ee7195fa882683f5501ecdf60128f07c574b88c Mon Sep 17 00:00:00 2001 From: Alexander Peltzer Date: Tue, 12 Mar 2019 14:58:41 +0100 Subject: [PATCH] Central resource for both binac and cfc now --- conf/binac.config | 3 +-- conf/cfc.config | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/conf/binac.config b/conf/binac.config index 12da68d..a2ff5da 100644 --- a/conf/binac.config +++ b/conf/binac.config @@ -16,8 +16,7 @@ process { } params { - igenomesIgnore = false - igenomes_base = '/beegfs/work/igenomes' + igenomes_base = '/nfsmounts/igenomes' max_memory = 128.GB max_cpus = 28 max_time = 48.h diff --git a/conf/cfc.config b/conf/cfc.config index fc8cc34..2f31170 100644 --- a/conf/cfc.config +++ b/conf/cfc.config @@ -16,8 +16,7 @@ process { } params { - igenomesIgnore = false - igenomes_base = '/sfs/7/igenomes' + igenomes_base = '/nfsmounts/igenomes' max_memory = 60.GB max_cpus = 20 max_time = 140.h