From 6bc954e9465a028b9b8a1c73b140bd82f855e120 Mon Sep 17 00:00:00 2001 From: Venkat Malladi <venkat.malladi@utsouthwestern.edu> Date: Tue, 24 Oct 2017 06:52:03 -0500 Subject: [PATCH] Fix reference to file. --- workflow/main.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/main.nf b/workflow/main.nf index f20fb4f..023d5e7 100644 --- a/workflow/main.nf +++ b/workflow/main.nf @@ -244,7 +244,7 @@ process crossReads { } else { """ - python3 $baseDir/scripts/xcor.py.py -b $seTagAlign + python3 $baseDir/scripts/xcor.py -b $seTagAlign """ } -- GitLab