Skip to content
Snippets Groups Projects

Resolve "Add in current chip-analysis functionality."

Merged Venkat Malladi requested to merge 15_Annotation_diff_bind into master
Viewing commit 1bc7294b
Show latest version
1 file
+ 4
2
Preferences
File browser
Compare changes
+ 4
2
@@ -405,7 +405,9 @@ process peakAnnotation {
}
// Define channel to find number of unique experiments
peaksDesign = uniqueExperiments.readLines()
noUniqueExperiments = uniqueExperiments
.readLines()
.size()
// Calculate Differential Binding Activity
process diffPeaks {
@@ -426,7 +428,7 @@ process diffPeaks {
file 'normcount_peaksets.txt' into normCountPeaks
script:
if (peaksDesign == 1) {
if (noUniqueExperiments == 2) {
"""
touch design_diffpeak_annotatePeaks.tsv
touch no_diffbind.bed