From 088309a4cf87cd2fc52f5786eafc9ed75ad0f4de Mon Sep 17 00:00:00 2001 From: Venkat Malladi <venkat.malladi@utsouthwestern.edu> Date: Thu, 16 Nov 2017 13:09:07 -0600 Subject: [PATCH] Fix 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 3365d2d..d27698e 100644 --- a/workflow/conf/biohpc.config +++ b/workflow/conf/biohpc.config @@ -43,7 +43,7 @@ process { module = ['python/3.6.1-2-anaconda', 'phantompeakqualtools/1.2', 'macs/2.1.0-20151222', 'UCSC_userApps/v317', 'bedtools/2.26.0'] cpus = 32 } - $callPeaksMACS { + $consensusPeaks { module = ['python/3.6.1-2-anaconda', 'bedtools/2.26.0'] cpus = local } -- GitLab