Skip to content
Snippets Groups Projects
Verified Commit 3808033c authored by Laurent Modolo's avatar Laurent Modolo
Browse files

mutliqc: add flatten step

parent c05b8c6a
No related branches found
No related tags found
No related merge requests found
...@@ -36,6 +36,7 @@ workflow multiqc { ...@@ -36,6 +36,7 @@ workflow multiqc {
it it
} }
} }
.flatten()
.unique() .unique()
.set { report_cleaned } .set { report_cleaned }
multiqc_default(report_cleaned.collect()) multiqc_default(report_cleaned.collect())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment