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

Fix syntax

parent 46e7e5e3
Branches
Tags
1 merge request!18Resolve "Add in current chip-analysis functionality."
Pipeline #2215 failed with stages
in 21 seconds
......@@ -405,7 +405,8 @@ process peakAnnotation {
}
// Define channel to find number of unique experiments
peaksDesign = uniqueExperiments.size()
peaksDesign = uniqueExperiments.readLines().each { println it }
// 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