Skip to content
Snippets Groups Projects
Commit de4aab57 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Get untar to run on multiple bcls

parent 2fc45b33
Branches
Tags
2 merge requests!19Develop,!18Resolve "Handle multi-flowcells in fastqc and multiqc"
Pipeline #3626 passed with stages
in 2 minutes and 6 seconds
......@@ -146,6 +146,9 @@ process versions {
"""
}
bqcPathsAll = Channel
.from(bqcPaths)
.collect()
process multiqc {
tag "$name"
......@@ -155,7 +158,7 @@ process multiqc {
input:
file bqcPaths
file bqcPathsAll
file fqcPaths
file yamlPaths
......
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