From 46e7e5e3d3f8ba9d843ac0befdd20a28193a6f9b Mon Sep 17 00:00:00 2001 From: Venkat Malladi <venkat.malladi@utsouthwestern.edu> Date: Wed, 25 Jul 2018 06:41:45 -0500 Subject: [PATCH] Fix syntax --- workflow/main.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/main.nf b/workflow/main.nf index 818d949..188d643 100644 --- a/workflow/main.nf +++ b/workflow/main.nf @@ -405,7 +405,7 @@ process peakAnnotation { } // Define channel to find number of unique experiments -peaksDesign = uniqueExperiments.readLines().size() +peaksDesign = uniqueExperiments.size() // Calculate Differential Binding Activity process diffPeaks { -- GitLab