From 19d2ae716b1e79d849fa312411ec336b97e3855f Mon Sep 17 00:00:00 2001 From: Holly Ruess <s185797@NucleusA120.cm.cluster> Date: Sun, 29 Dec 2019 14:25:52 -0600 Subject: [PATCH] fix pool and pseudo --- workflow/conf/biohpc.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/conf/biohpc.config b/workflow/conf/biohpc.config index 7f12427..ac64dd2 100644 --- a/workflow/conf/biohpc.config +++ b/workflow/conf/biohpc.config @@ -13,7 +13,7 @@ process { } $alignReads{ module = ['python/3.6.1-2-anaconda', 'bwa/intel/0.7.12', 'samtools/intel/1.3', 'sambamba/0.6.6'] - queue = '128GB,256GB,256GBv1' + queue = '256GB,256GBv1' } $filterReads{ module = ['python/3.6.1-2-anaconda', 'samtools/1.4.1', 'sambamba/0.6.6', 'bedtools/2.26.0'] -- GitLab