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
Branches
Tags
No related merge requests found
Pipeline #1153 passed with stage
in 1 hour, 55 minutes, and 21 seconds
......@@ -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