From 9b8ae1b319063ed9df2171345bec3dd07f3fc286 Mon Sep 17 00:00:00 2001 From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu> Date: Mon, 4 Mar 2019 23:04:21 -0600 Subject: [PATCH] Add minimum memory for cellranger count to 120GB to fix #7 --- workflow/conf/biohpc.config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/workflow/conf/biohpc.config b/workflow/conf/biohpc.config index 66ffcf2..e169a9f 100755 --- a/workflow/conf/biohpc.config +++ b/workflow/conf/biohpc.config @@ -9,12 +9,15 @@ process { } $count211 { module = ['cellranger/2.1.1'] + memory = '120GB' } $count301 { module = ['cellranger/3.0.1'] + memory = '120GB' } $count302 { module = ['cellranger/3.0.2'] + memory = '120GB' } } -- GitLab