From 55c0d935abd89bdeb28309e2cd203b73f3462231 Mon Sep 17 00:00:00 2001 From: Venkat Malladi <venkat.malladi@utsouthwestern.edu> Date: Fri, 16 Mar 2018 07:01:15 -0500 Subject: [PATCH] Update config to use executor instead of cpu in config file. --- 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 1416bcd..7438881 100644 --- a/workflow/conf/biohpc.config +++ b/workflow/conf/biohpc.config @@ -45,7 +45,7 @@ process { } $consensusPeaks { module = ['python/3.6.1-2-anaconda', 'bedtools/2.26.0'] - cpus = 'local' + executor = 'local' } } -- GitLab