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

Fix syntax

parent f6184625
1 merge request!18Resolve "Add in current chip-analysis functionality."
...@@ -405,7 +405,7 @@ process peakAnnotation { ...@@ -405,7 +405,7 @@ process peakAnnotation {
} }
// Define channel to find number of unique experiments // Define channel to find number of unique experiments
peaksDesign = uniqueExperiments.readLines().size() peaksDesign = uniqueExperiments.size()
// Calculate Differential Binding Activity // Calculate Differential Binding Activity
process diffPeaks { 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