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
No related merge requests found
......@@ -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