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

Hardcode to 2.

parent c9b2fa2e
Branches
1 merge request!18Resolve "Add in current chip-analysis functionality."
Pipeline #2259 failed with stages
in 16 hours, 23 minutes, and 48 seconds
...@@ -402,10 +402,11 @@ process peakAnnotation { ...@@ -402,10 +402,11 @@ process peakAnnotation {
""" """
Rscript $baseDir/scripts/annotate_peaks.R $designAnnotatePeaks $genome Rscript $baseDir/scripts/annotate_peaks.R $designAnnotatePeaks $genome
""" """
} }
// Define channel to find number of unique experiments // Define channel to find number of unique experiments
noUniqueExperiments = uniqueExperiments.readLines().size() noUniqueExperiments = 2
// 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