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

Hardcode to 2.

parent c9b2fa2e
Branches
Tags
No related merge requests found
......@@ -402,10 +402,11 @@ process peakAnnotation {
"""
Rscript $baseDir/scripts/annotate_peaks.R $designAnnotatePeaks $genome
"""
}
// Define channel to find number of unique experiments
noUniqueExperiments = uniqueExperiments.readLines().size()
noUniqueExperiments = 2
// 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