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

Change to just size.

parent 035156b7
Branches
Tags
1 merge request!18Resolve "Add in current chip-analysis functionality."
Pipeline #2264 failed with stages
in 21 seconds
......@@ -386,8 +386,7 @@ process consensusPeaks {
// Define channel to find number of unique experiments
noUniqueExperiments = Channel
.from(uniqueExperiments.readLines())
.size()
.from(uniqueExperiments.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