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

Fix reading experiment files.

parent c0d36466
Branches
Tags
No related merge requests found
......@@ -386,7 +386,9 @@ process consensusPeaks {
// Define channel to find number of unique experiments
noUniqueExperiments = Channel
.from(uniqueExperiments.size())
.fromPath(uniqueExperiments)
.readLines()
.size()
// Annotate Peaks
process peakAnnotation {
......
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