From 577d7b85ca5b16a281656843f93cf47d6d8adc1a Mon Sep 17 00:00:00 2001 From: Venkat Malladi <venkat.malladi@utsouthwestern.edu> Date: Sun, 8 Oct 2017 14:21:30 -0500 Subject: [PATCH] Remove memory constraints. --- workflow/conf/biohpc.config | 1 - 1 file changed, 1 deletion(-) diff --git a/workflow/conf/biohpc.config b/workflow/conf/biohpc.config index 9f29dcd..c92f9f5 100644 --- a/workflow/conf/biohpc.config +++ b/workflow/conf/biohpc.config @@ -14,7 +14,6 @@ process { $alignReads{ module = ['python/3.6.1-2-anaconda', 'bwa/intel/0.7.12', 'samtools/intel/1.3'] cpus = 32 - memory = 12.GB } } -- GitLab