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

Fix syntax.

parent 1bc7294b
No related merge requests found
......@@ -405,9 +405,7 @@ process peakAnnotation {
}
// Define channel to find number of unique experiments
noUniqueExperiments = uniqueExperiments
.readLines()
.size()
noUniqueExperiments = uniqueExperiments.readLines().size()
// Calculate Differential Binding Activity
process diffPeaks {
......
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