diff --git a/workflow/main.nf b/workflow/main.nf
index a48c2f14f9e1eb131ff0bda455a2b19c6105e923..e29b7efaf5460b1018b525a0aaa09fac5b019c43 100644
--- a/workflow/main.nf
+++ b/workflow/main.nf
@@ -405,7 +405,8 @@ process peakAnnotation {
 }
 
 // Define channel to find number of unique experiments
-peaksDesign = Channel from(uniqueExperiments.readLines())
+peaksDesign = Channel
+              .from(uniqueExperiments.readLines())
               .count()
 
 // Calculate Differential Binding Activity