From bdf276ecc9af4e6934a8adb2b3ee4f7ab23c2773 Mon Sep 17 00:00:00 2001 From: Venkat Malladi <venkat.malladi@utsouthwestern.edu> Date: Fri, 20 Oct 2017 09:22:05 -0500 Subject: [PATCH] Fix syntax of process name. --- 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 f9d95c2..6579c9a 100644 --- a/workflow/conf/biohpc.config +++ b/workflow/conf/biohpc.config @@ -7,7 +7,7 @@ process { module = ['python/3.6.1-2-anaconda'] executor = 'local' } - $trim_galore { + $trimReads { module = ['python/3.6.1-2-anaconda', 'trimgalore/0.4.1'] cpus = 32 } -- GitLab