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

Fix extract median TIN

parent 5e2e8f64
Branches
Tags
2 merge requests!37v0.0.1,!36Metadata output update
Pipeline #7783 failed with stages
in 1 hour, 40 minutes, and 1 second
......@@ -953,10 +953,11 @@ process dataQC {
"""
}
// Extract median TIN into channel
// Extract median TIN metadata into channel
tinMedInfer = Channel.create()
tinMed.splitCsv(sep: ",", header: false).separate(
tinMedInfer,
tinMedInfer
)
/*
*aggrQC: aggregate QC from processes as well as metadata and run MultiQC
......
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