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

Update where flatten takes place.

parent f4acf072
No related merge requests found
......@@ -269,7 +269,7 @@ process defineExpDesignFiles {
output:
file '*.tsv' into experimentObjs
file '*.tsv' into experimentObjs mode flatten
script:
......@@ -279,9 +279,6 @@ process defineExpDesignFiles {
}
// Define channel of list of experimentObs
experimentList = experimentObjs
.flatten()
// Make Experiment design files to be read in for downstream analysis
process poolAndPsuedoReads {
......@@ -290,7 +287,7 @@ process poolAndPsuedoReads {
input:
file experimentList
file experimentObjs
output:
......
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