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 dev
Tags
1 merge request!18Resolve "Add in current chip-analysis functionality."
Pipeline #2265 failed with stages
in 21 seconds
......@@ -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