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

Fix workflow.

parent 5198436d
Branches
Tags
No related merge requests found
...@@ -134,7 +134,7 @@ workflow_parameters: ...@@ -134,7 +134,7 @@ workflow_parameters:
# The workflow must publish all final output into $baseDir # The workflow must publish all final output into $baseDir
# Name of the R module that the vizapp will run against # Name of the R module that the vizapp will run against
vizapp_r_module: 'R/3.2.1-intel' vizapp_r_module: 'R/3.4.1-gccmkl'
# List of any CRAN packages, not provided by the modules, that must be made # List of any CRAN packages, not provided by the modules, that must be made
# available to the vizapp # available to the vizapp
......
...@@ -405,8 +405,7 @@ process peakAnnotation { ...@@ -405,8 +405,7 @@ process peakAnnotation {
} }
// Define channel to find number of unique experiments // Define channel to find number of unique experiments
peaksDesign = uniqueExperiments peaksDesign = Channel from(uniqueExperiments.readLines())
.readLines()
.count() .count()
// Calculate Differential Binding Activity // Calculate Differential Binding Activity
......
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