Skip to content
Snippets Groups Projects
Commit 11628381 authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Fix path

parent f4e07f44
1 merge request!18Resolve "Add in current chip-analysis functionality."
Pipeline #2213 failed with stages
in 21 seconds
......@@ -406,7 +406,8 @@ process peakAnnotation {
// Define channel to find number of unique experiments
peaksDesign = Channel
.from(uniqueExperiments.readLines())
.fromPath(uniqueExperiments)
.readLines()
.count()
// Calculate Differential Binding Activity
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment